Skip to content

Commit 94d27e1

Browse files
committed
Release 0.3.0
1 parent 8d4f466 commit 94d27e1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

email_reply_parser.gemspec

Lines changed: 3 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.2.0'
17-
s.date = '2011-03-17'
16+
s.version = '0.3.0'
17+
s.date = '2011-08-23'
1818
s.rubyforge_project = 'email_reply_parser'
1919

2020
## Make sure your summary is short. The description may be as long
@@ -68,6 +68,7 @@ Gem::Specification.new do |s|
6868
test/emails/email_1_1.txt
6969
test/emails/email_1_2.txt
7070
test/emails/email_1_3.txt
71+
test/emails/email_1_4.txt
7172
]
7273
# = MANIFEST =
7374

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.2.0"
33+
VERSION = "0.3.0"
3434

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

test/email_reply_parser_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def test_recognizes_date_string_above_quote
6969
assert_match /^Awesome/, reply.fragments[0].to_s
7070
assert_match /^On/, reply.fragments[1].to_s
7171
assert_match /Loader/, reply.fragments[1].to_s
72-
puts reply.fragments[1].to_s.inspect
7372
end
7473

7574
def email(name)

0 commit comments

Comments
 (0)