turkish_id 1.7.0 → 1.8.0
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 +4 -4
- data/.github/workflows/test.yml +3 -3
- data/.tool-versions +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +3 -3
- data/lib/turkish_id/version.rb +1 -1
- metadata +3 -7
- data/.github/workflows/publish.yml +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ad8d7ebeb9751bef987b19f7a0e34004402cbe3f56cb56d7d7a394eb2176fc6
|
4
|
+
data.tar.gz: 5a2e0f11470112415783ee601d3379bc44d6b963f0d6b3ce626bfba96500496b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97c84a17cf7dda3448b4aa3aff303545ea8bbc92ed3a9e54cfd11715a2e9096cb66a21feee44b23db2b7987114c4fe180c21f3a7d89212a42e4d81a6b50dfe98
|
7
|
+
data.tar.gz: 56c61b35975bef496b92a610f9a883b082cda554695a7161b72a8ad880f6cc2acd2dc0c7314ca3e5e6b80e59d16a94b4666230326b0f1faadcc36c8ebd9e9509
|
data/.github/workflows/test.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18
18
|
strategy:
|
19
19
|
fail-fast: false
|
20
20
|
matrix:
|
21
|
-
ruby: ["3.
|
21
|
+
ruby: ["3.4.1", "3.3.6", "3.1.6", "3.0.7"]
|
22
22
|
|
23
23
|
steps:
|
24
24
|
- uses: actions/checkout@v4
|
@@ -37,8 +37,8 @@ jobs:
|
|
37
37
|
strategy:
|
38
38
|
fail-fast: false
|
39
39
|
matrix:
|
40
|
-
os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04", "macos-
|
41
|
-
ruby: ["3.
|
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"]
|
42
42
|
|
43
43
|
steps:
|
44
44
|
- uses: actions/checkout@v4
|
data/.tool-versions
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby 3.
|
1
|
+
ruby 3.4.1
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -156,8 +156,8 @@ Remember that a valid identification number does not imply the existence of an I
|
|
156
156
|
|
157
157
|
This gem is used in production and tested against the following Ruby versions:
|
158
158
|
|
159
|
-
- ✅ `3.
|
160
|
-
- ✅ `3.
|
159
|
+
- ✅ `3.4.1` (stable)
|
160
|
+
- ✅ `3.3.6` (stable)
|
161
161
|
- ⏳ `3.1.6` (security maintenance)
|
162
162
|
- 🪦 `3.0.7` (end of life)
|
163
163
|
|
@@ -185,7 +185,7 @@ Yes.
|
|
185
185
|
|
186
186
|
## License
|
187
187
|
|
188
|
-
Copyright © 2015-
|
188
|
+
Copyright © 2015-2025 [Kerem Bozdas][Personal Webpage]
|
189
189
|
|
190
190
|
This gem is available under the terms of the [MIT License][License].
|
191
191
|
|
data/lib/turkish_id/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: turkish_id
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kerem Bozdas
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-01 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: bundler
|
@@ -144,7 +143,6 @@ executables:
|
|
144
143
|
extensions: []
|
145
144
|
extra_rdoc_files: []
|
146
145
|
files:
|
147
|
-
- ".github/workflows/publish.yml"
|
148
146
|
- ".github/workflows/test.yml"
|
149
147
|
- ".gitignore"
|
150
148
|
- ".rspec"
|
@@ -164,7 +162,6 @@ homepage: https://github.com/krmbzds/turkish_id
|
|
164
162
|
licenses:
|
165
163
|
- MIT
|
166
164
|
metadata: {}
|
167
|
-
post_install_message:
|
168
165
|
rdoc_options: []
|
169
166
|
require_paths:
|
170
167
|
- lib
|
@@ -180,8 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
180
177
|
- !ruby/object:Gem::Version
|
181
178
|
version: '0'
|
182
179
|
requirements: []
|
183
|
-
rubygems_version: 3.
|
184
|
-
signing_key:
|
180
|
+
rubygems_version: 3.6.2
|
185
181
|
specification_version: 4
|
186
182
|
summary: Validate Turkish Identification Numbers and More!
|
187
183
|
test_files: []
|
@@ -1,24 +0,0 @@
|
|
1
|
-
name: Publish
|
2
|
-
|
3
|
-
on:
|
4
|
-
release:
|
5
|
-
types: [published]
|
6
|
-
|
7
|
-
jobs:
|
8
|
-
build:
|
9
|
-
name: Publish Packages
|
10
|
-
runs-on: ubuntu-latest
|
11
|
-
|
12
|
-
steps:
|
13
|
-
- uses: actions/checkout@v2
|
14
|
-
|
15
|
-
- name: Set up Ruby
|
16
|
-
uses: ruby/setup-ruby@v1
|
17
|
-
with:
|
18
|
-
bundler-cache: true
|
19
|
-
|
20
|
-
- name: Publish to RubyGems
|
21
|
-
uses: dawidd6/action-publish-gem@v1
|
22
|
-
with:
|
23
|
-
api_key: ${{secrets.RUBYGEMS_AUTH_TOKEN}}
|
24
|
-
|