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: f160e1af1de76369152c9dbf97bcbdacfd37ccf464ba6f5d3cd9aa59bf5c5551
4
- data.tar.gz: 42e01f776af7d02f1399d55b5d24c351b1cc895b0ac027bb45a684160a16ad5a
3
+ metadata.gz: a240a5187023ead7c96539e5ff1eb182db4a181fbce010d75f4dcf1e780f55c9
4
+ data.tar.gz: 7d93e64262fa38d7ca34b461a936b784a3e8d150238658e77f0706677bd325ed
5
5
  SHA512:
6
- metadata.gz: f27bf1e1e37bcb2c8578797d30009c9a2209f9c2b564f3566d2c9bbd70036c538e681d018346276ccbc1ef30518de977b92d33fac47a3693b1b3dbcbd5619a36
7
- data.tar.gz: 0b2d540ae40eccf875d621e6a4b149cafdbe719ccec44f0318108e534d412ccbc515b23ff922c98d17abc046057aabff0fb999e28a91215880c85e03ad92c1ed
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
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '6.13.1.alpha.1'
3
+ VERSION = '6.13.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: 6.13.1.alpha.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-23 00:00:00.000000000 Z
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: 1.3.1
242
+ version: '0'
243
243
  requirements: []
244
244
  rubygems_version: 3.0.1
245
245
  signing_key: