spok 2.1.3 → 2.1.4
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/spok/config/united_states.yml +7 -0
- data/lib/spok/version.rb +1 -1
- metadata +3 -4
- data/Gemfile.lock +0 -50
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bb0afc955b19c24b2f4928a42b4a24c9d0d9cbb8ae3f5ee97f165e63b492568
|
|
4
|
+
data.tar.gz: 27116469b0ee022592bfb050a40632c5200e179db05c007d0aab0feb9f778a0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 524fa180e0ab16c590d61530ebf76368ea3aa081427529f8b9d67298c96683e241e314e8e2034a89d0bf88e922fd9107a006c7d7cb507b4c275c248f68bbb827
|
|
7
|
+
data.tar.gz: ae06e8d41d40d4c2d98fafe124e78ad274ee6186a2d3f627f3d55713207c351b2d25b0aa81de3056a1eadf41ca38d51fdd8c2a2bc8fb1769247a98abbce2f6a2
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
5
5
|
|
|
6
|
+
## [2.1.4] - 2022-06-28
|
|
7
|
+
|
|
8
|
+
* Add Juneteenth holiday on US calendar from 2022 to 2028.
|
|
9
|
+
|
|
6
10
|
## [2.1.3] - 2020-11-17
|
|
7
11
|
|
|
8
12
|
* Remove 2020-11-20 holiday from Bovespa calendar due to their note about
|
|
@@ -291,6 +291,7 @@ united_states:
|
|
|
291
291
|
- 2022-02-21
|
|
292
292
|
- 2022-04-15
|
|
293
293
|
- 2022-05-30
|
|
294
|
+
- 2022-06-20
|
|
294
295
|
- 2022-07-04
|
|
295
296
|
- 2022-09-05
|
|
296
297
|
- 2022-10-11
|
|
@@ -302,6 +303,7 @@ united_states:
|
|
|
302
303
|
- 2023-02-20
|
|
303
304
|
- 2023-04-07
|
|
304
305
|
- 2023-05-29
|
|
306
|
+
- 2023-06-19
|
|
305
307
|
- 2023-07-04
|
|
306
308
|
- 2023-09-04
|
|
307
309
|
- 2023-10-09
|
|
@@ -313,6 +315,7 @@ united_states:
|
|
|
313
315
|
- 2024-02-19
|
|
314
316
|
- 2024-03-29
|
|
315
317
|
- 2024-05-27
|
|
318
|
+
- 2024-06-19
|
|
316
319
|
- 2024-07-04
|
|
317
320
|
- 2024-09-02
|
|
318
321
|
- 2024-10-14
|
|
@@ -324,6 +327,7 @@ united_states:
|
|
|
324
327
|
- 2025-02-17
|
|
325
328
|
- 2025-04-18
|
|
326
329
|
- 2025-05-26
|
|
330
|
+
- 2025-06-19
|
|
327
331
|
- 2025-07-04
|
|
328
332
|
- 2025-09-01
|
|
329
333
|
- 2025-10-13
|
|
@@ -335,6 +339,7 @@ united_states:
|
|
|
335
339
|
- 2026-01-19
|
|
336
340
|
- 2026-02-16
|
|
337
341
|
- 2026-05-25
|
|
342
|
+
- 2026-06-19
|
|
338
343
|
- 2026-07-03
|
|
339
344
|
- 2026-09-07
|
|
340
345
|
- 2026-10-12
|
|
@@ -345,6 +350,7 @@ united_states:
|
|
|
345
350
|
- 2027-01-18
|
|
346
351
|
- 2027-02-15
|
|
347
352
|
- 2027-05-31
|
|
353
|
+
- 2027-06-19
|
|
348
354
|
- 2027-07-05
|
|
349
355
|
- 2027-09-06
|
|
350
356
|
- 2027-10-11
|
|
@@ -355,6 +361,7 @@ united_states:
|
|
|
355
361
|
- 2028-01-17
|
|
356
362
|
- 2028-02-21
|
|
357
363
|
- 2028-05-29
|
|
364
|
+
- 2028-06-19
|
|
358
365
|
- 2028-07-04
|
|
359
366
|
- 2028-09-04
|
|
360
367
|
- 2028-10-09
|
data/lib/spok/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spok
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Magnetis Staff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -84,7 +84,6 @@ files:
|
|
|
84
84
|
- CODE_OF_CONDUCT.md
|
|
85
85
|
- CONTRIBUTING.md
|
|
86
86
|
- Gemfile
|
|
87
|
-
- Gemfile.lock
|
|
88
87
|
- LICENSE.txt
|
|
89
88
|
- README.md
|
|
90
89
|
- Rakefile
|
|
@@ -141,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
140
|
- !ruby/object:Gem::Version
|
|
142
141
|
version: '0'
|
|
143
142
|
requirements: []
|
|
144
|
-
rubygems_version: 3.1
|
|
143
|
+
rubygems_version: 3.0.3.1
|
|
145
144
|
signing_key:
|
|
146
145
|
specification_version: 4
|
|
147
146
|
summary: A gem to work with periods of dates
|
data/Gemfile.lock
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
spok (2.1.3)
|
|
5
|
-
activesupport (>= 5.1, < 7.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activesupport (6.0.3.4)
|
|
11
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
12
|
-
i18n (>= 0.7, < 2)
|
|
13
|
-
minitest (~> 5.1)
|
|
14
|
-
tzinfo (~> 1.1)
|
|
15
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
|
16
|
-
concurrent-ruby (1.1.7)
|
|
17
|
-
diff-lcs (1.4.4)
|
|
18
|
-
i18n (1.8.5)
|
|
19
|
-
concurrent-ruby (~> 1.0)
|
|
20
|
-
minitest (5.14.2)
|
|
21
|
-
rake (13.0.1)
|
|
22
|
-
rspec (3.10.0)
|
|
23
|
-
rspec-core (~> 3.10.0)
|
|
24
|
-
rspec-expectations (~> 3.10.0)
|
|
25
|
-
rspec-mocks (~> 3.10.0)
|
|
26
|
-
rspec-core (3.10.0)
|
|
27
|
-
rspec-support (~> 3.10.0)
|
|
28
|
-
rspec-expectations (3.10.0)
|
|
29
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
30
|
-
rspec-support (~> 3.10.0)
|
|
31
|
-
rspec-mocks (3.10.0)
|
|
32
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
33
|
-
rspec-support (~> 3.10.0)
|
|
34
|
-
rspec-support (3.10.0)
|
|
35
|
-
thread_safe (0.3.6)
|
|
36
|
-
tzinfo (1.2.8)
|
|
37
|
-
thread_safe (~> 0.1)
|
|
38
|
-
zeitwerk (2.4.1)
|
|
39
|
-
|
|
40
|
-
PLATFORMS
|
|
41
|
-
ruby
|
|
42
|
-
|
|
43
|
-
DEPENDENCIES
|
|
44
|
-
bundler
|
|
45
|
-
rake
|
|
46
|
-
rspec (~> 3)
|
|
47
|
-
spok!
|
|
48
|
-
|
|
49
|
-
BUNDLED WITH
|
|
50
|
-
2.1.4
|