stbaldricks 12.5.1.alpha.2 → 12.6.0.alpha.1

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: 3de4f15b033ca5b45386de385ae1c9ba8a2caad951aa241eae02608be92022f1
4
- data.tar.gz: f9fddb423acdb5cdd6989d85f3036dc3684eca67b50043a6bd4b5a4de405931f
3
+ metadata.gz: 31caa54e5a3971fb6e810e377b298bbf9acc082a11bf58c400fa883db297b026
4
+ data.tar.gz: bc1230a76fb5182cbe8a5ea8e65070fd033708db797bfc3c710b645166ebd2e4
5
5
  SHA512:
6
- metadata.gz: 4dc11962fef8348e158d6c89882868ced743002c4a8aa0dcb96d6ba8f59f08c8109d0993595b6ab73f12077cfc3704993eb6d559303786e23d39b1f2cbbd5db5
7
- data.tar.gz: 382cd86548084c6003c6174191803656e7ab20ea8afad75856ce0ee5cfbfd32f96f760b03e78309fb980aa29fd34891d5bcd280e7743401d923b6b5984f7ed94
6
+ metadata.gz: d5f13b865942725d28d6ff2ecb2f7d05dbcdb88f16651e7cafc202b51bf897b51efb3ee798a6a015d44f6170afb4991f525acc353c09bf5e969e509b8ec839e0
7
+ data.tar.gz: cf3140e6fd3b264e832a63c88569cf2de4a6498cfc39d41d2145435086159ef13eecb1122feb1249cb8d30bedeb4279a623a76a4ceaeff90e113bc1ac14cc26b
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ module SBF
4
+ module Client
5
+ module EthnicityType
6
+ AFRICAN_AMERICAN = 'African American'
7
+ CAUCASIAN = 'Caucasian'
8
+ HISPANIC = 'Hispanic'
9
+ ASIAN = 'Asian'
10
+ OTHER = 'Other'
11
+
12
+ @list = {
13
+ AFRICAN_AMERICAN => 'african_american',
14
+ CAUCASIAN => 'caucasian',
15
+ HISPANIC => 'hispanic',
16
+ ASIAN => 'asian',
17
+ OTHER => 'other'
18
+ }.freeze
19
+
20
+ class << self
21
+ attr_reader :list
22
+ end
23
+ end
24
+ end
25
+ end
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '12.5.1.alpha.2'.freeze
3
+ VERSION = '12.6.0.alpha.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stbaldricks
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.5.1.alpha.2
4
+ version: 12.6.0.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-08 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -430,6 +430,7 @@ files:
430
430
  - lib/stbaldricks/enums/cancer_types.rb
431
431
  - lib/stbaldricks/enums/contact_us_subjects.rb
432
432
  - lib/stbaldricks/enums/country.rb
433
+ - lib/stbaldricks/enums/ethnicity_type.rb
433
434
  - lib/stbaldricks/enums/feature.rb
434
435
  - lib/stbaldricks/enums/league_status.rb
435
436
  - lib/stbaldricks/enums/model_type.rb