pivot_table.gemspec in pivot_table-0.1.1 vs pivot_table.gemspec in pivot_table-0.1.3

- old
+ new

@@ -11,10 +11,10 @@ s.summary = "pivot_table-#{s.version}" 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") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }