stbaldricks 6.14.0.alpha.1 → 6.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/stbaldricks/entities/donation/promo_code.rb +2 -1
- data/lib/stbaldricks/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f42fffb4437ef5d21761114fa0218041c1a0514841a05a652bc371dd4e1fede
|
4
|
+
data.tar.gz: 39d9bdba847004c010ddfd265e8aad7c35ee7ecb3b4805b7b37726230a339bc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b464ad93634c882b64cd55ebc8dc2c5d4bd65071b34f91ee910cb8f8a9827e7c915c56e2d4c03efe25feda599d4407e5f0e23d8c75f04fd8619619f16b8387a
|
7
|
+
data.tar.gz: 6a78409e865fa4d10280a421e55df1e20a1c601767c818959aa0a9f63f9bae12b1ad6ede333f5a7199c4481852547e4b08138d7067bf20c85ec062f604150318
|
@@ -21,12 +21,13 @@ module SBF
|
|
21
21
|
FB_FUNDRAISER = 'fb_fundraiser'
|
22
22
|
MOBILE_CAUSE = 'mobile_cause'
|
23
23
|
INTERNATIONAL = 'international'
|
24
|
+
ACS = 'acs'
|
24
25
|
|
25
26
|
def self.to_a
|
26
27
|
# Defining the array explicitly, in order rather than const_getting since some things in website-ruby depend on the order
|
27
28
|
[HOLIDAY_GIVING, IN_PLAY, MOTHERS_DAY, PHINEAS, SEPTEMBER, IMPACT_DG,
|
28
29
|
GIVING_TUESDAY, SURVIVOR, SPONSORSHIP, LAPSED_LOW, LAPSED_MID, RMMEVENTS, YEAR_END_DG, LAPSED_DG, FB_FUNDRAISER,
|
29
|
-
MOBILE_CAUSE, INTERNATIONAL]
|
30
|
+
MOBILE_CAUSE, INTERNATIONAL, ACS]
|
30
31
|
end
|
31
32
|
end
|
32
33
|
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: 6.14.0
|
4
|
+
version: 6.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Firespring
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -237,9 +237,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
237
237
|
version: '0'
|
238
238
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
239
239
|
requirements:
|
240
|
-
- - "
|
240
|
+
- - ">="
|
241
241
|
- !ruby/object:Gem::Version
|
242
|
-
version:
|
242
|
+
version: '0'
|
243
243
|
requirements: []
|
244
244
|
rubygems_version: 3.0.1
|
245
245
|
signing_key:
|