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 8a35fdc commit c806fb6Copy full SHA for c806fb6
email_reply_parser.gemspec
@@ -83,6 +83,7 @@ Gem::Specification.new do |s|
83
test/emails/email_multi_word_sent_from_my_mobile_device.txt
84
test/emails/email_one_is_not_on.txt
85
test/emails/email_sent_from_my_not_signature.txt
86
+ test/emails/pathological.txt
87
]
88
# = MANIFEST =
89
lib/email_reply_parser.rb
@@ -30,7 +30,7 @@
30
#
31
# [mail]: https://github.com/mikel/mail
32
class EmailReplyParser
33
- VERSION = "0.5.4"
+ VERSION = "0.5.5"
34
35
# Public: Splits an email body into a list of Fragments.
36
0 commit comments