openstax_salesforce 7.4.1 → 7.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e9a75d4e734968b3726f2b91032122c41de4e788293090fb716c442b04746eb
4
- data.tar.gz: 3fc81c5189b28b44df3901e0a86a77058706e3f047146fe585781d9a51dd8578
3
+ metadata.gz: ec2ff227f834bc78d852f3c1370a79a8e87e5cbdcf2d59e5b7878b0a26ae3b87
4
+ data.tar.gz: 38d056e612347555eb9445c9f21134cb5f1c041ecb35ee789f43d2b8dde6de56
5
5
  SHA512:
6
- metadata.gz: 2a3b5ad16bf5af3964347f91acccc69124a08d1348056ee08c099743dd99cdd436fc5229a8fce59dfe200d0ab828e90a26b80d16921f11564115903f578e760d
7
- data.tar.gz: c0b461f4c5b14d4f0b35f81b107598bc2e094060b63e3808ebfe82bd6744075904746f0ac428292d2491cff1b4d4c949b0308269f47c0a0a2963046a004492b3
6
+ metadata.gz: 8bedaab2742b813d6019f1797cdcba6bb1dab88547139ab3f79978935202a9e2dded30579614d81d66240a11aa476d7a1e11ad1b9584aea0f858b1b7b9e7eda4
7
+ data.tar.gz: de77c227d1b187e39d4fb376708444e878c4a8d8273298ba3d9115116803d04ccdf69b3aff9148f27b9350a1efa08bb1c20f75dcb31ca0985dd015c4af231b76
@@ -10,6 +10,9 @@ module OpenStax
10
10
  pending_faculty
11
11
  confirmed_faculty
12
12
  rejected_faculty
13
+ pending_sheerid
14
+ rejected_by_sheerid
15
+ incomplete_signup
13
16
  ].freeze
14
17
 
15
18
  VALID_WHO_CHOOSES_BOOKS = %w[instructor committee coordinator].freeze
@@ -25,7 +25,7 @@ module OpenStax
25
25
  allow_blank: false,
26
26
  inclusion: {
27
27
  in: VALID_ROLE_NAME,
28
- message: "must be either #{VALID_ROLE_NAME.join(' or ')}"
28
+ message: "Role must be either #{VALID_ROLE_NAME.join(' or ')}"
29
29
  }
30
30
  )
31
31
 
@@ -34,7 +34,7 @@ module OpenStax
34
34
  allow_blank: false,
35
35
  inclusion: {
36
36
  in: VALID_ENV_NAME,
37
- message: "must be either #{VALID_ENV_NAME.join(' or ')}"
37
+ message: "Environment must be either #{VALID_ENV_NAME.join(' or ')}"
38
38
  }
39
39
  )
40
40
 
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = '7.4.1'
3
+ VERSION = '7.4.2'
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.4.1
4
+ version: 7.4.2
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-03-03 00:00:00.000000000 Z
13
+ date: 2022-03-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails