mandrill-rails.gemspec in mandrill-rails-1.0.0 vs mandrill-rails.gemspec in mandrill-rails-1.0.1

- old
+ new

@@ -5,9 +5,10 @@ gem.authors = ["Paul Gallagher"] gem.email = ["gallagher.paul@gmail.com"] gem.description = %q{Rails integration for Mandrill} gem.summary = %q{Provides webhook processing and event decoration to make using Mandrill with Rails just that much easier} gem.homepage = "https://github.com/evendis/mandrill-rails" + gem.license = 'MIT' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "mandrill-rails"