Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Oct 30, 2009
1 parent 105d2c6 commit 51d2282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']
desc "Does a full compile, test run"
task :default => [:test, :package]

version="1.0.5"
version="1.0.6"
name="railsmachine"

setup_gem(name, version) do |spec|
Expand Down
4 changes: 2 additions & 2 deletions railsmachine.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "railsmachine"
s.version = "1.0.5"
s.date = "2009-01-08"
s.version = "1.0.6"
s.date = "2009-10-29"
s.description = "The Rails Machine task library"
s.summary = "The Rails Machine task library"
s.email = "support@railsmachine.com"
Expand Down

0 comments on commit 51d2282

Please sign in to comment.