israeli 0.2.0 → 0.3.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -1
  3. data/lib/israeli/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c891a985fc73096b35660dd06031c286ab7bd4bcf4257d1a953ba43d56eb0a8a
4
- data.tar.gz: 57a1d7fda2b852f9528d802bec9e8676500551cf117ac7349b6b7a221d8d39d4
3
+ metadata.gz: 98900af64161906319b5256f115709544ac6fcf566698d1a80ff0151fa82d383
4
+ data.tar.gz: '00586df32001044d03fca1748a03c652cedf00f3fe4de3a8468e75fe5245c762'
5
5
  SHA512:
6
- metadata.gz: da33684de117b727b10e8ad788a552469c8add53e58cd8d12d50dc7bcd9d82a61ba05430b753345a8949f369cef9c43089a0d053b5cf3a3233a207c8bd7f50c2
7
- data.tar.gz: 2afcff8efddf051796863de345a99f223db86762d0ae4ceb224d0ba4e538d8e1cf3af9a1fa6d260c120e40aadc232037e7ef47d05c23cade2d2eb54747aeb02b
6
+ metadata.gz: 26d30916510260485f0b2fc695aff598f43f53224cd84ad77425bb8d12af83fc3042c51b19fd5a643ffed7d3e53c5324499a47dfe8717ba7a4d7160c74731564
7
+ data.tar.gz: 2844c86e900af798e47144ece8dcf4aba6e6cd4db294f16dfeaa48030bb8477d235b6ef76302de78f33f3aeed87e11695f599374e3f92152afe4777546c6bc61
data/CHANGELOG.md CHANGED
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## [Unreleased]
8
+ ## [0.3.1] - 2026-07-12
9
+
10
+ ### Changed
11
+
12
+ - Updated the Minitest, ActiveModel, and IRB dependencies.
13
+
14
+ ## [0.3.0] - 2026-01-04
15
+
16
+ ### Added
17
+
18
+ - Ruby 4.0 support in CI matrix
9
19
 
10
20
  ## [0.2.0] - 2025-12-03
11
21
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Israeli
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.1"
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.2.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dpaluy
@@ -50,7 +50,7 @@ metadata:
50
50
  homepage_uri: https://github.com/dpaluy/israeli
51
51
  documentation_uri: https://rubydoc.info/gems/israeli
52
52
  source_code_uri: https://github.com/dpaluy/israeli
53
- changelog_uri: https://github.com/dpaluy/israeli/blob/main/CHANGELOG.md
53
+ changelog_uri: https://github.com/dpaluy/israeli/blob/master/CHANGELOG.md
54
54
  bug_tracker_uri: https://github.com/dpaluy/israeli/issues
55
55
  rdoc_options: []
56
56
  require_paths: