Skip to content

Commit

Permalink
bumping the gemspec to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed Feb 27, 2009
1 parent 6710434 commit 9b4f9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ desc "Run the test suite"
task :default => :test

spec = Gem::Specification.new do |s|
s.version = '0.0.5'
s.version = '0.0.6'
s.name = "sortable_table"
s.summary = "Sort HTML tables in a Rails app."
s.email = "dcroak@thoughtbot.com"
Expand Down
2 changes: 1 addition & 1 deletion sortable_table.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: sortable_table
version: !ruby/object:Gem::Version
version: 0.0.5
version: 0.0.6
platform: ruby
authors:
- Dan Croak
Expand Down

0 comments on commit 9b4f9d2

Please sign in to comment.