File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ Gem::Specification.new do |s|
67
67
Rakefile
68
68
email_reply_parser.gemspec
69
69
lib/email_reply_parser.rb
70
+ script/release
71
+ script/test
70
72
test/email_reply_parser_test.rb
71
73
test/emails/correct_sig.txt
72
74
test/emails/email_1_1.txt
@@ -86,6 +88,7 @@ Gem::Specification.new do |s|
86
88
test/emails/email_one_is_not_on.txt
87
89
test/emails/email_sent_from_my_not_signature.txt
88
90
test/emails/email_sig_delimiter_in_middle_of_line.txt
91
+ test/emails/greedy_on.txt
89
92
test/emails/pathological.txt
90
93
]
91
94
# = MANIFEST =
Original file line number Diff line number Diff line change 30
30
#
31
31
# [mail]: https://github.com/mikel/mail
32
32
class EmailReplyParser
33
- VERSION = "0.5.7 "
33
+ VERSION = "0.5.8 "
34
34
35
35
# Public: Splits an email body into a list of Fragments.
36
36
#
You can’t perform that action at this time.
0 commit comments