diff --git a/lib/table_cloth/version.rb b/lib/table_cloth/version.rb index d34fccb..b61b2cb 100644 --- a/lib/table_cloth/version.rb +++ b/lib/table_cloth/version.rb @@ -1,3 +1,3 @@ module TableCloth - VERSION = "0.3.1.alpha1" + VERSION = "0.3.2" end diff --git a/table_cloth.gemspec b/table_cloth.gemspec index 3eba024..81c4f3b 100644 --- a/table_cloth.gemspec +++ b/table_cloth.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |gem| gem.version = TableCloth::VERSION gem.authors = ["Robert Ross"] gem.email = ["robert@creativequeries.com"] - gem.description = %q{Table Cloth helps you create a table easily.} - gem.summary = %q{Table Cloth provides an easy and intuitive DSL for creating tables in rails views.} + gem.description = %q{Table Cloth helps you create tables easily.} + gem.summary = %q{Table Cloth provides an easy and intuitive DSL for creating tables for Rails views.} gem.homepage = "http://www.github.com/bobbytables/table_cloth" gem.files = `git ls-files`.split($/)