mail-iso-2022-jp 2.0.4 → 2.0.5.rc1
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/README.md +1 -1
- metadata +39 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa2698bb48ef522a01e545898bc5cbb803cfd08f
|
4
|
+
data.tar.gz: 628273708276369cc3e74eac33849808966ebc19
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62495a07edd71ed876ad2d91b8e53c329385f20ee215f2a6bbcde97b71a264c067a826b00186fd36bfd10880c310c58a76a22b690d60ae6bf7fc136e39651748
|
7
|
+
data.tar.gz: 6195c0bafd0eaffa7473787ebb229961f84fe01c0ddbc5f8146ebe9c593f9f846796c4a0c73d019640f47202d52de5da0068f311cdbe57036984d3f666804294
|
data/README.md
CHANGED
@@ -118,7 +118,7 @@ Remarks
|
|
118
118
|
* (en)
|
119
119
|
* NEC special characters like `①` and IBM extended characters like `髙`, `﨑`
|
120
120
|
are allowed in the subject, recipient names and mail body.
|
121
|
-
* FULLWIDTH TILDE (U+FF5E) and WAVE DASH (U+301C, `〜`) are converted to the fullwidth tilde (0x2141,
|
121
|
+
* FULLWIDTH TILDE (U+FF5E) and WAVE DASH (U+301C, `〜`) are converted to the fullwidth tilde (0x2141, `~`).
|
122
122
|
* FULLWIDTH HYPHEN MINUS (U+FF0D) and MINUS SIGN (U+2212) are converted to the fullwidth minus (0x215d, `-`).
|
123
123
|
* EM DASH (U+2014) and HORIZONTAL BAR (U+2015) are converted to the dash sign (0x213d, `―`).
|
124
124
|
* DOUBLE VERTICAL LINE (U+2016, `‖`) and PARALLEL TO (U+2225, `∥`) to the double vertical line (0x2142, `‖`).
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mail-iso-2022-jp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.5.rc1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kohei MATSUSHITA
|
@@ -9,56 +9,68 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2016-03-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mail
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: 2.2.6
|
21
|
-
- - <=
|
21
|
+
- - "<="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 2.6.
|
23
|
+
version: 2.6.4.rc2
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
|
-
- -
|
28
|
+
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
30
|
version: 2.2.6
|
31
|
-
- - <=
|
31
|
+
- - "<="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.6.
|
33
|
+
version: 2.6.4.rc2
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: actionmailer
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 3.0.0
|
41
|
+
- - "<"
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: '6.0'
|
41
44
|
type: :development
|
42
45
|
prerelease: false
|
43
46
|
version_requirements: !ruby/object:Gem::Requirement
|
44
47
|
requirements:
|
45
|
-
- -
|
48
|
+
- - ">="
|
46
49
|
- !ruby/object:Gem::Version
|
47
50
|
version: 3.0.0
|
51
|
+
- - "<"
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '6.0'
|
48
54
|
- !ruby/object:Gem::Dependency
|
49
55
|
name: rdoc
|
50
56
|
requirement: !ruby/object:Gem::Requirement
|
51
57
|
requirements:
|
52
|
-
- -
|
58
|
+
- - ">="
|
53
59
|
- !ruby/object:Gem::Version
|
54
60
|
version: '3.12'
|
61
|
+
- - "<"
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: '5.0'
|
55
64
|
type: :development
|
56
65
|
prerelease: false
|
57
66
|
version_requirements: !ruby/object:Gem::Requirement
|
58
67
|
requirements:
|
59
|
-
- -
|
68
|
+
- - ">="
|
60
69
|
- !ruby/object:Gem::Version
|
61
70
|
version: '3.12'
|
71
|
+
- - "<"
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '5.0'
|
62
74
|
description: A set of patches for mikel's mail gem. With this, you can easily send
|
63
75
|
and receive mails with ISO-2022-JP enconding (so-called 'JIS-CODE').
|
64
76
|
email: hermes@oiax.jp
|
@@ -66,25 +78,25 @@ executables: []
|
|
66
78
|
extensions: []
|
67
79
|
extra_rdoc_files: []
|
68
80
|
files:
|
69
|
-
- README.md
|
70
81
|
- Gemfile
|
82
|
+
- README.md
|
71
83
|
- Rakefile
|
72
|
-
- lib/mail-iso-2022-jp
|
84
|
+
- lib/mail-iso-2022-jp.rb
|
73
85
|
- lib/mail-iso-2022-jp/body.rb
|
74
|
-
- lib/mail-iso-2022-jp/
|
75
|
-
- lib/mail-iso-2022-jp/ruby18/message.rb
|
76
|
-
- lib/mail-iso-2022-jp/ruby18/field_with_iso_2022_jp_encoding.rb
|
77
|
-
- lib/mail-iso-2022-jp/ruby18/mail.rb
|
86
|
+
- lib/mail-iso-2022-jp/character_names.rb
|
78
87
|
- lib/mail-iso-2022-jp/common_methods_for_field.rb
|
88
|
+
- lib/mail-iso-2022-jp/field.rb
|
79
89
|
- lib/mail-iso-2022-jp/field_with_iso_2022_jp_encoding.rb
|
80
|
-
- lib/mail-iso-2022-jp/subject_field.rb
|
81
|
-
- lib/mail-iso-2022-jp/structured_fields.rb
|
82
|
-
- lib/mail-iso-2022-jp/character_names.rb
|
83
|
-
- lib/mail-iso-2022-jp/preprocessor.rb
|
84
90
|
- lib/mail-iso-2022-jp/header.rb
|
85
91
|
- lib/mail-iso-2022-jp/invalid_encoding_error.rb
|
86
92
|
- lib/mail-iso-2022-jp/mail.rb
|
87
|
-
- lib/mail-iso-2022-jp.rb
|
93
|
+
- lib/mail-iso-2022-jp/message.rb
|
94
|
+
- lib/mail-iso-2022-jp/preprocessor.rb
|
95
|
+
- lib/mail-iso-2022-jp/ruby18/field_with_iso_2022_jp_encoding.rb
|
96
|
+
- lib/mail-iso-2022-jp/ruby18/mail.rb
|
97
|
+
- lib/mail-iso-2022-jp/ruby18/message.rb
|
98
|
+
- lib/mail-iso-2022-jp/structured_fields.rb
|
99
|
+
- lib/mail-iso-2022-jp/subject_field.rb
|
88
100
|
homepage: https://github.com/kuroda/mail-iso-2022-jp
|
89
101
|
licenses:
|
90
102
|
- MIT
|
@@ -95,17 +107,17 @@ require_paths:
|
|
95
107
|
- lib
|
96
108
|
required_ruby_version: !ruby/object:Gem::Requirement
|
97
109
|
requirements:
|
98
|
-
- -
|
110
|
+
- - ">="
|
99
111
|
- !ruby/object:Gem::Version
|
100
112
|
version: 1.9.3
|
101
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
114
|
requirements:
|
103
|
-
- -
|
115
|
+
- - ">"
|
104
116
|
- !ruby/object:Gem::Version
|
105
|
-
version:
|
117
|
+
version: 1.3.1
|
106
118
|
requirements: []
|
107
119
|
rubyforge_project:
|
108
|
-
rubygems_version: 2.1
|
120
|
+
rubygems_version: 2.5.1
|
109
121
|
signing_key:
|
110
122
|
specification_version: 4
|
111
123
|
summary: A set of patches that provides 'mail' gem with iso-2022-jp conversion capability.
|