mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Use lower case roles. Bump version
This commit is contained in:
@@ -59,27 +59,31 @@ module Paapi
|
||||
end
|
||||
|
||||
def actors
|
||||
contributors_of 'Actor'
|
||||
contributors_of 'actor'
|
||||
end
|
||||
|
||||
def artists
|
||||
contributors_of 'Artist'
|
||||
contributors_of 'artist'
|
||||
end
|
||||
|
||||
def authors
|
||||
contributors_of 'Author'
|
||||
contributors_of 'author'
|
||||
end
|
||||
|
||||
def director
|
||||
contributors_of 'director'
|
||||
end
|
||||
|
||||
def illustrators
|
||||
contributors_of 'Illustrator'
|
||||
contributors_of 'illustrator'
|
||||
end
|
||||
|
||||
def narrators
|
||||
contributors_of 'Narrator'
|
||||
contributors_of 'narrator'
|
||||
end
|
||||
|
||||
def publishers
|
||||
contributors_of 'Publisher'
|
||||
contributors_of 'publisher'
|
||||
end
|
||||
|
||||
def languages
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Paapi
|
||||
VERSION = '0.1.1'
|
||||
VERSION = '0.1.2'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user