Skip to content

Commit

Permalink
Release 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed May 30, 2014
1 parent 7837dac commit 6daf769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions email_reply_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ Gem::Specification.new do |s|
test/emails/email_1_6.txt
test/emails/email_1_7.txt
test/emails/email_2_1.txt
test/emails/email_2_2.txt
test/emails/email_BlackBerry.txt
test/emails/email_bullets.txt
test/emails/email_iPhone.txt
test/emails/email_multi_word_sent_from_my_mobile_device.txt
test/emails/email_one_is_not_on.txt
test/emails/email_sent_from_my_not_signature.txt
test/emails/email_sig_delimiter_in_middle_of_line.txt
test/emails/pathological.txt
]
# = MANIFEST =
Expand Down
2 changes: 1 addition & 1 deletion lib/email_reply_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#
# [mail]: https://github.com/mikel/mail
class EmailReplyParser
VERSION = "0.5.5"
VERSION = "0.5.6"

# Public: Splits an email body into a list of Fragments.
#
Expand Down

0 comments on commit 6daf769

Please sign in to comment.