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: d5c3d7ea27933bb474bbff51249d218778770d93fca742c07153d981c6f2590f
4
- data.tar.gz: 375a5bc28f28de70f7d353bc182254be316d5381d8e1b43c624417c647a12541
3
+ metadata.gz: 4c8cab32ed97e2d6b88de5da06fa5926be7a1e31dd7daf2411e2d5397ed6021b
4
+ data.tar.gz: d112e7aaa786680a3d8b8d8d469a435247d927fd65c97040df388af9cf6bb06f
5
5
  SHA512:
6
- metadata.gz: 0d6c8fdf579c590329dd9487470ec38f5d50f8d8b7db909f8e48cea45b249629ebc9557ba4dd38a38ae5a6c8af026dd62f2e632fbbc315f525c8169e7c2ac15b
7
- data.tar.gz: 19b58031a0c372ddb1c0fe0dd231c8a05aeffc84af95f7706ec1cdb44f6641cee4026e9cba3a9f82cc453379f0125456b6709ae4be077721939ea28c076e1640
6
+ metadata.gz: 00b69c9796654f39ab39a72a589a0cafd16529a6e31e39b2e89ec7ec7f023674a54694edb52743e868ebeb1689e191670a66cd89e21a5a461764747ffadf06c2
7
+ data.tar.gz: b63249367bd7246570c9646a753a8a24f3c249a982a7c7a910e15195648cfcfefbb49092438497a465b2a9002cd25399c02347855b06c509cac65f714bf4d93a
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.259
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.
@@ -79,6 +79,11 @@ module Files
79
79
  @attributes[:subject]
80
80
  end
81
81
 
82
+ # string - Date Header
83
+ def date
84
+ @attributes[:date]
85
+ end
86
+
82
87
  # string - Encrypted Payload Body Size
83
88
  def body_size
84
89
  @attributes[:body_size]
@@ -64,6 +64,11 @@ module Files
64
64
  @attributes[:as2_from]
65
65
  end
66
66
 
67
+ # string - Date Header
68
+ def date
69
+ @attributes[:date]
70
+ end
71
+
67
72
  # string - AS2 Message Id
68
73
  def message_id
69
74
  @attributes[:message_id]
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.259
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-15 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable