Skip to content

Commit

Permalink
Release 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Aug 25, 2014
1 parent 89598a5 commit 8724505
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions email_reply_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Gem::Specification.new do |s|
Rakefile
email_reply_parser.gemspec
lib/email_reply_parser.rb
script/release
script/test
test/email_reply_parser_test.rb
test/emails/correct_sig.txt
test/emails/email_1_1.txt
Expand All @@ -86,6 +88,7 @@ Gem::Specification.new do |s|
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/greedy_on.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.7"
VERSION = "0.5.8"

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

0 comments on commit 8724505

Please sign in to comment.