turkish_id 0.6.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9eac3dadfaa10f0b48b0711567c152be43e1a52a2b1d6aae7081bb9d0b3d4300
4
- data.tar.gz: 70be70362c86c833bd7df4bd29a5812d2716d94e2971108857b3ebcd2aaabc15
3
+ metadata.gz: 9da6a37fc9dcaa1cacce881aee6416fb6f6295c782bddefa93ab23087cd45303
4
+ data.tar.gz: b5419abdb86246dca0e172c55db2183039c749a49e8c1a2ff640756e89987ac6
5
5
  SHA512:
6
- metadata.gz: 8674f6ce16945bb0babb282683bfd4c9c89a1b30b12df7e13ebf4a430c313f843801ee109bfccd9eb0a16cd1c4de43c0db64cbdfd985f7dc52e194874eb134ee
7
- data.tar.gz: 77ffc3abbb20c1ffaba1dc12ae06fcbf0be19eef9f962b58483e7c10dad448fabf6eee7293752d094aa91360935ca328c881723f8882178bc25e6e37bf4a0917
6
+ metadata.gz: 582bae765ab00ee849278e5175098ba6c0e1916d40c617c1d82d1153292f903cba0472c3b60e09830f4e1a80dc32792cf2785366d291534c7e0b3c4ed449819a
7
+ data.tar.gz: 3e9a01bfd86cffc79d16bbf09f243ee833ee5f300e053380431b304177a9114ccbbe82f86a92e1856819bdf05ed2e91016187766745312c67aed2056ac59058f
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.6.0
1
+ ruby-2.6.3
data/.travis.yml CHANGED
@@ -1,17 +1,10 @@
1
1
  language: ruby
2
2
  rvm:
3
- - ruby-head
4
- - 2.6.0
5
- - 2.5.3
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
- - 'if [[ `ruby -v` =~ 2.2.10 ]]; gem update --system; then gem update --system; else gem update --system 2.7.8; fi'
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
- This gem is used in production and tested against the following Ruby versions: `ruby-head`, `2.6.0`, `2.5.3`, `2.5.1`, `2.4.5`, `2.4.4`, `2.3.7`, `2.2.10`, `2.1.8`, `1.9.3`. It has no dependencies and will likely work in any Ruby version above `1.9.3`. To make sure there are no breaking changes add it to your Gemfile using the pessimistic operator: `gem 'turkish_id', '~> 0.6.0'`.
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 [Librepay][Donation]. Thanks! ☕️
121
+ You can donate me at [Liberapay][Donation]. Thanks! ☕️
116
122
 
117
123
  ## Is it any good?
118
124
 
@@ -1,3 +1,3 @@
1
1
  class TurkishId
2
- VERSION = '0.6.0'
2
+ VERSION = '1.0.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: 0.6.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-01-01 00:00:00.000000000 Z
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.1
56
+ rubygems_version: 3.0.3
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: Validate Turkish Identification Numbers and More!