stbaldricks 6.13.1.alpha.1 → 6.13.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a240a5187023ead7c96539e5ff1eb182db4a181fbce010d75f4dcf1e780f55c9
|
|
4
|
+
data.tar.gz: 7d93e64262fa38d7ca34b461a936b784a3e8d150238658e77f0706677bd325ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba96196c7440bc5e5c80ee02ed00f8dd47b2961aa6461f4de1a02ec59071ee7d73979f610f137dbf2db4b24cc251a5d3c71c64a89cb8f690c599b2a92b07617c
|
|
7
|
+
data.tar.gz: 2f8efb85fc186d3900d98d7b2c089e596d8923a8eec19d2685ca54351c928c222b1080f738f745f49825ce7fb54e1ecd7ce20a9f188c305b858a5517c2961038
|
|
@@ -31,6 +31,11 @@ module SBF
|
|
|
31
31
|
end
|
|
32
32
|
end
|
|
33
33
|
|
|
34
|
+
class EmployerMatched < SBF::Client::BaseEntity
|
|
35
|
+
attr_accessor :is_match
|
|
36
|
+
entity_attr_accessor :matching_donation, 'SBF::Client::FullDonation'
|
|
37
|
+
end
|
|
38
|
+
|
|
34
39
|
class Tribute < SBF::Client::BaseEntity
|
|
35
40
|
attr_accessor :type
|
|
36
41
|
attr_reader :name
|
|
@@ -385,6 +390,7 @@ module SBF
|
|
|
385
390
|
)
|
|
386
391
|
|
|
387
392
|
entity_attr_accessor :employer_matching, 'SBF::Client::Donation::EmployerMatching'
|
|
393
|
+
entity_attr_accessor :employer_matched, 'SBF::Client::Donation::EmployerMatched'
|
|
388
394
|
attr_accessor :foreign_beneficiary_country
|
|
389
395
|
attr_accessor :promotional_code
|
|
390
396
|
entity_attr_accessor :recurring_gift, 'SBF::Client::FullRecurringGift'
|
|
@@ -19,7 +19,6 @@ module SBF
|
|
|
19
19
|
include Entities::DefaultCacheable
|
|
20
20
|
endpoint SBF::Client::RecurringGiftEndpoint
|
|
21
21
|
actions DEFAULT_CRUD_ACTIONS
|
|
22
|
-
blacklist_action :get
|
|
23
22
|
blacklist_action :aggregate
|
|
24
23
|
blacklist_action :delete
|
|
25
24
|
action :sync
|
|
@@ -33,6 +32,7 @@ module SBF
|
|
|
33
32
|
PAST_DUE = 'past_due'
|
|
34
33
|
ACTIVE = 'active'
|
|
35
34
|
CANCELED = 'canceled'
|
|
35
|
+
PENDING = 'pending'
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
module RecipientType
|
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.13.1
|
|
4
|
+
version: 6.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firespring
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01-
|
|
11
|
+
date: 2019-01-28 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:
|