verified_holidays 0.3.3 → 0.3.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6daf6bd2f68005f635e997644c83097605f8a3716ea49decc9f756fb020be27a
4
- data.tar.gz: 3c7d1e1cdf6a4e7514951e8f6f21dd6a229c17ad2ff201c18793e7af911f1f94
3
+ metadata.gz: d186fe8ed73808973f6b26f39f6df46e13c6698a313cb0ce553ff75aa904c326
4
+ data.tar.gz: b10b97ba039418b44da7a060bc9e87f308d0c509406f7468ca5edc5eff908f7a
5
5
  SHA512:
6
- metadata.gz: 924ed9a8aa2469bac79d3ae9912eb9f042309a8c32b7111d6f3f8a72671bfdd1d10f1d12f7141590e7a1162bbbf6920e430660d42f31e5361a198d085d1beb16
7
- data.tar.gz: f9459d943472843c129ba579a8e49ec33c2865415cdc0e24725310a3e45cbfca4415bc25119067ab3b04271464e330a6e485e1d092366e2c0df62dc8397a9828
6
+ metadata.gz: a6d51fdfb12c95c010759c5ff232375d30c43989436b6e2c3ed1a9525f7628db4a2444c664fcae8edae1f41876d9cea9fbf834a7eb413205b45d4112d528f741
7
+ data.tar.gz: 3cdd6197eba3529b28a9abd65949be30368eb928bad0413fccfad569bf101bfb2c647bfcc688cd60f7d16fec62d457b29e5cab10b605c4547a04ea3b349031b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.4](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays/v0.3.3...verified_holidays/v0.3.4) (2026-08-22)
4
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * drop support for Ruby 3.1 ([#37](https://github.com/verified-holidays/verified_holidays/issues/37)) ([4ee7b8e](https://github.com/verified-holidays/verified_holidays/commit/4ee7b8e45afeb0a6f66306b5044097605e7fc8a5))
9
+ * replace deprecated SimpleCov.add_filter with skip ([#36](https://github.com/verified-holidays/verified_holidays/issues/36)) ([51e2234](https://github.com/verified-holidays/verified_holidays/commit/51e223446e74b6290393f0022bab7b55edb9286d))
10
+
3
11
  ## [0.3.3](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays/v0.3.2...verified_holidays/v0.3.3) (2026-08-22)
4
12
 
5
13
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VerifiedHolidays
4
- VERSION = '0.3.3'
4
+ VERSION = '0.3.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: verified_holidays
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenta Ishizaki
@@ -58,7 +58,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: '3.1'
61
+ version: '3.2'
62
62
  required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="