ljoyce_customer_scoring 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 51be4b867545bd3a3567c5457224a56b055d6da3
4
- data.tar.gz: 5cbf5db2ede7896ae5bca9b41a91b2e8cb0baef6
3
+ metadata.gz: b80794268563fb9c9dfb9bc005f118d72003fecb
4
+ data.tar.gz: a95aef34027f521c231acd8bfa89a25f9a4ec75a
5
5
  SHA512:
6
- metadata.gz: 278a766377a68d876ecb8c98f8b0fa60c29995f1ce7ad107cca40fe7a1fd7c6464a8497cd720ff3c21e33af801e68db5a0f612fd5bf111d115621396b5c961af
7
- data.tar.gz: a734d6b877406901f58823c3ed78b246c2e0143b6d4968db146471946e881e886d843d415ac9f30688d84d0b382470ed4d30d5a35a095e241714a02ceb33a26d
6
+ metadata.gz: 57b76c9d9c9d9c601bbb1f8505ef47fd68f97de182bdeaf97ec41859d2862fcec152cdfc8cda25ccceecc8cd40fac393cddbb098e5e0ac1be4e287e2df771672
7
+ data.tar.gz: abf73481da50707aa41c2beb4efd5567fbda49aaa1d84dd8798e84b42352fc66e29e5f257509a242e5708d442109838632674f684d5b229540b74504eb600b1c
@@ -1,3 +1,3 @@
1
1
  module LjoyceCustomerScoring
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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 JSON data based on income, zipcode, and age.}
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.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 JSON data based on income, zipcode,
69
+ description: Returns consumer propensity and ranking data based on income, zipcode,
70
70
  and age.
71
71
  email:
72
72
  - joycelc4186@gmail.com