Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Better pre gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Stastny aka Botanicus committed Jan 7, 2010
1 parent a40242e commit c8ad17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rango.pre.gemspec
Expand Up @@ -4,5 +4,5 @@
# You might think this is a terrible mess and guess what, you're # You might think this is a terrible mess and guess what, you're
# right mate! However say thanks to authors of RubyGems, not me. # right mate! However say thanks to authors of RubyGems, not me.
eval(File.read("rango.gemspec")).tap do |specification| eval(File.read("rango.gemspec")).tap do |specification|
specification.version = "#{Rango::VERSION}.pre" specification.version = "#{specification.version}.pre"
end end

0 comments on commit c8ad17b

Please sign in to comment.