rmail 1.1.2 → 1.1.3
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/ChangeLog +4 -0
- data/lib/rmail/version.rb +1 -1
- data/test/testheader.rb +1 -12
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83fc629623b0371334b9ddec04171dd155303142
|
|
4
|
+
data.tar.gz: dcf6d458a51418968fe84a0aa1c59bf257df4366
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bf88fee9db737461e6c00cd9fa0bc16c196dc1fae1ee2a97f4fb6cec2fbf77cb5375d22f9e23f0994b271c175e80cd2c4c694856bccc8aa7bd8334cfe574b00
|
|
7
|
+
data.tar.gz: 9b8b91f150c6f6a9d0bd53a3a9b438635f805e396d8245bea2d9eed0e3a34e936280ced7aafd47b3ef21b6246e1bb596469c2f84b8af4688abd00de5bcb1b238
|
data/ChangeLog
CHANGED
data/lib/rmail/version.rb
CHANGED
data/test/testheader.rb
CHANGED
|
@@ -1025,18 +1025,7 @@ EOF
|
|
|
1025
1025
|
begin
|
|
1026
1026
|
h = RMail::Header.new
|
|
1027
1027
|
# This one is bogus and can't even be parsed.
|
|
1028
|
-
h.add_raw("Date:
|
|
1029
|
-
t = assert_nothing_raised {
|
|
1030
|
-
h.date
|
|
1031
|
-
}
|
|
1032
|
-
assert_nil(t)
|
|
1033
|
-
end
|
|
1034
|
-
|
|
1035
|
-
begin
|
|
1036
|
-
h = RMail::Header.new
|
|
1037
|
-
# This time is out of the range that can be represented by a
|
|
1038
|
-
# Time object.
|
|
1039
|
-
h.add_raw("Date: Sun, 14 Jun 2065 05:51:55 +0200")
|
|
1028
|
+
h.add_raw("Date: A long time ago")
|
|
1040
1029
|
t = assert_nothing_raised {
|
|
1041
1030
|
h.date
|
|
1042
1031
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rmail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Armstrong
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2017-07-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: |2
|
|
15
15
|
RMail is a lightweight mail library containing various utility classes and
|
|
@@ -123,7 +123,7 @@ metadata: {}
|
|
|
123
123
|
post_install_message:
|
|
124
124
|
rdoc_options:
|
|
125
125
|
- "--title"
|
|
126
|
-
- RubyMail Documentation (version 1.1.
|
|
126
|
+
- RubyMail Documentation (version 1.1.3)
|
|
127
127
|
- "--main"
|
|
128
128
|
- README
|
|
129
129
|
- "--exclude"
|
|
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
version: '0'
|
|
143
143
|
requirements: []
|
|
144
144
|
rubyforge_project:
|
|
145
|
-
rubygems_version: 2.
|
|
145
|
+
rubygems_version: 2.5.2
|
|
146
146
|
signing_key:
|
|
147
147
|
specification_version: 4
|
|
148
148
|
summary: A MIME mail parsing and generation library.
|