email_reply_parser 0.5.9 → 0.5.11

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_reply_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
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: 2016-07-21 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Long description. Maybe copied from the README.
13
+ description: EmailReplyParser is a small library to parse plain text email content.
14
+ This is what GitHub uses to display comments that were created from email replies.
14
15
  email: technoweenie@gmail.com
15
16
  executables: []
16
17
  extensions: []
@@ -37,9 +38,11 @@ files:
37
38
  - test/emails/email_1_8.txt
38
39
  - test/emails/email_2_1.txt
39
40
  - test/emails/email_2_2.txt
41
+ - test/emails/email_2_3.txt
40
42
  - test/emails/email_BlackBerry.txt
41
43
  - test/emails/email_bullets.txt
42
44
  - test/emails/email_iPhone.txt
45
+ - test/emails/email_long_quote.txt
43
46
  - test/emails/email_multi_word_sent_from_my_mobile_device.txt
44
47
  - test/emails/email_one_is_not_on.txt
45
48
  - test/emails/email_sent_from_my_not_signature.txt
@@ -47,7 +50,8 @@ files:
47
50
  - test/emails/greedy_on.txt
48
51
  - test/emails/pathological.txt
49
52
  homepage: http://github.com/github/email_reply_parser
50
- licenses: []
53
+ licenses:
54
+ - MIT
51
55
  metadata: {}
52
56
  post_install_message:
53
57
  rdoc_options:
@@ -65,11 +69,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
69
  - !ruby/object:Gem::Version
66
70
  version: '0'
67
71
  requirements: []
68
- rubyforge_project: email_reply_parser
69
- rubygems_version: 2.6.6
72
+ rubygems_version: 3.0.3.1
70
73
  signing_key:
71
74
  specification_version: 2
72
- summary: Short description used in Gem listings.
75
+ summary: EmailReplyParser is a small library to parse plain text email content.
73
76
  test_files:
74
77
  - test/email_reply_parser_test.rb
75
- has_rdoc: