Rakefile in 3scale_client-2.2.10 vs Rakefile in 3scale_client-2.3.0

- old
+ new

@@ -31,12 +31,12 @@ gemspec.name = '3scale_client' gemspec.summary = 'Client for 3scale Web Service Management System API' gemspec.description = <<END This gem allows to easily connect an application that provides a Web Service with the 3scale API Management System to authorize it's users and report the usage. END - gemspec.email = 'adam@3scale.net' + gemspec.email = 'support@3scale.net' gemspec.homepage = 'http://www.3scale.net' - gemspec.authors = ['Adam Cigánek'] + gemspec.authors = ['Adam Cigánek', 'Tiago Macedo', 'Joaquin Rivera Padron (joahking)'] gemspec.add_dependency 'nokogiri' end Jeweler::GemcutterTasks.new