nivo-rails.gemspec in nivo-rails-0.0.1 vs nivo-rails.gemspec in nivo-rails-1.0.0
- old
+ new
@@ -8,14 +8,15 @@
gem.version = Nivo::Rails::VERSION
gem.authors = ["Robin Dupret"]
gem.email = ["robin.dupret@gmail.com"]
gem.description = %q{Nivo slider with Ruby on Rails}
gem.summary = %q{This gem allows you to use Nivo slider with Ruby on Rails}
- gem.homepage = ""
+ gem.homepage = "https://github.com/robin850/nivo-rails"
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.require_paths = ["lib"]
gem.add_development_dependency("rake")
+ gem.add_development_dependency("actionview", ">= 4.2.0")
end