openstax_salesforce 6.0.5 → 6.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/openstax/salesforce/remote/lead.rb +1 -0
- data/lib/openstax/salesforce/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d40aa196e0d28aee451b71a50ce3293d6d03ec0370d8cace0eabc6d78eb7f22a
|
4
|
+
data.tar.gz: bc471a99a7076b498b3d3b40a9577c33b60fec48bdb4400c11c507e622587842
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5da862216a659dcff80a5770f53509120b1393603bbcb402b66c6cf16607d7472c73081ae739a1145a8858850d3d9c3b89726c0023c62422bc9f044f99dc768e
|
7
|
+
data.tar.gz: b045fad9b1d0bdcc466cba3930ed7825b649588b079ac4e2b686f207918fa3d0c1eb4b341ba263cf12a8c030f45b1a43fd025b359cf54318e0003597262bf67b
|
@@ -29,6 +29,7 @@ module OpenStax::Salesforce::Remote
|
|
29
29
|
field :newsletter, from: 'Newsletter__c'
|
30
30
|
field :newsletter_opt_in, from: 'Newsletter_Opt_In__c'
|
31
31
|
field :adoption_status, from: 'Adoption_Status__c'
|
32
|
+
field :adoption_json, from: 'AdoptionsJSON__c'
|
32
33
|
field :num_students, from: 'Number_of_Students__c'
|
33
34
|
field :os_accounts_id, from: 'Accounts_ID__c'
|
34
35
|
field :accounts_uuid, from: 'Accounts_UUID__c'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstax_salesforce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Slavinsky
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|