Skip to content
Snippets Groups Projects

Update spec authors' info

Closed Bruno Nocera Zanette requested to merge update_spec_authors into master
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
spec.date = '2015-12-01'
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", "mateus.rstrey@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'
Loading