fix bugs
Showing
+3 -3
... | ... | @@ -7,8 +7,8 @@ Gem::Specification.new do |spec| |
spec.date = '2016-03-14' | ||
spec.name = "dspace_rest_client" | ||
spec.version = Dspace::VERSION | ||
spec.authors = ["Mauricio Giacomini Girardello", "Lucas Ernesto Kindinger", "Bruno N. Zanette", "Mateus Rambo Strey"] | ||
spec.email = ["mauriciogiacomini4@gmail.com", "kindingerlek@hotmail.com"] | ||
spec.authors = ["Mauricio Giacomini Girardello", "Lucas Ernesto Kindinger", "Bruno Nocera Zanette", "Mateus Rambo Strey"] | ||
spec.email = ["mauriciogiacomini4@gmail.com", "kindingerlek@hotmail.com", "brunonzanette@gmail.com"] | ||
spec.summary = 'DSpace REST API Client for Ruby' | ||
spec.description = 'DSpace REST-API Client for Ruby! Implements all DSpace REST-API endpoints requests.' | ||
spec.homepage = 'https://gitlab.c3sl.ufpr.br/c3sl/dspace-rest-client' | ||
... | ... |
Please register or sign in to comment