spok 2.1.6 → 2.1.7
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/Gemfile.lock +50 -0
- data/lib/spok/config/bovespa.yml +0 -1
- data/lib/spok/version.rb +1 -1
- data/spok-2.1.6.gem +0 -0
- 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: e34b6212fbfa909d4cd62f369caed4df55f299708685a77e60030b95042195b5
|
|
4
|
+
data.tar.gz: 1c40c2de1d0047c9a258c4b38c0d3384484bf6b08c120850bb32b7fde2a603ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf390aeea0120fbae50fab894d2167f92579df673ab4dc5fc25962c79e23b44c1fa920eaa36b8ffe2951f4a4f72d4f89936349ed5ad8736039c11e3389a405a4
|
|
7
|
+
data.tar.gz: 8c9f97ad28c4ed002ea3f8db62b471bd5413967c84d8c9622ae3632ca25fbe1411f5e1ee80d6ba4ba8a027c6b3282e8c9d78804fbe182c00bb5de0835f917d1d
|
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.7] - 2023-01-24
|
|
7
|
+
|
|
8
|
+
* Remove Sao Paulo's anniversary from bovespa's calendar, since B3 will not
|
|
9
|
+
consider it as a holiday and will operate as usual.
|
|
10
|
+
|
|
6
11
|
## [2.1.6] - 2023-01-23
|
|
7
12
|
|
|
8
13
|
* Add 2023's bovespa holidays.
|
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
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/lib/spok/config/bovespa.yml
CHANGED
data/lib/spok/version.rb
CHANGED
data/spok-2.1.6.gem
ADDED
|
Binary file
|
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.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Magnetis Staff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-01-
|
|
11
|
+
date: 2023-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -84,6 +84,7 @@ files:
|
|
|
84
84
|
- CODE_OF_CONDUCT.md
|
|
85
85
|
- CONTRIBUTING.md
|
|
86
86
|
- Gemfile
|
|
87
|
+
- Gemfile.lock
|
|
87
88
|
- LICENSE.txt
|
|
88
89
|
- README.md
|
|
89
90
|
- Rakefile
|
|
@@ -122,6 +123,7 @@ files:
|
|
|
122
123
|
- spec/lib/spok/workday_spec.rb
|
|
123
124
|
- spec/lib/spok_spec.rb
|
|
124
125
|
- spec/spec_helper.rb
|
|
126
|
+
- spok-2.1.6.gem
|
|
125
127
|
- spok.gemspec
|
|
126
128
|
homepage: https://github.com/magnetis/spok
|
|
127
129
|
licenses:
|
|
@@ -142,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
142
144
|
- !ruby/object:Gem::Version
|
|
143
145
|
version: '0'
|
|
144
146
|
requirements: []
|
|
145
|
-
rubygems_version: 3.
|
|
147
|
+
rubygems_version: 3.1.6
|
|
146
148
|
signing_key:
|
|
147
149
|
specification_version: 4
|
|
148
150
|
summary: A gem to work with periods of dates
|