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: 34cfc9f6edc0cd7fdd7a281ffc7327a51ad01fe4
4
- data.tar.gz: a26e150de17b075d31d8414aca6fd20689392675
3
+ metadata.gz: ee344ba75105645df5e99df9b01a164636f8a1b3
4
+ data.tar.gz: c6b02d7b0e7f17a8528311a3c55eb65d0c87e379
5
5
  SHA512:
6
- metadata.gz: 943d251e64f8d5078e1cc27e2086358003fbb7d026f0658a39d2d084296bbfc8d15ff96d35f8175237a834b123ea9e1a7814aa37d7ad54a7869461a3c2ce33b3
7
- data.tar.gz: e8fba60acc03dea40a156460cf7cc10a34fe9949a58782b65945a89342fbf4f4034710d13a65244d7cec67052aa0d6763f3b1635009a535f6d04a70a71e2090c
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
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = "0.18.0"
3
+ VERSION = "0.19.0"
4
4
  end
5
5
  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.18.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-13 00:00:00.000000000 Z
11
+ date: 2017-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails