Rakefile in maestrano-connector-rails-1.3.5 vs Rakefile in maestrano-connector-rails-1.4.0
- old
+ new
@@ -17,11 +17,11 @@
gem.name = 'maestrano-connector-rails'
gem.homepage = 'http://github.com/maestrano/maestrano-connector-rails'
gem.license = 'MIT'
gem.summary = 'Rails framework to build connector with Maestrano'
gem.description = 'Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details.'
- gem.email = 'pierre.berard@maestrano.com'
- gem.authors = ['Pierre Berard']
+ gem.email = 'developers@maestrano.com'
+ gem.authors = ['Maestrano', 'Pierre Berard', 'Marco Bagnasco']
# dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new
APP_RAKEFILE = File.expand_path('../spec/dummy/Rakefile', __FILE__)