Skip to content

Commit

Permalink
Keep version number only in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Oct 9, 2012
1 parent 1ec9309 commit 61a5dad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion joe.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "joe" s.name = "joe"
s.version = "0.1.1" s.version = "0.1.3"
s.summary = "Release your gems, no pain involved." 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.description = "Joe takes you from a gem specification to world domination in a single step."
s.authors = ["Damian Janowski", "Michel Martens"] s.authors = ["Damian Janowski", "Michel Martens"]
Expand Down
19 changes: 0 additions & 19 deletions joe.gemspec.erb

This file was deleted.

2 changes: 0 additions & 2 deletions lib/joe.rb
Expand Up @@ -3,8 +3,6 @@
require "rubygems/gem_runner" require "rubygems/gem_runner"


class Joe class Joe
VERSION = "0.1.1"

def gemspec def gemspec
File.open(spec_file, "w") do |f| File.open(spec_file, "w") do |f|
f.write ERB.new(File.read("%s.erb" % spec_file), nil, "-").result f.write ERB.new(File.read("%s.erb" % spec_file), nil, "-").result
Expand Down

0 comments on commit 61a5dad

Please sign in to comment.