openstax_salesforce 7.5.0 → 7.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -1
- 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: 738e0030858b77691e6ab212dc8ede8a12df4bfc882e6b3146a3318f7e7bb615
|
4
|
+
data.tar.gz: 3ce511124d5ff2a1d979ac76529eaf2b7086fdf317de3364fdabfb163e8a9b05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01e3a08610df004b4bed0645840fbf8fbfce0c517d651324cc9eb5f55bc88960617e2420bc5cda5c711d60aaaa37d2b57a8861f68e0963d1cc9f0427c5fea250
|
7
|
+
data.tar.gz: 8f1f1f34fd47ec0b42e5e1da562f0c17c930b459db89c96148d6d0618eb9f26940d7ee99d214f6c1ec059cf8418b66db485addc373958234ecf93dcfd5f22a7c
|
data/README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/openstax_salesforce.svg)](http://badge.fury.io/rb/openstax_salesforce)
|
4
4
|
[![Tests](https://github.com/openstax/openstax_salesforce/workflows/Tests/badge.svg)](https://github.com/openstax/openstax_salesforce/actions?query=workflow:Tests)
|
5
|
-
[![Code Climate](https://codeclimate.com/github/openstax/openstax_salesforce/badges/gpa.svg)](https://codeclimate.com/github/openstax/openstax_salesforce)
|
6
5
|
|
7
6
|
OpenStax::Salesforce is a Rails engine used by OpenStax projects to communicate
|
8
7
|
with the OpenStax Salesforce instance.
|
@@ -12,6 +12,7 @@ module OpenStax
|
|
12
12
|
field :salutation, from: 'Salutation'
|
13
13
|
field :title, from: 'Title'
|
14
14
|
field :subject, from: 'Subject__c'
|
15
|
+
field :subject_interest, from: 'Subject_Interest__c'
|
15
16
|
field :school, from: 'Company'
|
16
17
|
field :city, from: 'City'
|
17
18
|
field :state, from: 'State'
|
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: 7.5.
|
4
|
+
version: 7.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Slavinsky
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-05-
|
13
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|