Skip to content

Commit

Permalink
automate version and date for gem builds
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Oct 12, 2012
1 parent a4343f7 commit b229719
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions email_reply_parser.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
$LOAD_PATH.unshift '.'
require 'lib/email_reply_parser'

## This is the rakegem gemspec template. Make sure you read and understand
## all of the comments. Some sections require modification, and others can
## be deleted if you don't need them. Once you understand the contents of
Expand All @@ -13,8 +16,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'email_reply_parser'
s.version = '0.5.2'
s.date = '2012-09-27'
s.version = EmailReplyParser::VERSION
s.date = Time.now.strftime('%Y-%m-%d')
s.rubyforge_project = 'email_reply_parser'

## Make sure your summary is short. The description may be as long
Expand Down

0 comments on commit b229719

Please sign in to comment.