Skip to content

Commit 8724505

Browse files
committed
Release 0.5.8
1 parent 89598a5 commit 8724505

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

email_reply_parser.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Gem::Specification.new do |s|
6767
Rakefile
6868
email_reply_parser.gemspec
6969
lib/email_reply_parser.rb
70+
script/release
71+
script/test
7072
test/email_reply_parser_test.rb
7173
test/emails/correct_sig.txt
7274
test/emails/email_1_1.txt
@@ -86,6 +88,7 @@ Gem::Specification.new do |s|
8688
test/emails/email_one_is_not_on.txt
8789
test/emails/email_sent_from_my_not_signature.txt
8890
test/emails/email_sig_delimiter_in_middle_of_line.txt
91+
test/emails/greedy_on.txt
8992
test/emails/pathological.txt
9093
]
9194
# = MANIFEST =

lib/email_reply_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#
3131
# [mail]: https://github.com/mikel/mail
3232
class EmailReplyParser
33-
VERSION = "0.5.7"
33+
VERSION = "0.5.8"
3434

3535
# Public: Splits an email body into a list of Fragments.
3636
#

0 commit comments

Comments
 (0)