Skip to content

Commit

Permalink
Bump VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Nov 5, 2010
1 parent 6c827d2 commit 29581b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions joe.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = "joe"
s.version = "0.1.0"
s.summary = "Joe, the gem publisher"
s.description = "Joe builds on top of Thor’s awesomeness to take you from a gem specification to world domination in a single step."
s.version = "0.1.1"
s.summary = "Release your gems, no pain involved."
s.description = "Joe takes you from a gem specification to world domination in a single step."
s.authors = ["Damian Janowski", "Michel Martens"]
s.email = ["djanowski@dimaion.com", "michel@soveran.com"]
s.homepage = "http://github.com/djanowski/joe"
Expand Down
2 changes: 1 addition & 1 deletion lib/joe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "rubygems/gem_runner"

class Joe
VERSION = "0.1.0"
VERSION = "0.1.1"

def gemspec
File.open(spec_file, "w") do |f|
Expand Down

0 comments on commit 29581b5

Please sign in to comment.