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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c63e796e842dbe43626771ee624d3db87ad8de0b867c6e667f3ba96e1daffa6f
4
- data.tar.gz: c2930f9349c820a2eaa2c3a6e5227946924db304705e3e80fdc04ac371dea521
3
+ metadata.gz: 738e0030858b77691e6ab212dc8ede8a12df4bfc882e6b3146a3318f7e7bb615
4
+ data.tar.gz: 3ce511124d5ff2a1d979ac76529eaf2b7086fdf317de3364fdabfb163e8a9b05
5
5
  SHA512:
6
- metadata.gz: ac6d1a4f03b2ef22fd43e2f56a3e9b8f2ce6e9277c5056b858e59292ebbec378b46a41119d51c61a95d876c3d5b1425ad48dad5f762132a6a976ab2241c568bb
7
- data.tar.gz: 3c84b0b816dd74aa424dcaa0c0fa4b3d623fc944f73c7e419eb1536ff585b3a3a8aa7434aac203040563da2d90f9ce91000e40b3569d5eafd79db9eb6b1563af
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'
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = '7.5.0'
3
+ VERSION = '7.5.1'
4
4
  end
5
5
  end
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.0
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-11 00:00:00.000000000 Z
13
+ date: 2022-05-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails