action_table.gemspec in action_table-0.2.0 vs action_table.gemspec in action_table-0.3.0

- old
+ new

@@ -8,11 +8,11 @@ spec.name = 'action_table' spec.version = ActionTable::VERSION spec.authors = ['Jacob Burenstam'] spec.email = ['burenstam@gmail.com'] - spec.summary = 'Render ActiveModel or ActiveRecord objects as HTML tables with one line of Ruby.' - spec.description = 'Render ActiveModel or ActiveRecord objects as HTML tables with one line of Ruby - supports some simple configuration options.' + spec.summary = 'Render ActiveRecord objects as HTML tables with one line of Ruby.' + spec.description = 'Render ActiveRecord objects as HTML tables with one line of Ruby - supports some simple configuration options.' spec.homepage = 'https://github.com/buren/action_table' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})