Skip to content

Commit e4968bf

Browse files
committed
Release 0.5.4
1 parent 28776de commit e4968bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

email_reply_parser.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ Gem::Specification.new do |s|
7575
test/emails/email_1_4.txt
7676
test/emails/email_1_5.txt
7777
test/emails/email_1_6.txt
78+
test/emails/email_1_7.txt
7879
test/emails/email_2_1.txt
7980
test/emails/email_BlackBerry.txt
8081
test/emails/email_bullets.txt
8182
test/emails/email_iPhone.txt
8283
test/emails/email_multi_word_sent_from_my_mobile_device.txt
84+
test/emails/email_one_is_not_on.txt
8385
test/emails/email_sent_from_my_not_signature.txt
8486
]
8587
# = MANIFEST =

lib/email_reply_parser.rb

Lines changed: 1 addition & 2 deletions
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.3"
33+
VERSION = "0.5.4"
3434

3535
# Public: Splits an email body into a list of Fragments.
3636
#
@@ -262,4 +262,3 @@ def inspect
262262
end
263263
end
264264
end
265-

0 commit comments

Comments
 (0)