Skip to content

Commit

Permalink
r995@aerogel: dagbrown | 2007-02-12 21:03:28 +0900
Browse files Browse the repository at this point in the history
 O crap!  I should have the gem read the version number from the AUTHORITATIVE source--the VERSION file--rather than just making something up.
  • Loading branch information
dagbrown committed Feb 12, 2007
1 parent 4bd7a6a commit 84d599f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percolate-mail.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rake/gempackagetask'

PKG_VERSION = "1.0.0"
PKG_VERSION = File.read(File.join(File.dirname(__FILE__), "VERSION")).chomp
PKG_NAME = "percolate-mail"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"

Expand Down

0 comments on commit 84d599f

Please sign in to comment.