spok 2.1.4 → 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 +5 -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/version.rb +1 -1
- metadata +5 -3
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,11 @@
|
|
|
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
|
+
|
|
6
11
|
## [2.1.4] - 2022-06-28
|
|
7
12
|
|
|
8
13
|
* Add Juneteenth holiday on US calendar from 2022 to 2028.
|
|
@@ -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
|
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: 2022-
|
|
11
|
+
date: 2022-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -89,6 +89,7 @@ files:
|
|
|
89
89
|
- Rakefile
|
|
90
90
|
- lib/spok.rb
|
|
91
91
|
- lib/spok/calendars.rb
|
|
92
|
+
- lib/spok/config/argentina.yml
|
|
92
93
|
- lib/spok/config/australia.yml
|
|
93
94
|
- lib/spok/config/austria.yml
|
|
94
95
|
- lib/spok/config/belgium.yml
|
|
@@ -105,6 +106,7 @@ files:
|
|
|
105
106
|
- lib/spok/config/liechtenstein.yml
|
|
106
107
|
- lib/spok/config/mexico.yml
|
|
107
108
|
- lib/spok/config/netherlands.yml
|
|
109
|
+
- lib/spok/config/norway.yml
|
|
108
110
|
- lib/spok/config/poland.yml
|
|
109
111
|
- lib/spok/config/portugal.yml
|
|
110
112
|
- lib/spok/config/singapore.yml
|
|
@@ -140,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
142
|
- !ruby/object:Gem::Version
|
|
141
143
|
version: '0'
|
|
142
144
|
requirements: []
|
|
143
|
-
rubygems_version: 3.
|
|
145
|
+
rubygems_version: 3.1.6
|
|
144
146
|
signing_key:
|
|
145
147
|
specification_version: 4
|
|
146
148
|
summary: A gem to work with periods of dates
|