ljoyce_customer_scoring 0.1.1 → 0.1.2
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/ljoyce_customer_scoring/version.rb +1 -1
- data/ljoyce_customer_scoring.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b80794268563fb9c9dfb9bc005f118d72003fecb
|
|
4
|
+
data.tar.gz: a95aef34027f521c231acd8bfa89a25f9a4ec75a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57b76c9d9c9d9c601bbb1f8505ef47fd68f97de182bdeaf97ec41859d2862fcec152cdfc8cda25ccceecc8cd40fac393cddbb098e5e0ac1be4e287e2df771672
|
|
7
|
+
data.tar.gz: abf73481da50707aa41c2beb4efd5567fbda49aaa1d84dd8798e84b42352fc66e29e5f257509a242e5708d442109838632674f684d5b229540b74504eb600b1c
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["joycelc4186@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Mock consumer scoring}
|
|
13
|
-
spec.description = %q{Returns consumer propensity and ranking
|
|
13
|
+
spec.description = %q{Returns consumer propensity and ranking data based on income, zipcode, and age.}
|
|
14
14
|
spec.homepage = "https://github.com/laurenjoyce/ljoyce_customer_scoring"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ljoyce_customer_scoring
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lauren Joyce
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 1.1.2
|
|
69
|
-
description: Returns consumer propensity and ranking
|
|
69
|
+
description: Returns consumer propensity and ranking data based on income, zipcode,
|
|
70
70
|
and age.
|
|
71
71
|
email:
|
|
72
72
|
- joycelc4186@gmail.com
|