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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6bb0afc955b19c24b2f4928a42b4a24c9d0d9cbb8ae3f5ee97f165e63b492568
4
- data.tar.gz: 27116469b0ee022592bfb050a40632c5200e179db05c007d0aab0feb9f778a0a
3
+ metadata.gz: 9373a0a8b513d87baf3c5dd81d4625b2751a925054db6dbc46e646ec7afc7179
4
+ data.tar.gz: c9cd2c853f27e6fe4c5142758f7a0fe60ae626fbd4f5a6e1c459839f70ce40a6
5
5
  SHA512:
6
- metadata.gz: 524fa180e0ab16c590d61530ebf76368ea3aa081427529f8b9d67298c96683e241e314e8e2034a89d0bf88e922fd9107a006c7d7cb507b4c275c248f68bbb827
7
- data.tar.gz: ae06e8d41d40d4c2d98fafe124e78ad274ee6186a2d3f627f3d55713207c351b2d25b0aa81de3056a1eadf41ca38d51fdd8c2a2bc8fb1769247a98abbce2f6a2
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
@@ -410,3 +410,4 @@ bovespa:
410
410
  - 2022-10-12
411
411
  - 2022-11-02
412
412
  - 2022-11-15
413
+ - 2022-12-30
@@ -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
@@ -1,3 +1,3 @@
1
1
  class Spok
2
- VERSION = '2.1.4'.freeze
2
+ VERSION = '2.1.5'.freeze
3
3
  end
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
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-07-01 00:00:00.000000000 Z
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.0.3.1
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