credit_card_validations 7.1.0 → 8.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/lib/credit_card_validations/version.rb +1 -1
- metadata +7 -25
- data/Gemfile +0 -7
- data/Rakefile +0 -13
- data/credit_card_validations.gemspec +0 -43
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0ae5fba9ad995519d40f9d8468530f6e8bdb3e05914faa808ea4c61e21d6273
|
|
4
|
+
data.tar.gz: dd7573a8bc538fefd33091bbd93e32a7f9d038dc94ac84215ac128d830569855
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d014063aa741929ce377320512b2f13b041d824087328aea8bbdbb0c7aa70ebcaab0e1dfbbaba16273defe63074cd26a7b96c044045b99651701bcfd5272dfc
|
|
7
|
+
data.tar.gz: 367f8adf1f14dd8b589711ae6d18043c2a355be1e61796b693509b635e49b6f04ba02c237fa29526cfb3e14b42a68e6adffbe4c00fac00278d3d548d5211ac65
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: credit_card_validations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 8.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: activemodel
|
|
@@ -16,40 +15,28 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
20
|
-
- - "<"
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: '8.2'
|
|
18
|
+
version: '7.1'
|
|
23
19
|
type: :runtime
|
|
24
20
|
prerelease: false
|
|
25
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
22
|
requirements:
|
|
27
23
|
- - ">="
|
|
28
24
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
30
|
-
- - "<"
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '8.2'
|
|
25
|
+
version: '7.1'
|
|
33
26
|
- !ruby/object:Gem::Dependency
|
|
34
27
|
name: activesupport
|
|
35
28
|
requirement: !ruby/object:Gem::Requirement
|
|
36
29
|
requirements:
|
|
37
30
|
- - ">="
|
|
38
31
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '
|
|
40
|
-
- - "<"
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
version: '8.2'
|
|
32
|
+
version: '7.1'
|
|
43
33
|
type: :runtime
|
|
44
34
|
prerelease: false
|
|
45
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
36
|
requirements:
|
|
47
37
|
- - ">="
|
|
48
38
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: '
|
|
50
|
-
- - "<"
|
|
51
|
-
- !ruby/object:Gem::Version
|
|
52
|
-
version: '8.2'
|
|
39
|
+
version: '7.1'
|
|
53
40
|
- !ruby/object:Gem::Dependency
|
|
54
41
|
name: minitest
|
|
55
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,11 +101,8 @@ extensions: []
|
|
|
114
101
|
extra_rdoc_files: []
|
|
115
102
|
files:
|
|
116
103
|
- Changelog.md
|
|
117
|
-
- Gemfile
|
|
118
104
|
- LICENSE.txt
|
|
119
105
|
- README.md
|
|
120
|
-
- Rakefile
|
|
121
|
-
- credit_card_validations.gemspec
|
|
122
106
|
- lib/active_model/credit_card_number_validator.rb
|
|
123
107
|
- lib/credit_card_validations.rb
|
|
124
108
|
- lib/credit_card_validations/configuration.rb
|
|
@@ -140,7 +124,6 @@ metadata:
|
|
|
140
124
|
bug_tracker_uri: https://github.com/didww/credit_card_validations/issues
|
|
141
125
|
changelog_uri: https://github.com/didww/credit_card_validations/blob/master/Changelog.md
|
|
142
126
|
source_code_uri: https://github.com/didww/credit_card_validations
|
|
143
|
-
post_install_message:
|
|
144
127
|
rdoc_options: []
|
|
145
128
|
require_paths:
|
|
146
129
|
- lib
|
|
@@ -155,8 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
138
|
- !ruby/object:Gem::Version
|
|
156
139
|
version: '0'
|
|
157
140
|
requirements: []
|
|
158
|
-
rubygems_version:
|
|
159
|
-
signing_key:
|
|
141
|
+
rubygems_version: 4.0.4
|
|
160
142
|
specification_version: 4
|
|
161
143
|
summary: gem should be used for credit card numbers validation, card brands detections,
|
|
162
144
|
luhn checks
|
data/Gemfile
DELETED
data/Rakefile
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
-
require 'credit_card_validations/version'
|
|
5
|
-
|
|
6
|
-
Gem::Specification.new do |gem|
|
|
7
|
-
gem.name = 'credit_card_validations'
|
|
8
|
-
gem.version = CreditCardValidations::VERSION
|
|
9
|
-
gem.authors = ['Igor']
|
|
10
|
-
gem.email = ['fedoronchuk@gmail.com']
|
|
11
|
-
gem.description = %q{A ruby gem for validating credit card numbers}
|
|
12
|
-
gem.summary = 'gem should be used for credit card numbers validation, card brands detections, luhn checks'
|
|
13
|
-
gem.homepage = 'http://didww.github.io/credit_card_validations/'
|
|
14
|
-
gem.license = 'MIT'
|
|
15
|
-
|
|
16
|
-
gem.metadata = {
|
|
17
|
-
'bug_tracker_uri' => 'https://github.com/didww/credit_card_validations/issues',
|
|
18
|
-
'changelog_uri' => 'https://github.com/didww/credit_card_validations/blob/master/Changelog.md',
|
|
19
|
-
'source_code_uri' => 'https://github.com/didww/credit_card_validations'
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
gem.files = Dir.glob('lib/**/*') + [
|
|
23
|
-
'Changelog.md',
|
|
24
|
-
'Gemfile',
|
|
25
|
-
'LICENSE.txt',
|
|
26
|
-
'Rakefile',
|
|
27
|
-
'README.md',
|
|
28
|
-
'credit_card_validations.gemspec',
|
|
29
|
-
]
|
|
30
|
-
|
|
31
|
-
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
32
|
-
gem.require_paths = ['lib']
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
gem.add_dependency 'activemodel', '>= 5.2', '< 8.2'
|
|
36
|
-
gem.add_dependency 'activesupport', '>= 5.2', '< 8.2'
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
gem.add_development_dependency 'minitest'
|
|
40
|
-
gem.add_development_dependency 'mocha'
|
|
41
|
-
gem.add_development_dependency 'rake'
|
|
42
|
-
gem.add_development_dependency 'byebug'
|
|
43
|
-
end
|