consumer_score_naj 0.3.0 → 0.4.0

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: 7cc90795698759a1dbdc6b6811b835eaa45ea5a0
4
- data.tar.gz: 1dc36659d117ba56020eedbda0b865b093536caf
3
+ metadata.gz: 49b89fb053c401b43a071b0b5763cac65e56e3e7
4
+ data.tar.gz: c1287bf3bc86ea68dd1c3e525b1024b9b920dd2c
5
5
  SHA512:
6
- metadata.gz: dda2c253680ec1475bcc9f97ba26a9d967c64c23b0d60fc58a2078f641f98901d5c4bfa37fd5e3a28be7f4b95028220e3339e5d75b7e12629071b2118840b190
7
- data.tar.gz: dad83c4834800a0c75a521d291d60a69ff225516f5169e2b9238cf4c4f1157c9ed6f495a19d7842f2fc04cb304e5067e7b2f35f5ee327614e13f0facfb6b59eb
6
+ metadata.gz: b462d9458804679bbabebe3b2d6b0e52274c7643cc818e0799053190eabfabe71cdb5e0d10be2d884cf9fba9349c6f5b042c7e5db052bb123af9c2bd34d5be9c
7
+ data.tar.gz: bc8acc2b8eab58c76332e3ae71fcec4914106484892b30eb86b3afec73bf4235741de0c4eb36adabb2352d6e6a8e81427a64ef07d18d03ee385e8179781332ff
@@ -1,3 +1,3 @@
1
1
  module Consumer
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -14,7 +14,7 @@ module Consumer
14
14
 
15
15
  def self.get_score(query_hash)
16
16
  search_string = convert_query_hash_to_string(query_hash)
17
- response = Unirest.get("http://localhost:3000/customer_scoring.json?#{search_string}").body
17
+ response = Unirest.get("https://consumer-api-staging.herokuapp.com/customer_scoring.json?#{search_string}").body
18
18
  end
19
19
 
20
20
  def self.convert_query_hash_to_string(query_hash)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consumer_score_naj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - mrjonesbot