email_reply_parser 0.5.10 → 0.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/email_reply_parser.gemspec +2 -0
- data/lib/email_reply_parser.rb +3 -3
- data/test/email_reply_parser_test.rb +7 -0
- data/test/emails/email_2_3.txt +10 -0
- data/test/emails/email_long_quote.txt +16 -0
- metadata +5 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: email_reply_parser
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rick Olson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: EmailReplyParser is a small library to parse plain text email content.
|
14
14
|
This is what GitHub uses to display comments that were created from email replies.
|
@@ -38,9 +38,11 @@ files:
|
|
38
38
|
- test/emails/email_1_8.txt
|
39
39
|
- test/emails/email_2_1.txt
|
40
40
|
- test/emails/email_2_2.txt
|
41
|
+
- test/emails/email_2_3.txt
|
41
42
|
- test/emails/email_BlackBerry.txt
|
42
43
|
- test/emails/email_bullets.txt
|
43
44
|
- test/emails/email_iPhone.txt
|
45
|
+
- test/emails/email_long_quote.txt
|
44
46
|
- test/emails/email_multi_word_sent_from_my_mobile_device.txt
|
45
47
|
- test/emails/email_one_is_not_on.txt
|
46
48
|
- test/emails/email_sent_from_my_not_signature.txt
|
@@ -67,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
69
|
- !ruby/object:Gem::Version
|
68
70
|
version: '0'
|
69
71
|
requirements: []
|
70
|
-
rubygems_version: 3.0.1
|
72
|
+
rubygems_version: 3.0.3.1
|
71
73
|
signing_key:
|
72
74
|
specification_version: 2
|
73
75
|
summary: EmailReplyParser is a small library to parse plain text email content.
|