pivot_table.gemspec in pivot_table-0.0.3 vs pivot_table.gemspec in pivot_table-0.1.1

- old
+ new

@@ -7,12 +7,13 @@ s.version = PivotTable::VERSION s.authors = ["Ed James"] s.email = Base64.decode64("ZWQuamFtZXMuZW1haWxAZ21haWwuY29t\n") s.homepage = "https://github.com/edjames/pivot_table" s.summary = "pivot_table-#{s.version}" - s.description = "Transform an ActiveRecord-ish data set into pivot table" + s.description = "Transform an ActiveRecord-ish data set into a pivot table of objects" s.platform = Gem::Platform::RUBY + s.required_ruby_version = '>= 1.9' s.rubyforge_project = "pivot_table" s.rubygems_version = ">= 1.6.1" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec,features}/*`.split("\n")