lp_email_reply_parser 0.6 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -1
- data/lib/email_reply_parser.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
@@ -9,7 +9,8 @@ require 'date'
|
|
9
9
|
#############################################################################
|
10
10
|
|
11
11
|
def name
|
12
|
-
@name ||= Dir['*.gemspec'].first.split('.').first
|
12
|
+
# @name ||= Dir['*.gemspec'].first.split('.').first
|
13
|
+
"email_reply_parser"
|
13
14
|
end
|
14
15
|
|
15
16
|
def version
|
data/lib/email_reply_parser.rb
CHANGED