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 +4 -4
- data/lib/stbaldricks/entities/donation/promo_code.rb +6 -1
- data/lib/stbaldricks/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e331d0b29d84f76e95f7f261ced6679e2f12d48f
|
|
4
|
+
data.tar.gz: aa074d0942f87feb305e913bf449baef9e2e23cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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,
|
|
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
|
data/lib/stbaldricks/version.rb
CHANGED
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
|
|
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-
|
|
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:
|
|
215
|
+
version: '0'
|
|
216
216
|
requirements: []
|
|
217
217
|
rubyforge_project:
|
|
218
|
-
rubygems_version: 2.6.
|
|
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
|