stbaldricks 4.3.1.alpha.1 → 4.3.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
  SHA1:
3
- metadata.gz: c277a1edcb56a84675d17d905511b03b78a14574
4
- data.tar.gz: 79107ad3abf03ada5f24a5fe450f571212fa01ea
3
+ metadata.gz: e331d0b29d84f76e95f7f261ced6679e2f12d48f
4
+ data.tar.gz: aa074d0942f87feb305e913bf449baef9e2e23cf
5
5
  SHA512:
6
- metadata.gz: 168c80de9205bb7e0c19a43a51cbed4ad5a7362e01572ade90813b96e5c52c85df6163cdb49258c5fc08b154f077d7b0ea77917c2abd604405801cf6a5757c36
7
- data.tar.gz: 29da5f986d9a8586f7b14a7c18708712f7eba77b5aca85e1fe05c2dbffc138d24f64fbd53d9249d381dde704f78ac54952a0f2481eea86042d69696819a6c31d
6
+ metadata.gz: fc641b2bbdb56ec132f9ea80a8d155595fe417df945103acc8540376212d76d6478b64d8613a5058ca868c44f91fb6bd9f2b1d56f26fe694a389d28cbc87ab5e
7
+ data.tar.gz: 9b75d0650c7e682430f230e538bc1caade5fbeaa5a531f96d3542de552500648262465007570468dede5c7594bcef994457f5d315919a468f6b76e9255b986d6
@@ -12,10 +12,15 @@ module SBF
12
12
  FALL_IMPACT = 'fall_impact'
13
13
  GIVING_TUESDAY = 'giving_tuesday'
14
14
  SURVIVOR = 'survivor'
15
+ SPONSORSHIP = 'sponsorship'
16
+ LAPSED_LOW = 'lapsed_low'
17
+ LAPSED_MID = 'lapsed_mid'
18
+ RMMEVENTS = 'rmmevents'
15
19
 
16
20
  def self.to_a
17
21
  # Defining the array explicitly, in order rather than const_getting since some things in website-ruby depend on the order
18
- [HOLIDAY_GIVING, IN_PLAY, MOTHERS_DAY, PHINEAS, SEPTEMBER, FALL_IMPACT, GIVING_TUESDAY, SURVIVOR]
22
+ [HOLIDAY_GIVING, IN_PLAY, MOTHERS_DAY, PHINEAS, SEPTEMBER, FALL_IMPACT,
23
+ GIVING_TUESDAY, SURVIVOR, SPONSORSHIP, LAPSED_LOW, LAPSED_MID, RMMEVENTS]
19
24
  end
20
25
  end
21
26
  end
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '4.3.1.alpha.1'
3
+ VERSION = '4.3.1'
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: 4.3.1.alpha.1
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-06 00:00:00.000000000 Z
11
+ date: 2017-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -210,12 +210,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
210
210
  version: '0'
211
211
  required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  requirements:
213
- - - ">"
213
+ - - ">="
214
214
  - !ruby/object:Gem::Version
215
- version: 1.3.1
215
+ version: '0'
216
216
  requirements: []
217
217
  rubyforge_project:
218
- rubygems_version: 2.6.13
218
+ rubygems_version: 2.6.14
219
219
  signing_key:
220
220
  specification_version: 4
221
221
  summary: St. Baldrick's Foundation Ruby Client Library