files.com 1.1.315 → 1.1.316

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: cd7b50b61f191cd103f6100e7875959ff2b22e835e191003d362afcbc2dfb712
4
- data.tar.gz: 308f5eedda7be633ed30f9a8069e3b7f5fe48cc530c58d8af5ca9f7eab95a5f9
3
+ metadata.gz: b8b23dc50b8f6bbd87397538a30f2c77f0112c901e32b6bd47c5de1efbc8a378
4
+ data.tar.gz: 984bb427f40b00b9148807f19d169cdd4f8861852239f8189e83f004470cfcd1
5
5
  SHA512:
6
- metadata.gz: 36fc55f24c4e99ca21ad242b206ad6f4cdcdca92c28b2b334ed585220f35f265e0d1b4039231c636cacba8d946734a1b0307d809043672fb0d969f324cbaca78
7
- data.tar.gz: 898f1ca2cc965ecce7f61b2067738e2779138a6133981707f10feaa102b3c64d42b5c8ce7866995b292f019b17d74c0dfddc77ceba0ba44bc86571ac9624dcb4
6
+ metadata.gz: 1627d076b15101244b925fc3656c4ecff72429dd12e502e3356d61b81c56f1d9c722d4087702caafef5e7ee5d2a5046a622ca1166bd30f8804411e54925fee45
7
+ data.tar.gz: b15fadd077811ee3ee208eb7f1d987c05187168725eb40ecb7a245bf82765e35abed0224f9d571887472bbedb0ecbd751c06dfefcfbe2faed96f314cf73010c1
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.315
1
+ 1.1.316
@@ -24,7 +24,7 @@
24
24
  "prepaid_bytes": 1,
25
25
  "prepaid_bytes_expire_at": "2000-01-01T01:00:00Z",
26
26
  "prepaid_bytes_used": 1,
27
- "prepaid_bytes_avaliable": 1
27
+ "prepaid_bytes_available": 1
28
28
  }
29
29
  ],
30
30
  "method": "paypal",
data/docs/invoice.md CHANGED
@@ -24,7 +24,7 @@
24
24
  "prepaid_bytes": 1,
25
25
  "prepaid_bytes_expire_at": "2000-01-01T01:00:00Z",
26
26
  "prepaid_bytes_used": 1,
27
- "prepaid_bytes_avaliable": 1
27
+ "prepaid_bytes_available": 1
28
28
  }
29
29
  ],
30
30
  "method": "paypal",
@@ -16,7 +16,7 @@
16
16
  "prepaid_bytes": 1,
17
17
  "prepaid_bytes_expire_at": "2000-01-01T01:00:00Z",
18
18
  "prepaid_bytes_used": 1,
19
- "prepaid_bytes_avaliable": 1
19
+ "prepaid_bytes_available": 1
20
20
  }
21
21
  ```
22
22
 
@@ -32,4 +32,4 @@
32
32
  * `prepaid_bytes` (int64): Prepaid bytes purchased for this invoice line item
33
33
  * `prepaid_bytes_expire_at` (date-time): When the prepaid bytes expire
34
34
  * `prepaid_bytes_used` (int64): Total prepaid bytes used for this invoice line item
35
- * `prepaid_bytes_avaliable` (int64): Available prepaid bytes for this invoice line item
35
+ * `prepaid_bytes_available` (int64): Available prepaid bytes for this invoice line item
data/docs/payment.md CHANGED
@@ -24,7 +24,7 @@
24
24
  "prepaid_bytes": 1,
25
25
  "prepaid_bytes_expire_at": "2000-01-01T01:00:00Z",
26
26
  "prepaid_bytes_used": 1,
27
- "prepaid_bytes_avaliable": 1
27
+ "prepaid_bytes_available": 1
28
28
  }
29
29
  ],
30
30
  "method": "paypal",
@@ -70,8 +70,8 @@ module Files
70
70
  end
71
71
 
72
72
  # int64 - Available prepaid bytes for this invoice line item
73
- def prepaid_bytes_avaliable
74
- @attributes[:prepaid_bytes_avaliable]
73
+ def prepaid_bytes_available
74
+ @attributes[:prepaid_bytes_available]
75
75
  end
76
76
  end
77
77
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.315"
4
+ VERSION = "1.1.316"
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.315
4
+ version: 1.1.316
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-08-08 00:00:00.000000000 Z
11
+ date: 2025-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable