clienteer 1.3.2 → 1.3.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 344853c1dc1f81b316c7274d36de67b11ef626d0
4
- data.tar.gz: bf8689f156760844992df4e09970c68b205c5b9a
3
+ metadata.gz: 3beb4d43b0134e1ecb863f8b5c3feebbe36f8a67
4
+ data.tar.gz: af9c024a683ce589830f4c91e276413fe3ff69f7
5
5
  SHA512:
6
- metadata.gz: 1685508429146535cbe4cf1f54a91f51d825782b354b488efe8c49512c49d089498bb583f2be8c8ec8ddd8b891d04c716c82184b96015e3a480879b74fa5467b
7
- data.tar.gz: 4e364be46b5bdcb92dc845e9dc24c80e6640ec7ea318128e5de234f0344236abc2a6c11d4b417ca1a6da9057dcb28efa44616b81c2cee77f5d92878fa4f7a92e
6
+ metadata.gz: 3fedc1407a0c873bc1681926a7941dbf912bce69ac35794e52fea376f2d58ebd7f81fae90011a01517f11231ebde594ccf6cef0178366d4926afd0f7c0eb20a6
7
+ data.tar.gz: 5507813504864467d49e1afe610669fe98b97258bc61536892facc08520b76b49beb51605b8a453014e2b60e46425a5547af9f13c4b1db069b98aeff51e5448b
@@ -18,7 +18,7 @@ module Clienteer
18
18
  # c.blood_work = row["blood_work"]
19
19
  # c.constant_contact = row["constant_contact"]
20
20
  c.email = row[:raw].email
21
- # c.health_profile = row["health_profile"]
21
+ c.health_profile = true
22
22
  c.ideal_subscription_id = row["ideal_subscription_id"].to_s
23
23
  c.ideal_protein_subscription = !row["ideal_subscription_id"].nil?
24
24
  # c.needs_blood_work = row["needs_blood_work"]
@@ -27,6 +27,8 @@ module Clienteer
27
27
  c.phase = row["phase"]
28
28
  c.phone_number = row[:raw].home_phone || row[:raw].mobile_phone || nil
29
29
  c.address = row["address"]
30
+ c.build_referral
31
+ c.build_fitness_profile
30
32
  end
31
33
  end
32
34
 
@@ -1,3 +1,3 @@
1
1
  module Clienteer
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clienteer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Metcalfe