Skip to content

Commit

Permalink
bumping the gemspec to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Feb 27, 2009
1 parent 4a797e8 commit f919126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -13,13 +13,13 @@ desc "Run the test suite"
task :default => :test

spec = Gem::Specification.new do |s|
s.version = '0.0.4'
s.version = '0.0.5'
s.name = "sortable_table"
s.summary = "Sort HTML tables in a Rails app."
s.email = "dcroak@thoughtbot.com"
s.homepage = "http://github.com/dancroak/sortable_table"
s.description = "Sort HTML tables in a Rails app."
s.authors = ["Dan Croak", "Joe Ferris", "Boston.rb"]
s.authors = ["Dan Croak", "Joe Ferris", "Jon Yurek", "Boston.rb"]
s.files = FileList["[A-Z]*", "{lib,rails}/**/*"]
end

Expand Down
5 changes: 3 additions & 2 deletions sortable_table.gemspec
@@ -1,17 +1,18 @@
--- !ruby/object:Gem::Specification
name: sortable_table
version: !ruby/object:Gem::Version
version: 0.0.4
version: 0.0.5
platform: ruby
authors:
- Dan Croak
- Joe Ferris
- Jon Yurek
- Boston.rb
autorequire:
bindir: bin
cert_chain: []

date: 2009-01-02 00:00:00 -05:00
date: 2009-02-27 00:00:00 -05:00
default_executable:
dependencies: []

Expand Down

0 comments on commit f919126

Please sign in to comment.