turkish_id 0.6.0 → 1.0.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 +4 -11
- data/README.md +8 -2
- 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: 9da6a37fc9dcaa1cacce881aee6416fb6f6295c782bddefa93ab23087cd45303
|
|
4
|
+
data.tar.gz: b5419abdb86246dca0e172c55db2183039c749a49e8c1a2ff640756e89987ac6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 582bae765ab00ee849278e5175098ba6c0e1916d40c617c1d82d1153292f903cba0472c3b60e09830f4e1a80dc32792cf2785366d291534c7e0b3c4ed449819a
|
|
7
|
+
data.tar.gz: 3e9a01bfd86cffc79d16bbf09f243ee833ee5f300e053380431b304177a9114ccbbe82f86a92e1856819bdf05ed2e91016187766745312c67aed2056ac59058f
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ruby-2.6.
|
|
1
|
+
ruby-2.6.3
|
data/.travis.yml
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
language: ruby
|
|
2
2
|
rvm:
|
|
3
|
-
-
|
|
4
|
-
- 2.
|
|
5
|
-
- 2.
|
|
6
|
-
- 2.5.1
|
|
7
|
-
- 2.4.5
|
|
8
|
-
- 2.4.4
|
|
9
|
-
- 2.3.7
|
|
10
|
-
- 2.2.10
|
|
11
|
-
- 2.1.8
|
|
12
|
-
- 1.9.3
|
|
3
|
+
- 2.6.3
|
|
4
|
+
- 2.5.5
|
|
5
|
+
- 2.4.6
|
|
13
6
|
before_install:
|
|
14
|
-
- '
|
|
7
|
+
- 'gem update --system'
|
|
15
8
|
- 'gem --version'
|
|
16
9
|
- 'gem install bundler'
|
|
17
10
|
env:
|
data/README.md
CHANGED
|
@@ -94,7 +94,13 @@ Remember that a valid identification number does not imply the existence of an I
|
|
|
94
94
|
|
|
95
95
|
## Support
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
#### Ruby Versions Tested Against
|
|
98
|
+
|
|
99
|
+
This gem is used in production and tested against the following Ruby versions:
|
|
100
|
+
|
|
101
|
+
- ✅ `2.6.3` (stable)
|
|
102
|
+
- ✅ `2.5.5` (stable)
|
|
103
|
+
- ⏳ `2.4.6` (security maintenance)
|
|
98
104
|
|
|
99
105
|
## Development
|
|
100
106
|
|
|
@@ -112,7 +118,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
112
118
|
|
|
113
119
|
### Donations ❤️
|
|
114
120
|
|
|
115
|
-
You can donate me at [
|
|
121
|
+
You can donate me at [Liberapay][Donation]. Thanks! ☕️
|
|
116
122
|
|
|
117
123
|
## Is it any good?
|
|
118
124
|
|
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: 0.
|
|
4
|
+
version: 1.0.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-05-07 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.3
|
|
57
57
|
signing_key:
|
|
58
58
|
specification_version: 4
|
|
59
59
|
summary: Validate Turkish Identification Numbers and More!
|