openstax_salesforce 6.3.0 → 6.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
  SHA256:
3
- metadata.gz: d162e31d18a7750dcad2a8918e2551da76310ce9563b55783b2c7e0cd2196590
4
- data.tar.gz: f2b7e0733681a83218d8e1f46fdccc869577e5863342d133d688f6069c96be8b
3
+ metadata.gz: 2635171843c6b8901f9352a514eeadea2b74915ca5a207c03d4c39dbb5084182
4
+ data.tar.gz: a8af4c2b7b726e8f458023a3b8a2907fb417db1e3852d899867014d2e365c7ff
5
5
  SHA512:
6
- metadata.gz: 1a7f2f1aea3551751fb192adb03488a77934ea3224b9e82af86193d394e355f4c7486b6ce25774c48ce284207fd463c2a47502c45cbc0231c10e17934d3584a7
7
- data.tar.gz: fb161e2916e1bf88333d4914b9aba1f1ebfcb86cf9d2ee81c87620ae0c4329e1243490ab783c14ec9653c9f459bed74aefe20cc1ba1a949e1791aff04a712641
6
+ metadata.gz: 0fa6f1daff3c9bdbf37e86a2a6c947e7a1e6eae9f661dfc06989029d36c02a6d2ef142d4f12600c0dfd18b3c89f360c4404acb67196f35d5698347b61152f164
7
+ data.tar.gz: fe7ffea8d08eeb497612918fa81dfa78df58c9ac3bcbf5e01a6675283646657fc0063cb56000b09b6b5b3489b26817075f6fbf301cf6737386631bc0fcb08c46
@@ -1,14 +1,15 @@
1
1
  module OpenStax::Salesforce::Remote
2
2
  class School < ActiveForce::SObject
3
- field :name, from: 'Name'
4
- field :city, from: 'BillingCity'
5
- field :state, from: 'BillingState'
6
- field :country, from: 'BillingCountry'
7
- field :type, from: 'Type'
8
- field :school_location, from: 'School_Location__c'
9
- field :sheerid_school_name, from: 'SheerID_School_Name__c'
10
- field :is_kip, from: 'K_I_P__c', as: :boolean
11
- field :is_child_of_kip, from: 'child_of_kip__c', as: :boolean
3
+ field :name, from: 'Name'
4
+ field :city, from: 'BillingCity'
5
+ field :state, from: 'BillingState'
6
+ field :country, from: 'BillingCountry'
7
+ field :type, from: 'Type'
8
+ field :school_location, from: 'School_Location__c'
9
+ field :sheerid_school_name, from: 'SheerID_School_Name__c'
10
+ field :is_kip, from: 'K_I_P__c', as: :boolean
11
+ field :is_child_of_kip, from: 'child_of_kip__c', as: :boolean
12
+ field :total_school_enrollment, from: 'Total_School_Enrollment__c', as: :integer
12
13
 
13
14
  self.table_name = 'Account'
14
15
 
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = '6.3.0'
3
+ VERSION = '6.4.0'
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: 6.3.0
4
+ version: 6.4.0
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: 2022-01-21 00:00:00.000000000 Z
12
+ date: 2022-02-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails