stbaldricks 3.0.1.alpha.1 → 3.0.1.alpha.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 935833aa9963d4e9ce27ed81a0bf2bb1abd1276d
4
- data.tar.gz: 4ca2657f253958889882fa27de427495618c326b
3
+ metadata.gz: 8f30761a3a884828ca1d99ab1e22f2537cae822d
4
+ data.tar.gz: 70f629bbe8a3d93f20cacd7f589d5451a76f520c
5
5
  SHA512:
6
- metadata.gz: e65041c6229d26e27f06ee6b2802a8586db95f54a950e9cd5f326bb1dadf3c10d7530a722b2ba2f247b4fe8e2cda505cba87064d3ae22ba490c5df3da4f18092
7
- data.tar.gz: 52bd2d1e3171738c2416d3312a57bd66b9510107dee806a0ea889ffac049719a26042f5e8d64001c60ee2bfd9da115db4e4e6f79d65e2d1efe9d5715a723a5e7
6
+ metadata.gz: ca10b109498070928dd66fb55b84d5c6f6bfa63314638312fafbf1ba5f1afeecc83e2f7a4629ea631601ac343ede333bf19dbd9b7daa1f3807cdf5d64deca2e7
7
+ data.tar.gz: 0f34f4e53af9025aba90d71b1a39171e83c3c602ae9813234a2f5c3381bb140dc24d9e28b92919db075e963dea86f05f0de82a926ee658ad302e1b5d5b79b1f8
@@ -12,7 +12,7 @@ module SBF
12
12
  module Status
13
13
  PENDING = 'pending'
14
14
  ACCEPTED = 'accepted'
15
- CANCELLED = 'cancelled'
15
+ CANCELED = 'canceled'
16
16
  DECLINED = 'declined'
17
17
  end
18
18
 
@@ -18,6 +18,7 @@ module SBF
18
18
  INT_CA = 'int_ca'
19
19
  INT_BM = 'int_bm'
20
20
  INT_HK = 'int_hk'
21
+ INT_SG = 'int_sg'
21
22
  NO_STATE = 'no_state'
22
23
  AL = 'AL'
23
24
  AK = 'AK'
@@ -1,4 +1,5 @@
1
1
  require 'stbaldricks/endpoints/kid'
2
+ require 'stbaldricks/entities/lib/top_level'
2
3
  require 'stbaldricks/entities/lib/address'
3
4
  require 'stbaldricks/entities/lib/name'
4
5
  require 'stbaldricks/entities/lib/fundraising_page'
@@ -1,4 +1,5 @@
1
1
  require 'stbaldricks/endpoints/matching_gift_company'
2
+ require 'stbaldricks/entities/lib/top_level'
2
3
 
3
4
  module SBF
4
5
  module Client
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '3.0.1.alpha.1'
3
+ VERSION = '3.0.1.alpha.2'
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: 3.0.1.alpha.1
4
+ version: 3.0.1.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-14 00:00:00.000000000 Z
11
+ date: 2017-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  version: 1.3.1
217
217
  requirements: []
218
218
  rubyforge_project:
219
- rubygems_version: 2.6.11
219
+ rubygems_version: 2.6.10
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: St. Baldrick's Foundation Ruby Client Library