Skip to content

Commit 6cd060f

Browse files
committed
Release 0.5.7
1 parent 49394b4 commit 6cd060f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

email_reply_parser.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Gem::Specification.new do |s|
7676
test/emails/email_1_5.txt
7777
test/emails/email_1_6.txt
7878
test/emails/email_1_7.txt
79+
test/emails/email_1_8.txt
7980
test/emails/email_2_1.txt
8081
test/emails/email_2_2.txt
8182
test/emails/email_BlackBerry.txt

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.6"
33+
VERSION = "0.5.7"
3434

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

0 commit comments

Comments
 (0)