spok 2.1.6 → 2.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 617ccb988fa5435628edf861ab560ff803cd170e30024910d59db060692820f2
4
- data.tar.gz: fce0fc6ba64b01b1102adfcec43a0b5809a51ff56b45369c36f75d9cd5968810
3
+ metadata.gz: e34b6212fbfa909d4cd62f369caed4df55f299708685a77e60030b95042195b5
4
+ data.tar.gz: 1c40c2de1d0047c9a258c4b38c0d3384484bf6b08c120850bb32b7fde2a603ee
5
5
  SHA512:
6
- metadata.gz: 957596c6c4d3f862c695d531614af2e5d473feee8581a526a3cd211d6ac70da1e9f1290a7029fd76941ee5d6e7d32cfcfffd67fbaf5dfa9312cd1786f7148ad2
7
- data.tar.gz: d61cba3a52cb27c4752ed9e58374ae80f07bb7488e8c9823774d8fd2efe491a21f4391867d3768fb8168dbba79dcf75ffee8acc0ab28388494db4c641593ba0a
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
@@ -411,7 +411,6 @@ bovespa:
411
411
  - 2022-11-02
412
412
  - 2022-11-15
413
413
  - 2022-12-30
414
- - 2023-01-25
415
414
  - 2023-02-20
416
415
  - 2023-02-21
417
416
  - 2023-04-07
data/lib/spok/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Spok
2
- VERSION = '2.1.6'.freeze
2
+ VERSION = '2.1.7'.freeze
3
3
  end
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.6
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-23 00:00:00.000000000 Z
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.3.7
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