File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ 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.3 .0'
17- s . date = '2011-08-23 '
16+ s . version = '0.4 .0'
17+ s . date = '2012-03-01 '
1818 s . rubyforge_project = 'email_reply_parser'
1919
2020 ## Make sure your summary is short. The description may be as long
@@ -65,10 +65,13 @@ Gem::Specification.new do |s|
6565 email_reply_parser.gemspec
6666 lib/email_reply_parser.rb
6767 test/email_reply_parser_test.rb
68+ test/emails/correct_sig.txt
6869 test/emails/email_1_1.txt
6970 test/emails/email_1_2.txt
7071 test/emails/email_1_3.txt
7172 test/emails/email_1_4.txt
73+ test/emails/email_1_5.txt
74+ test/emails/email_1_6.txt
7275 ]
7376 # = MANIFEST =
7477
Original file line number Diff line number Diff line change 3030#
3131# [mail]: https://github.com/mikel/mail
3232class EmailReplyParser
33- VERSION = "0.3 .0"
33+ VERSION = "0.4 .0"
3434
3535 # Splits an email body into a list of Fragments.
3636 #
You can’t perform that action at this time.
0 commit comments