File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313 ## If your rubyforge_project name is different, then edit it and comment out
1414 ## the sub! line in the Rakefile
1515 s . name = 'email_reply_parser'
16- s . version = '0.4 .0'
16+ s . version = '0.5 .0'
1717 s . date = '2012-03-01'
1818 s . rubyforge_project = 'email_reply_parser'
1919
@@ -72,6 +72,12 @@ Gem::Specification.new do |s|
7272 test/emails/email_1_4.txt
7373 test/emails/email_1_5.txt
7474 test/emails/email_1_6.txt
75+ test/emails/email_2_1.txt
76+ test/emails/email_BlackBerry.txt
77+ test/emails/email_bullets.txt
78+ test/emails/email_iPhone.txt
79+ test/emails/email_multi_word_sent_from_my_mobile_device.txt
80+ test/emails/email_sent_from_my_not_signature.txt
7581 ]
7682 # = MANIFEST =
7783
Original file line number Diff line number Diff line change 3030#
3131# [mail]: https://github.com/mikel/mail
3232class EmailReplyParser
33- VERSION = "0.4 .0"
33+ VERSION = "0.5 .0"
3434
3535 # Public: Splits an email body into a list of Fragments.
3636 #
You can’t perform that action at this time.
0 commit comments