surrounded-rails.gemspec in surrounded-rails-0.3.0 vs surrounded-rails.gemspec in surrounded-rails-0.3.1
- old
+ new
@@ -6,19 +6,19 @@
Gem::Specification.new do |spec|
spec.name = "surrounded-rails"
spec.version = SurroundedRails::VERSION
spec.authors = ["'Jim Gay'"]
spec.email = ["jim@saturnflyer.com"]
- spec.description = %q{This sets up your ActiveRecord/Mongoid and ActionController objects to use Surrounded}
- spec.summary = %q{This sets up your ActiveRecord/Mongoid and ActionController objects to use Surrounded}
+ spec.description = %q{This sets up your ActiveRecord/Mongoid, ActionController, ActionView objects to use Surrounded}
+ spec.summary = %q{This sets up your ActiveRecord/Mongoid, ActionController, ActionView objects to use Surrounded}
spec.homepage = ""
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
- spec.add_dependency "surrounded", "~> 0.9.0"
+ spec.add_dependency "surrounded", "~> 0.9.3"
spec.add_development_dependency "rake"
end