files.com 1.0.252 → 1.0.253
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: c2ef603590ea0fcf32bca6ced461fc2422f27df88a86cd9344f5857d91b05cb7
|
|
4
|
+
data.tar.gz: 1e36d7a8d9060f082351f34e2c1159e01e858d09887e74c51cadb847c1624b30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32a07e2b32aae8ee08af16a816ac3604cb14018246b81777379edcda7a21e258f23f4125c89c97b4eb95faab28e9cda53a42a1f1b59e7f519216c31ce1b3dcc7
|
|
7
|
+
data.tar.gz: d741e7dc7de4ba3e52b1dcc35fec886ddbf03d909b176eb0c54f9023e1e910aa01e8dcab1675190a457bbbe2d42f90fd4bc17cf96bcbc9ac6500c4100bfe2a2c
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.253
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* `content_type` (string): Content Type header of the incoming message.
|
|
28
28
|
* `http_headers` (object): HTTP Headers sent with this message.
|
|
29
29
|
* `activity_log` (string): JSON Structure of the activity log.
|
|
30
|
-
* `processing_result` (string): Result of processing.
|
|
30
|
+
* `processing_result` (string): Result of processing.
|
|
31
31
|
* `as2_to` (string): AS2 TO header of message
|
|
32
32
|
* `as2_from` (string): AS2 FROM header of message
|
|
33
33
|
* `message_id` (string): AS2 Message Id
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* `uuid` (string): UUID assigned to this message.
|
|
24
24
|
* `http_headers` (object): HTTP Headers sent with this message.
|
|
25
25
|
* `activity_log` (string): JSON Structure of the activity log.
|
|
26
|
-
* `processing_result` (string): Result of processing.
|
|
26
|
+
* `processing_result` (string): Result of processing.
|
|
27
27
|
* `mic` (string): AS2 Message Integrity Check
|
|
28
28
|
* `message_id` (string): AS2 Message Id
|
|
29
29
|
* `body_size` (string): Encrypted Payload Body Size
|
|
@@ -39,7 +39,7 @@ module Files
|
|
|
39
39
|
@attributes[:activity_log]
|
|
40
40
|
end
|
|
41
41
|
|
|
42
|
-
# string - Result of processing.
|
|
42
|
+
# string - Result of processing.
|
|
43
43
|
def processing_result
|
|
44
44
|
@attributes[:processing_result]
|
|
45
45
|
end
|
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.253
|
|
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-03-
|
|
11
|
+
date: 2022-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|