spok 2.1.3 → 2.1.5
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 +9 -0
- data/lib/spok/config/argentina.yml +34 -0
- data/lib/spok/config/bovespa.yml +1 -0
- data/lib/spok/config/norway.yml +26 -0
- data/lib/spok/config/united_states.yml +7 -0
- data/lib/spok/version.rb +1 -1
- metadata +5 -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: 9373a0a8b513d87baf3c5dd81d4625b2751a925054db6dbc46e646ec7afc7179
|
|
4
|
+
data.tar.gz: c9cd2c853f27e6fe4c5142758f7a0fe60ae626fbd4f5a6e1c459839f70ce40a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea49ae351a33e1e3905ea176cbc78a332d5709a649552d67a410a797aa50b7b1bceff2ccf4a25e3934054d291a212239b0bcb17174a4bfd2a97ba22461c046a3
|
|
7
|
+
data.tar.gz: f5dfd0e90d331da67a1a93f2ca4163e9631bf0975190cf583af6d8591f8ff35f432fe9f703ebc4536948d69ca25e300b88cb1e1f3f344c0fbf8f4f7af587cf1c
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
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.5] - 2022-12-28
|
|
7
|
+
|
|
8
|
+
* Add 2022-12-30 holiday on Bovespa calendar.
|
|
9
|
+
* Added calendars for `argentina` and `norway`.
|
|
10
|
+
|
|
11
|
+
## [2.1.4] - 2022-06-28
|
|
12
|
+
|
|
13
|
+
* Add Juneteenth holiday on US calendar from 2022 to 2028.
|
|
14
|
+
|
|
6
15
|
## [2.1.3] - 2020-11-17
|
|
7
16
|
|
|
8
17
|
* Remove 2020-11-20 holiday from Bovespa calendar due to their note about
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
argentina:
|
|
3
|
+
- 2022-01-01
|
|
4
|
+
- 2022-02-28
|
|
5
|
+
- 2022-03-01
|
|
6
|
+
- 2022-03-24
|
|
7
|
+
- 2022-04-02
|
|
8
|
+
- 2022-04-15
|
|
9
|
+
- 2022-05-01
|
|
10
|
+
- 2022-05-25
|
|
11
|
+
- 2022-06-17
|
|
12
|
+
- 2022-06-20
|
|
13
|
+
- 2022-07-09
|
|
14
|
+
- 2022-08-15
|
|
15
|
+
- 2022-10-10
|
|
16
|
+
- 2022-11-20
|
|
17
|
+
- 2022-12-08
|
|
18
|
+
- 2022-12-25
|
|
19
|
+
- 2023-01-01
|
|
20
|
+
- 2023-02-20
|
|
21
|
+
- 2023-02-21
|
|
22
|
+
- 2023-03-24
|
|
23
|
+
- 2023-04-02
|
|
24
|
+
- 2023-04-07
|
|
25
|
+
- 2023-05-01
|
|
26
|
+
- 2023-05-25
|
|
27
|
+
- 2023-06-17
|
|
28
|
+
- 2023-06-20
|
|
29
|
+
- 2023-07-09
|
|
30
|
+
- 2023-08-21
|
|
31
|
+
- 2023-10-09
|
|
32
|
+
- 2023-11-20
|
|
33
|
+
- 2023-12-08
|
|
34
|
+
- 2023-12-25
|
data/lib/spok/config/bovespa.yml
CHANGED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
---
|
|
2
|
+
norway:
|
|
3
|
+
- 2022-01-01
|
|
4
|
+
- 2022-04-14
|
|
5
|
+
- 2022-04-15
|
|
6
|
+
- 2022-04-17
|
|
7
|
+
- 2022-04-18
|
|
8
|
+
- 2022-05-01
|
|
9
|
+
- 2022-05-17
|
|
10
|
+
- 2022-05-26
|
|
11
|
+
- 2022-06-05
|
|
12
|
+
- 2022-06-06
|
|
13
|
+
- 2022-12-25
|
|
14
|
+
- 2022-12-25
|
|
15
|
+
- 2023-01-01
|
|
16
|
+
- 2023-04-06
|
|
17
|
+
- 2023-04-07
|
|
18
|
+
- 2023-04-09
|
|
19
|
+
- 2023-04-10
|
|
20
|
+
- 2023-05-01
|
|
21
|
+
- 2023-05-17
|
|
22
|
+
- 2023-05-18
|
|
23
|
+
- 2023-05-28
|
|
24
|
+
- 2023-05-29
|
|
25
|
+
- 2023-12-25
|
|
26
|
+
- 2023-12-26
|
|
@@ -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.5
|
|
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-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -84,12 +84,12 @@ 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
|
|
91
90
|
- lib/spok.rb
|
|
92
91
|
- lib/spok/calendars.rb
|
|
92
|
+
- lib/spok/config/argentina.yml
|
|
93
93
|
- lib/spok/config/australia.yml
|
|
94
94
|
- lib/spok/config/austria.yml
|
|
95
95
|
- lib/spok/config/belgium.yml
|
|
@@ -106,6 +106,7 @@ files:
|
|
|
106
106
|
- lib/spok/config/liechtenstein.yml
|
|
107
107
|
- lib/spok/config/mexico.yml
|
|
108
108
|
- lib/spok/config/netherlands.yml
|
|
109
|
+
- lib/spok/config/norway.yml
|
|
109
110
|
- lib/spok/config/poland.yml
|
|
110
111
|
- lib/spok/config/portugal.yml
|
|
111
112
|
- lib/spok/config/singapore.yml
|
|
@@ -141,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
142
|
- !ruby/object:Gem::Version
|
|
142
143
|
version: '0'
|
|
143
144
|
requirements: []
|
|
144
|
-
rubygems_version: 3.1.
|
|
145
|
+
rubygems_version: 3.1.6
|
|
145
146
|
signing_key:
|
|
146
147
|
specification_version: 4
|
|
147
148
|
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
|