Skip to content

Commit

Permalink
Update gem summary and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytables committed Apr 29, 2013
1 parent bfd661e commit 3b81c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/table_cloth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TableCloth
VERSION = "0.3.1.alpha1"
VERSION = "0.3.2"
end
4 changes: 2 additions & 2 deletions table_cloth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
gem.version = TableCloth::VERSION
gem.authors = ["Robert Ross"]
gem.email = ["[email protected]"]
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($/)
Expand Down

0 comments on commit 3b81c74

Please sign in to comment.