spok 2.1.6 → 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: 617ccb988fa5435628edf861ab560ff803cd170e30024910d59db060692820f2
4
- data.tar.gz: fce0fc6ba64b01b1102adfcec43a0b5809a51ff56b45369c36f75d9cd5968810
3
+ metadata.gz: c3157c105b7724611f8cf31adb3410a1be3b6f53d8516f4e27a296e108fd3874
4
+ data.tar.gz: cea2d022ac626baa1a0bae6b4af13a73ce4124773060d5931da102814bd1833d
5
5
  SHA512:
6
- metadata.gz: 957596c6c4d3f862c695d531614af2e5d473feee8581a526a3cd211d6ac70da1e9f1290a7029fd76941ee5d6e7d32cfcfffd67fbaf5dfa9312cd1786f7148ad2
7
- data.tar.gz: d61cba3a52cb27c4752ed9e58374ae80f07bb7488e8c9823774d8fd2efe491a21f4391867d3768fb8168dbba79dcf75ffee8acc0ab28388494db4c641593ba0a
6
+ metadata.gz: 1d1b2169fb89338c91c24e16b72c5756b9ad6db5136566ab3e0e59cfafb3fbd73f20eaad1629c35917dad0b488ba76049d335225f6b1bec3866bb6540f502454
7
+ data.tar.gz: 65cc3422a9ce057546eed66ccb7ac8ffdd141433f9b8b4170cf2eabeeb413f1d782eeeeb99478dbc913899c0bac2b3f0d2f21988286ee7d1c2e6ef8c0be15c1a
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.8] - 2024-02-01
7
+
8
+ * Add 2024's bovespa holidays.
9
+
10
+ ## [2.1.7] - 2023-01-24
11
+
12
+ * Remove Sao Paulo's anniversary from bovespa's calendar, since B3 will not
13
+ consider it as a holiday and will operate as usual.
14
+
6
15
  ## [2.1.6] - 2023-01-23
7
16
 
8
17
  * Add 2023's bovespa holidays.
@@ -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
@@ -425,3 +424,14 @@ bovespa:
425
424
  - 2023-12-25
426
425
  - 2023-12-29
427
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.6'.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.6
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-23 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
@@ -127,7 +127,7 @@ homepage: https://github.com/magnetis/spok
127
127
  licenses:
128
128
  - Apache 2.0
129
129
  metadata: {}
130
- post_install_message:
130
+ post_install_message:
131
131
  rdoc_options: []
132
132
  require_paths:
133
133
  - lib
@@ -142,8 +142,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  - !ruby/object:Gem::Version
143
143
  version: '0'
144
144
  requirements: []
145
- rubygems_version: 3.3.7
146
- signing_key:
145
+ rubygems_version: 3.1.6
146
+ signing_key:
147
147
  specification_version: 4
148
148
  summary: A gem to work with periods of dates
149
149
  test_files: