Skip to content

Commit 654d651

Browse files
committed
Release 0.4.0
1 parent c05387f commit 654d651

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

email_reply_parser.gemspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lib/email_reply_parser.rb

Lines changed: 1 addition & 1 deletion
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.3.0"
33+
VERSION = "0.4.0"
3434

3535
# Splits an email body into a list of Fragments.
3636
#

0 commit comments

Comments
 (0)