We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49394b4 commit 6cd060fCopy full SHA for 6cd060f
email_reply_parser.gemspec
@@ -76,6 +76,7 @@ Gem::Specification.new do |s|
76
test/emails/email_1_5.txt
77
test/emails/email_1_6.txt
78
test/emails/email_1_7.txt
79
+ test/emails/email_1_8.txt
80
test/emails/email_2_1.txt
81
test/emails/email_2_2.txt
82
test/emails/email_BlackBerry.txt
lib/email_reply_parser.rb
@@ -30,7 +30,7 @@
30
#
31
# [mail]: https://github.com/mikel/mail
32
class EmailReplyParser
33
- VERSION = "0.5.6"
+ VERSION = "0.5.7"
34
35
# Public: Splits an email body into a list of Fragments.
36
0 commit comments