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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9da6a37fc9dcaa1cacce881aee6416fb6f6295c782bddefa93ab23087cd45303
4
- data.tar.gz: b5419abdb86246dca0e172c55db2183039c749a49e8c1a2ff640756e89987ac6
3
+ metadata.gz: eb43dd80bbbae38c2fcd5daa63b9eadfebe7ba1bd5032a03e59f9d7677377468
4
+ data.tar.gz: 5b7766508c37022ec4a122c9e51a15634cd39addfdfb561e9b932082138fcb5c
5
5
  SHA512:
6
- metadata.gz: 582bae765ab00ee849278e5175098ba6c0e1916d40c617c1d82d1153292f903cba0472c3b60e09830f4e1a80dc32792cf2785366d291534c7e0b3c4ed449819a
7
- data.tar.gz: 3e9a01bfd86cffc79d16bbf09f243ee833ee5f300e053380431b304177a9114ccbbe82f86a92e1856819bdf05ed2e91016187766745312c67aed2056ac59058f
6
+ metadata.gz: 9ebe0fcdac09682b534d5096373b637c140cfe727a4c0b7041f0c892b40023164a10a35dffb792b6fd5eda6d4ca19041b5360ebcfe8d9f0371b9f92777600a3f
7
+ data.tar.gz: b495c90ebb3bd35222c48ba64bb228b3341bb62c778fb24c498bf063ac14008cc2e07180e61591fe5d0eb26461a50a46e2968d31c60ae1298e0d83bb6792d80a
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.6.3
1
+ ruby-2.6.4
data/.travis.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.6.3
4
- - 2.5.5
5
- - 2.4.6
3
+ - 2.6.4
4
+ - 2.5.6
5
+ - 2.4.7
6
6
  before_install:
7
7
  - 'gem update --system'
8
8
  - 'gem --version'
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.3` (stable)
102
- - ✅ `2.5.5` (stable)
103
- - ⏳ `2.4.6` (security maintenance)
101
+ - ✅ `2.6.4` (stable)
102
+ - ✅ `2.5.6` (stable)
103
+ - ⏳ `2.4.7` (security maintenance)
104
104
 
105
105
  ## Development
106
106
 
@@ -1,3 +1,3 @@
1
1
  class TurkishId
2
- VERSION = '1.0.0'
2
+ VERSION = '1.1.0'
3
3
  end
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.0.0
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-05-07 00:00:00.000000000 Z
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.3
56
+ rubygems_version: 3.0.6
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: Validate Turkish Identification Numbers and More!