turkish_id 1.8.0 → 1.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4ad8d7ebeb9751bef987b19f7a0e34004402cbe3f56cb56d7d7a394eb2176fc6
4
- data.tar.gz: 5a2e0f11470112415783ee601d3379bc44d6b963f0d6b3ce626bfba96500496b
3
+ metadata.gz: c1cdab3d3cbf1253f80e33afb0581683b487aa086225101676d39ef752a43dff
4
+ data.tar.gz: aba32b9c238ced16968d0fd1f743c4fb98214b18e3b59dc0475531abffcca1de
5
5
  SHA512:
6
- metadata.gz: 97c84a17cf7dda3448b4aa3aff303545ea8bbc92ed3a9e54cfd11715a2e9096cb66a21feee44b23db2b7987114c4fe180c21f3a7d89212a42e4d81a6b50dfe98
7
- data.tar.gz: 56c61b35975bef496b92a610f9a883b082cda554695a7161b72a8ad880f6cc2acd2dc0c7314ca3e5e6b80e59d16a94b4666230326b0f1faadcc36c8ebd9e9509
6
+ metadata.gz: 72ca0e693072238a4918b271faf7078389bdf1a54b4581fa66f7e17c0a3957d6c2efc66b57b795cc431e392ff39316d6180a99479e24e3aa7b1eb8175a6d9c88
7
+ data.tar.gz: d6472aeb362e990e290f60c66c0ee7faae1adfc00920697b32b635c42fd52622c1f1c1c82b3de1885574eb50edd667939539b72e65da3a378b28b729a6baf49c
@@ -18,7 +18,7 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby: ["3.4.1", "3.3.6", "3.1.6", "3.0.7"]
21
+ ruby: ["3.4.1", "3.3.6", "3.2.6", "3.1.6", "3.0.7"]
22
22
 
23
23
  steps:
24
24
  - uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
38
38
  fail-fast: false
39
39
  matrix:
40
40
  os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04", "macos-13", "macos-14", "macos-15"]
41
- ruby: ["3.4.1", "3.3.6", "3.1.6", "3.0.7", "ruby-head"]
41
+ ruby: ["3.4.1", "3.3.6", "3.1.6", "3.2.6", "3.0.7", "ruby-head"]
42
42
 
43
43
  steps:
44
44
  - uses: actions/checkout@v4
data/README.md CHANGED
@@ -158,6 +158,7 @@ This gem is used in production and tested against the following Ruby versions:
158
158
 
159
159
  - ✅ `3.4.1` (stable)
160
160
  - ✅ `3.3.6` (stable)
161
+ - ✅ `3.2.6` (stable)
161
162
  - ⏳ `3.1.6` (security maintenance)
162
163
  - 🪦 `3.0.7` (end of life)
163
164
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class TurkishId
4
- VERSION = "1.8.0"
4
+ VERSION = "1.8.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turkish_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kerem Bozdas