openstax_salesforce 0.18.0 → 0.19.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee344ba75105645df5e99df9b01a164636f8a1b3
|
4
|
+
data.tar.gz: c6b02d7b0e7f17a8528311a3c55eb65d0c87e379
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb7112e845eab8d98d4f766b88a983b892b82451dbd81a68437df04f3dd7f82e08ac1ebf409881730fa301cdb5f89925480b7279a49837055197304a70819dde
|
7
|
+
data.tar.gz: fc91499111c71749cfb76b62865d892a2e7e8411b3adcfcf9285e07cf4cbf4ce22cbc7267c779377279fb204c6c62f0b1f3e1d0279ecd1b0b0246327671ba323
|
@@ -21,6 +21,8 @@ module OpenStax::Salesforce::Remote
|
|
21
21
|
field :num_students_paid, from: "Students_Paid__c", as: :int
|
22
22
|
field :num_students_comped, from: "Students_Comped__c", as: :int
|
23
23
|
field :num_students_refunded, from: "Students_Refunded__c", as: :int
|
24
|
+
field :num_students_dropped, from: "Students_Dropped__c", as: :int
|
25
|
+
field :num_students_with_work, from: "Students_With_Work__c", as: :int
|
24
26
|
field :term_year, from: "TermYear__c"
|
25
27
|
field :term, from: "Term__c"
|
26
28
|
field :base_year, from: "Manual_Base_Year__c", as: :int
|
@@ -39,6 +41,8 @@ module OpenStax::Salesforce::Remote
|
|
39
41
|
self.num_students_paid = 0
|
40
42
|
self.num_students_comped = 0
|
41
43
|
self.num_students_refunded = 0
|
44
|
+
self.num_students_dropped = 0
|
45
|
+
self.num_students_with_work = 0
|
42
46
|
self.num_teachers = 0
|
43
47
|
self.num_sections = 0
|
44
48
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstax_salesforce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Slavinsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|