net-receiver 1.2.2 → 1.2.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.md +8 -0
- data/lib/net/item_of_mail.rb +1 -1
- data/lib/net/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a668b49e6e17fc7a808c3a2e7e601adb986edd4f
|
|
4
|
+
data.tar.gz: 211c4811bc1a1f92f5ac39734e0f7c05b5c42076
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cc69e2cf5693334f9f1e2e69bb106909b3a02f71e59f94c5ff054c3a13e99131f89da6422f26d371ceed6e489a89e7a5fa0946d32db8672de50477aaeaa632d
|
|
7
|
+
data.tar.gz: 4b4c535243a54ee01e14cf159fd9ac5ffe3cdaf628a1a10fda98be0ec1a5b3165b73eee520df32aff6c6bdc16469936f1a0314ca6af0d6f488750779cddafd39
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
# v1.2.3
|
|
2
|
+
Changed `ItemOfMail#reconstituted_email` to properly reconstitute the email with the changes made in v1.2.1.
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
# v1.2.2
|
|
6
|
+
Updated the README.md.
|
|
7
|
+
|
|
8
|
+
|
|
1
9
|
# v1.2.1
|
|
2
10
|
Changed the way the headers are stored in the data section of an ItemOfMail object. They are stored in a Hash, and each key is
|
|
3
11
|
made all lower case and hyphens are converted to underscores. Each value is the entire line of the original header, as is.
|
data/lib/net/item_of_mail.rb
CHANGED
data/lib/net/version.rb
CHANGED