spok 2.1.5 → 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: 9373a0a8b513d87baf3c5dd81d4625b2751a925054db6dbc46e646ec7afc7179
4
- data.tar.gz: c9cd2c853f27e6fe4c5142758f7a0fe60ae626fbd4f5a6e1c459839f70ce40a6
3
+ metadata.gz: e34b6212fbfa909d4cd62f369caed4df55f299708685a77e60030b95042195b5
4
+ data.tar.gz: 1c40c2de1d0047c9a258c4b38c0d3384484bf6b08c120850bb32b7fde2a603ee
5
5
  SHA512:
6
- metadata.gz: ea49ae351a33e1e3905ea176cbc78a332d5709a649552d67a410a797aa50b7b1bceff2ccf4a25e3934054d291a212239b0bcb17174a4bfd2a97ba22461c046a3
7
- data.tar.gz: f5dfd0e90d331da67a1a93f2ca4163e9631bf0975190cf583af6d8591f8ff35f432fe9f703ebc4536948d69ca25e300b88cb1e1f3f344c0fbf8f4f7af587cf1c
6
+ metadata.gz: cf390aeea0120fbae50fab894d2167f92579df673ab4dc5fc25962c79e23b44c1fa920eaa36b8ffe2951f4a4f72d4f89936349ed5ad8736039c11e3389a405a4
7
+ data.tar.gz: 8c9f97ad28c4ed002ea3f8db62b471bd5413967c84d8c9622ae3632ca25fbe1411f5e1ee80d6ba4ba8a027c6b3282e8c9d78804fbe182c00bb5de0835f917d1d
data/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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
+
11
+ ## [2.1.6] - 2023-01-23
12
+
13
+ * Add 2023's bovespa holidays.
14
+
6
15
  ## [2.1.5] - 2022-12-28
7
16
 
8
17
  * Add 2022-12-30 holiday on Bovespa calendar.
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,3 +411,16 @@ bovespa:
411
411
  - 2022-11-02
412
412
  - 2022-11-15
413
413
  - 2022-12-30
414
+ - 2023-02-20
415
+ - 2023-02-21
416
+ - 2023-04-07
417
+ - 2023-04-21
418
+ - 2023-05-01
419
+ - 2023-06-08
420
+ - 2023-09-07
421
+ - 2023-10-12
422
+ - 2023-11-02
423
+ - 2023-11-15
424
+ - 2023-12-25
425
+ - 2023-12-29
426
+ - 2024-01-01
data/lib/spok/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Spok
2
- VERSION = '2.1.5'.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.5
4
+ version: 2.1.7
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: 2022-12-29 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,12 +123,13 @@ 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:
128
130
  - Apache 2.0
129
131
  metadata: {}
130
- post_install_message:
132
+ post_install_message:
131
133
  rdoc_options: []
132
134
  require_paths:
133
135
  - lib
@@ -143,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
145
  version: '0'
144
146
  requirements: []
145
147
  rubygems_version: 3.1.6
146
- signing_key:
148
+ signing_key:
147
149
  specification_version: 4
148
150
  summary: A gem to work with periods of dates
149
151
  test_files: