files.com 1.0.259 → 1.0.260
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c8cab32ed97e2d6b88de5da06fa5926be7a1e31dd7daf2411e2d5397ed6021b
|
|
4
|
+
data.tar.gz: d112e7aaa786680a3d8b8d8d469a435247d927fd65c97040df388af9cf6bb06f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00b69c9796654f39ab39a72a589a0cafd16529a6e31e39b2e89ec7ec7f023674a54694edb52743e868ebeb1689e191670a66cd89e21a5a461764747ffadf06c2
|
|
7
|
+
data.tar.gz: b63249367bd7246570c9646a753a8a24f3c249a982a7c7a910e15195648cfcfefbb49092438497a465b2a9002cd25399c02347855b06c509cac65f714bf4d93a
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.260
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"as2_from": "",
|
|
19
19
|
"message_id": "",
|
|
20
20
|
"subject": "",
|
|
21
|
+
"date": "",
|
|
21
22
|
"body_size": "",
|
|
22
23
|
"attachment_filename": "",
|
|
23
24
|
"ip": "",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
* `as2_from` (string): AS2 FROM header of message
|
|
55
56
|
* `message_id` (string): AS2 Message Id
|
|
56
57
|
* `subject` (string): AS2 Subject Header
|
|
58
|
+
* `date` (string): Date Header
|
|
57
59
|
* `body_size` (string): Encrypted Payload Body Size
|
|
58
60
|
* `attachment_filename` (string): Filename of the file being received.
|
|
59
61
|
* `ip` (string): IP Address of the Sender
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"mic_sha_256": "",
|
|
16
16
|
"as2_to": "",
|
|
17
17
|
"as2_from": "",
|
|
18
|
+
"date": "",
|
|
18
19
|
"message_id": "",
|
|
19
20
|
"body_size": "",
|
|
20
21
|
"attachment_filename": "",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
* `mic_sha_256` (string): AS2 Message Integrity Check SHA256
|
|
47
48
|
* `as2_to` (string): AS2 TO
|
|
48
49
|
* `as2_from` (string): AS2 FROM
|
|
50
|
+
* `date` (string): Date Header
|
|
49
51
|
* `message_id` (string): AS2 Message Id
|
|
50
52
|
* `body_size` (string): Encrypted Payload Body Size
|
|
51
53
|
* `attachment_filename` (string): Filename of the file being sent.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: files.com
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.260
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|