We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4343f7 commit b229719Copy full SHA for b229719
1 file changed
email_reply_parser.gemspec
@@ -1,3 +1,6 @@
1
+$LOAD_PATH.unshift '.'
2
+require 'lib/email_reply_parser'
3
+
4
## This is the rakegem gemspec template. Make sure you read and understand
5
## all of the comments. Some sections require modification, and others can
6
## be deleted if you don't need them. Once you understand the contents of
@@ -13,8 +16,8 @@ Gem::Specification.new do |s|
13
16
## If your rubyforge_project name is different, then edit it and comment out
14
17
## the sub! line in the Rakefile
15
18
s.name = 'email_reply_parser'
- s.version = '0.5.2'
- s.date = '2012-09-27'
19
+ s.version = EmailReplyParser::VERSION
20
+ s.date = Time.now.strftime('%Y-%m-%d')
21
s.rubyforge_project = 'email_reply_parser'
22
23
## Make sure your summary is short. The description may be as long
0 commit comments