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
|
end
|
||||||
|
|
||||||
def actors
|
def actors
|
||||||
contributors_of 'Actor'
|
contributors_of 'actor'
|
||||||
end
|
end
|
||||||
|
|
||||||
def artists
|
def artists
|
||||||
contributors_of 'Artist'
|
contributors_of 'artist'
|
||||||
end
|
end
|
||||||
|
|
||||||
def authors
|
def authors
|
||||||
contributors_of 'Author'
|
contributors_of 'author'
|
||||||
|
end
|
||||||
|
|
||||||
|
def director
|
||||||
|
contributors_of 'director'
|
||||||
end
|
end
|
||||||
|
|
||||||
def illustrators
|
def illustrators
|
||||||
contributors_of 'Illustrator'
|
contributors_of 'illustrator'
|
||||||
end
|
end
|
||||||
|
|
||||||
def narrators
|
def narrators
|
||||||
contributors_of 'Narrator'
|
contributors_of 'narrator'
|
||||||
end
|
end
|
||||||
|
|
||||||
def publishers
|
def publishers
|
||||||
contributors_of 'Publisher'
|
contributors_of 'publisher'
|
||||||
end
|
end
|
||||||
|
|
||||||
def languages
|
def languages
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Paapi
|
module Paapi
|
||||||
VERSION = '0.1.1'
|
VERSION = '0.1.2'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user