turkish_id 1.0.0 → 1.1.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/.ruby-version +1 -1
- data/.travis.yml +3 -3
- data/README.md +3 -3
- data/lib/turkish_id/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb43dd80bbbae38c2fcd5daa63b9eadfebe7ba1bd5032a03e59f9d7677377468
|
|
4
|
+
data.tar.gz: 5b7766508c37022ec4a122c9e51a15634cd39addfdfb561e9b932082138fcb5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ebe0fcdac09682b534d5096373b637c140cfe727a4c0b7041f0c892b40023164a10a35dffb792b6fd5eda6d4ca19041b5360ebcfe8d9f0371b9f92777600a3f
|
|
7
|
+
data.tar.gz: b495c90ebb3bd35222c48ba64bb228b3341bb62c778fb24c498bf063ac14008cc2e07180e61591fe5d0eb26461a50a46e2968d31c60ae1298e0d83bb6792d80a
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-2.6.
|
|
1
|
+
ruby-2.6.4
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -98,9 +98,9 @@ Remember that a valid identification number does not imply the existence of an I
|
|
|
98
98
|
|
|
99
99
|
This gem is used in production and tested against the following Ruby versions:
|
|
100
100
|
|
|
101
|
-
- ✅ `2.6.
|
|
102
|
-
- ✅ `2.5.
|
|
103
|
-
- ⏳ `2.4.
|
|
101
|
+
- ✅ `2.6.4` (stable)
|
|
102
|
+
- ✅ `2.5.6` (stable)
|
|
103
|
+
- ⏳ `2.4.7` (security maintenance)
|
|
104
104
|
|
|
105
105
|
## Development
|
|
106
106
|
|
data/lib/turkish_id/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: turkish_id
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kerem Bozdas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Validate Turkish Identification Numbers and More!
|
|
14
14
|
email:
|
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
|
-
rubygems_version: 3.0.
|
|
56
|
+
rubygems_version: 3.0.6
|
|
57
57
|
signing_key:
|
|
58
58
|
specification_version: 4
|
|
59
59
|
summary: Validate Turkish Identification Numbers and More!
|