credit_card_validations 4.0.0 → 4.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/lib/credit_card_validations/version.rb +1 -1
- data/lib/data/brands.yaml +29 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e70cfc305b9764aadc325a22a15fc5827980b37b21d78edde8186a776485a59
|
|
4
|
+
data.tar.gz: 07dabf0813938def79e1959fbefba540a6129e05a025be2b4b92594fdf911579
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1187415e0ba2d57a30b6e47513b3a7b0de77254e5b27865df5f4d82e108495249c9f8e8e53e3512ca589f2268df0d68208ac8e0926f00d2acec20b674c8b544b
|
|
7
|
+
data.tar.gz: a94b5247435901e55cb67913e6872ae655dde008a38f77101b732b215b54aa2ad478d86f2fef7fa5306f65a3c7e66257572671408e3a674af57bd39c50f7d636
|
data/lib/data/brands.yaml
CHANGED
|
@@ -197,7 +197,10 @@
|
|
|
197
197
|
- '637187'
|
|
198
198
|
- '637529'
|
|
199
199
|
- '639'
|
|
200
|
-
- '
|
|
200
|
+
- '640'
|
|
201
|
+
- '641'
|
|
202
|
+
- '642'
|
|
203
|
+
- '643'
|
|
201
204
|
- '670'
|
|
202
205
|
- '671'
|
|
203
206
|
- '672'
|
|
@@ -477,7 +480,31 @@
|
|
|
477
480
|
- 16
|
|
478
481
|
- 19
|
|
479
482
|
:prefixes:
|
|
480
|
-
- '
|
|
483
|
+
- '300'
|
|
484
|
+
- '301'
|
|
485
|
+
- '302'
|
|
486
|
+
- '303'
|
|
487
|
+
- '304'
|
|
488
|
+
- '305'
|
|
489
|
+
- '38'
|
|
490
|
+
- '39'
|
|
491
|
+
- '60110'
|
|
492
|
+
- '60112'
|
|
493
|
+
- '60113'
|
|
494
|
+
- '601140'
|
|
495
|
+
- '601141'
|
|
496
|
+
- '601142'
|
|
497
|
+
- '601143'
|
|
498
|
+
- '601144'
|
|
499
|
+
- '601174'
|
|
500
|
+
- '601177'
|
|
501
|
+
- '601178'
|
|
502
|
+
- '601179'
|
|
503
|
+
- '601186'
|
|
504
|
+
- '601187'
|
|
505
|
+
- '601188'
|
|
506
|
+
- '601189'
|
|
507
|
+
- '60119'
|
|
481
508
|
- '644'
|
|
482
509
|
- '645'
|
|
483
510
|
- '646'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: credit_card_validations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|