SykGenData 0.1.5 → 0.1.6
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.
data/lib/SykGenData/version.rb
CHANGED
data/lib/SykGenData.rb
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
require "SykGenData/version"
|
2
2
|
require 'SykGenData/generators/gen_form_data'
|
3
3
|
require 'SykGenData/generators/gen_postcode_data'
|
4
|
+
require 'SykGenData/generators/gen_cc_data'
|
4
5
|
|
5
6
|
module SykGenData
|
6
7
|
def form
|
@@ -10,4 +11,8 @@ module SykGenData
|
|
10
11
|
def postcode
|
11
12
|
GenPostcodeData.new
|
12
13
|
end
|
14
|
+
|
15
|
+
def cc
|
16
|
+
GenCCData.new
|
17
|
+
end
|
13
18
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: SykGenData
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sykander
|
@@ -156,8 +156,10 @@ files:
|
|
156
156
|
- bin/setup
|
157
157
|
- lib/SykGenData.rb
|
158
158
|
- lib/SykGenData/generators/.DS_Store
|
159
|
+
- lib/SykGenData/generators/gen_cc_data.rb
|
159
160
|
- lib/SykGenData/generators/gen_form_data.rb
|
160
161
|
- lib/SykGenData/generators/gen_postcode_data.rb
|
162
|
+
- lib/SykGenData/resources/cc_visa_numbers.json
|
161
163
|
- lib/SykGenData/version.rb
|
162
164
|
homepage: https://github.com/Sykander/SykGenData
|
163
165
|
licenses:
|