israeli 0.3.2 → 0.3.3

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: b6301093bd7b85ae8c30a9d0437e220a7dea57d17eaa905d28b12ed351635b8c
4
- data.tar.gz: 1179d231bc5ac2532248ed423ad8c9f03da47c692b8d2a90bed7f420cc2df100
3
+ metadata.gz: 0a3f2cb1e2b1ef738e1db24095732ca2db9eb4f95e954d73548539e15dbd4313
4
+ data.tar.gz: 9b6c24ef7440e701d331f47123f5f0ceae5361a5cfc1d52d46e0a3aef902e52d
5
5
  SHA512:
6
- metadata.gz: 8e393d8311d66b4fabbd84953d9842137652d7530c96dba37bc19d1c4f94b93743f859e9e159950fc3dc53a93d240d0124fb1875e685bcc787228fd4d26b4af3
7
- data.tar.gz: 10cb051b71c03d9d9ee63e8a907a0631917e0c029f4a2ac85cfc9a5720f20d7c726731ce9140519264a1a41c8bbb87fda108bd08f7ae3226b90b8b76f9b7794f
6
+ metadata.gz: 36b760318fa6a2f70e81c26dac29db651b40598dbcc43557e3d52e469726c8b77f422189532d25bb125eb387bd49b75e4d9ef99e56db4e188a390101d782ff36
7
+ data.tar.gz: 693fa09679b76bafff319814fa32a82c76a28c075edbc27b36d5f09ecbc4c8e7751b3815ab2df7a81229921a04c8eebff3228ea15f0f875bf0c7e033afc219bc
data/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.3.3] - 2026-07-26
11
+
12
+ ### Changed
13
+
14
+ - Updated GitHub Actions checkout to v7, Minitest to 6.0.6, Rake to 13.4.2, IRB to 1.18.0, and RuboCop to 1.88.2.
15
+ - Removed a RuboCop suppression that became redundant under the updated lint rules.
16
+
10
17
  ## [0.3.2] - 2026-07-12
11
18
 
12
19
  ### Changed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Israeli
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: israeli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - dpaluy