Skip to content

Commit

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

0 comments on commit 2490719

Please sign in to comment.