cells.gemspec in cells-3.5.0 vs cells.gemspec in cells-3.5.1

- old
+ new

@@ -10,17 +10,17 @@ s.platform = Gem::Platform::RUBY s.authors = ["Nick Sutterer"] s.email = ["apotonick@gmail.com"] s.homepage = "http://cells.rubyforge.org" s.summary = %q{View Components for Rails.} - s.description = %q{Cells are View Components for Rails. They are lightweight controllers, can be rendered in views and thus provide an elegant and fast way for encapsulation and component-orientation.} + s.description = %q{Cells are view components for Rails. They are lightweight controllers, can be rendered in views and thus provide an elegant and fast way for encapsulation and component-orientation.} 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"] - s.add_dependency "rails", "~> 3.0" + s.add_dependency "rails", "~> 3.0.0" s.add_development_dependency "shoulda" s.add_development_dependency "haml" end