spok 2.1.7 → 2.1.8
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/bovespa.yml +11 -0
- data/lib/spok/version.rb +1 -1
- metadata +5 -7
- data/Gemfile.lock +0 -50
- data/spok-2.1.6.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3157c105b7724611f8cf31adb3410a1be3b6f53d8516f4e27a296e108fd3874
|
|
4
|
+
data.tar.gz: cea2d022ac626baa1a0bae6b4af13a73ce4124773060d5931da102814bd1833d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d1b2169fb89338c91c24e16b72c5756b9ad6db5136566ab3e0e59cfafb3fbd73f20eaad1629c35917dad0b488ba76049d335225f6b1bec3866bb6540f502454
|
|
7
|
+
data.tar.gz: 65cc3422a9ce057546eed66ccb7ac8ffdd141433f9b8b4170cf2eabeeb413f1d782eeeeb99478dbc913899c0bac2b3f0d2f21988286ee7d1c2e6ef8c0be15c1a
|
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.8] - 2024-02-01
|
|
7
|
+
|
|
8
|
+
* Add 2024's bovespa holidays.
|
|
9
|
+
|
|
6
10
|
## [2.1.7] - 2023-01-24
|
|
7
11
|
|
|
8
12
|
* Remove Sao Paulo's anniversary from bovespa's calendar, since B3 will not
|
data/lib/spok/config/bovespa.yml
CHANGED
|
@@ -424,3 +424,14 @@ bovespa:
|
|
|
424
424
|
- 2023-12-25
|
|
425
425
|
- 2023-12-29
|
|
426
426
|
- 2024-01-01
|
|
427
|
+
- 2024-02-12
|
|
428
|
+
- 2024-02-13
|
|
429
|
+
- 2024-03-29
|
|
430
|
+
- 2024-05-01
|
|
431
|
+
- 2024-05-30
|
|
432
|
+
- 2024-11-15
|
|
433
|
+
- 2024-11-20
|
|
434
|
+
- 2024-12-24
|
|
435
|
+
- 2024-12-25
|
|
436
|
+
- 2024-12-31
|
|
437
|
+
- 2025-01-01
|
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.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Magnetis Staff
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-02 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
|
|
@@ -123,13 +122,12 @@ files:
|
|
|
123
122
|
- spec/lib/spok/workday_spec.rb
|
|
124
123
|
- spec/lib/spok_spec.rb
|
|
125
124
|
- spec/spec_helper.rb
|
|
126
|
-
- spok-2.1.6.gem
|
|
127
125
|
- spok.gemspec
|
|
128
126
|
homepage: https://github.com/magnetis/spok
|
|
129
127
|
licenses:
|
|
130
128
|
- Apache 2.0
|
|
131
129
|
metadata: {}
|
|
132
|
-
post_install_message:
|
|
130
|
+
post_install_message:
|
|
133
131
|
rdoc_options: []
|
|
134
132
|
require_paths:
|
|
135
133
|
- lib
|
|
@@ -145,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
143
|
version: '0'
|
|
146
144
|
requirements: []
|
|
147
145
|
rubygems_version: 3.1.6
|
|
148
|
-
signing_key:
|
|
146
|
+
signing_key:
|
|
149
147
|
specification_version: 4
|
|
150
148
|
summary: A gem to work with periods of dates
|
|
151
149
|
test_files:
|
data/Gemfile.lock
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
spok (2.1.7)
|
|
5
|
-
activesupport (>= 5.1, < 7.0)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
activesupport (6.0.5.1)
|
|
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.10)
|
|
17
|
-
diff-lcs (1.5.0)
|
|
18
|
-
i18n (1.12.0)
|
|
19
|
-
concurrent-ruby (~> 1.0)
|
|
20
|
-
minitest (5.16.2)
|
|
21
|
-
rake (13.0.6)
|
|
22
|
-
rspec (3.11.0)
|
|
23
|
-
rspec-core (~> 3.11.0)
|
|
24
|
-
rspec-expectations (~> 3.11.0)
|
|
25
|
-
rspec-mocks (~> 3.11.0)
|
|
26
|
-
rspec-core (3.11.0)
|
|
27
|
-
rspec-support (~> 3.11.0)
|
|
28
|
-
rspec-expectations (3.11.0)
|
|
29
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
30
|
-
rspec-support (~> 3.11.0)
|
|
31
|
-
rspec-mocks (3.11.0)
|
|
32
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
33
|
-
rspec-support (~> 3.11.0)
|
|
34
|
-
rspec-support (3.11.0)
|
|
35
|
-
thread_safe (0.3.6)
|
|
36
|
-
tzinfo (1.2.10)
|
|
37
|
-
thread_safe (~> 0.1)
|
|
38
|
-
zeitwerk (2.6.0)
|
|
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
|
data/spok-2.1.6.gem
DELETED
|
Binary file
|