rails-timeago.gemspec in rails-timeago-2.5.0 vs rails-timeago.gemspec in rails-timeago-2.5.1

- old
+ new

@@ -5,9 +5,10 @@ gem.authors = ["Jan Graichen"] gem.email = ["jan.graichen@altimos.de"] gem.description = %q{jQuery Timeago helper for Rails 3} gem.summary = %q{A Rails Helper to create time tags usable for jQuery Timeago plugin} gem.homepage = "https://github.com/jgraichen/rails-timeago" + gem.license = 'MIT' gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n").reject{|file| file =~ /^scripts/} gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "rails-timeago"