Skip to content

Commit 01c6953

Browse files
committed
Release 0.5.0
1 parent ec22aee commit 01c6953

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

email_reply_parser.gemspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.4.0"
33+
VERSION = "0.5.0"
3434

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

0 commit comments

Comments
 (0)