files.com 1.1.239 → 1.1.240

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: 48b8f69e129f0389268f653134ab32d345a8ae7e7fd4be67a0e85edfbba71741
4
- data.tar.gz: 518fb6dc6a7e747c65e3bd5a873df8a2cc0b5ad84009b6759f79e6e473f790db
3
+ metadata.gz: 770d66009a81073c4c0b5f3bac9e65b62fba85474690ca1324aa4c83e742bcbf
4
+ data.tar.gz: db15326917ebeec54c148a2b149a35dc42d1691e2096e92bc7a5f5f49d8048d3
5
5
  SHA512:
6
- metadata.gz: 3d0799e9f4a800bf86253482e55a48fd415afaf6b19cd9f7e152db32365fccf5ea2f035a1f44d4fc27faa593813114f211c8875f524bc98d162614adf92146b6
7
- data.tar.gz: 9a0470c243e9717aebd655a72e563ac6cd0d096caeed43e5ced6e1a7c8fcf60285cca60e8fa4dabe97efcb0f9978a3082eedc348448dfa34d688f13bef0ab6dd
6
+ metadata.gz: a83854c2ff94592e7f034370f347f75eee91143559daf1e2a0a46298adc8c6f02844fc7fd8bc28bcbc523c8337817c64d5d9805f6669a351220f30bd4f7526e2
7
+ data.tar.gz: 42a538314c97c29bddf19e2be62b96286d5e0b9f1af7f02a50630e518acf938e0fb949cf2d95060b4eb50ebac8b5be731ea8da4293da4d442cbfdbfbba537d3e
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.239
1
+ 1.1.240
@@ -12,7 +12,6 @@
12
12
  "http_headers": {
13
13
  "key": "example value"
14
14
  },
15
- "activity_log": "example",
16
15
  "processing_result": "example",
17
16
  "processing_result_description": "example",
18
17
  "mic": "example",
@@ -52,7 +51,6 @@
52
51
  * `uuid` (string): UUID assigned to this message.
53
52
  * `content_type` (string): Content Type header of the incoming message.
54
53
  * `http_headers` (object): HTTP Headers sent with this message.
55
- * `activity_log` (string): JSON Structure of the activity log.
56
54
  * `processing_result` (string): Result of processing.
57
55
  * `processing_result_description` (string): Result of processing description.
58
56
  * `mic` (string): AS2 Message Integrity Check
@@ -11,7 +11,6 @@
11
11
  "http_headers": {
12
12
  "key": "example value"
13
13
  },
14
- "activity_log": "example",
15
14
  "processing_result": "example",
16
15
  "processing_result_description": "example",
17
16
  "mic": "example",
@@ -47,7 +46,6 @@
47
46
  * `as2_station_id` (int64): Id of the AS2 Station associated with this message.
48
47
  * `uuid` (string): UUID assigned to this message.
49
48
  * `http_headers` (object): HTTP Headers sent with this message.
50
- * `activity_log` (string): JSON Structure of the activity log.
51
49
  * `processing_result` (string): Result of processing.
52
50
  * `processing_result_description` (string): Result of processing description.
53
51
  * `mic` (string): AS2 Message Integrity Check SHA1
@@ -39,11 +39,6 @@ module Files
39
39
  @attributes[:http_headers]
40
40
  end
41
41
 
42
- # string - JSON Structure of the activity log.
43
- def activity_log
44
- @attributes[:activity_log]
45
- end
46
-
47
42
  # string - Result of processing.
48
43
  def processing_result
49
44
  @attributes[:processing_result]
@@ -34,11 +34,6 @@ module Files
34
34
  @attributes[:http_headers]
35
35
  end
36
36
 
37
- # string - JSON Structure of the activity log.
38
- def activity_log
39
- @attributes[:activity_log]
40
- end
41
-
42
37
  # string - Result of processing.
43
38
  def processing_result
44
39
  @attributes[:processing_result]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.239"
4
+ VERSION = "1.1.240"
5
5
  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.1.239
4
+ version: 1.1.240
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-10 00:00:00.000000000 Z
11
+ date: 2025-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable