spok 2.1.7 → 2.1.8

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: e34b6212fbfa909d4cd62f369caed4df55f299708685a77e60030b95042195b5
4
- data.tar.gz: 1c40c2de1d0047c9a258c4b38c0d3384484bf6b08c120850bb32b7fde2a603ee
3
+ metadata.gz: c3157c105b7724611f8cf31adb3410a1be3b6f53d8516f4e27a296e108fd3874
4
+ data.tar.gz: cea2d022ac626baa1a0bae6b4af13a73ce4124773060d5931da102814bd1833d
5
5
  SHA512:
6
- metadata.gz: cf390aeea0120fbae50fab894d2167f92579df673ab4dc5fc25962c79e23b44c1fa920eaa36b8ffe2951f4a4f72d4f89936349ed5ad8736039c11e3389a405a4
7
- data.tar.gz: 8c9f97ad28c4ed002ea3f8db62b471bd5413967c84d8c9622ae3632ca25fbe1411f5e1ee80d6ba4ba8a027c6b3282e8c9d78804fbe182c00bb5de0835f917d1d
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
@@ -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
@@ -1,3 +1,3 @@
1
1
  class Spok
2
- VERSION = '2.1.7'.freeze
2
+ VERSION = '2.1.8'.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.7
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: 2023-01-24 00:00:00.000000000 Z
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