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.
Files changed (3) hide show
  1. data/Rakefile +2 -1
  2. data/lib/email_reply_parser.rb +1 -1
  3. 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
@@ -30,7 +30,7 @@ require 'strscan'
30
30
  #
31
31
  # [mail]: https://github.com/mikel/mail
32
32
  class EmailReplyParser
33
- VERSION = "0.6"
33
+ VERSION = "0.6.1"
34
34
 
35
35
  # Public: Splits an email body into a list of Fragments.
36
36
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lp_email_reply_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: 0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: