noty-rails.gemspec in noty-rails-2.1.0 vs noty-rails.gemspec in noty-rails-2.1.0.1

- old
+ new

@@ -8,9 +8,10 @@ s.authors = ["PikachuEXE"] s.email = ["pikachuexe@gmail.com"] s.homepage = "https://github.com/noty/noty-rails" s.summary = "Noty asset pipeline provider/wrapper" s.description = "This gem provides Noty, a jQuery Notification Plugin, for your Rails application." + s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]