stbaldricks 6.15.1.alpha.2 → 6.15.1.alpha.3

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
  SHA256:
3
- metadata.gz: 4ca96867f2e4a923279cb7dd7cd9e9746b7208c8e66bbc23a2cbc13f9491ae78
4
- data.tar.gz: 5f1313ec1e6ccc88eaf9a318b5ff364d37ae351282ed6b9e27cb67a3c501b541
3
+ metadata.gz: c6de667118fd64a13891c433ee7547a7862829508f90bdcc40234c4df632c476
4
+ data.tar.gz: ba5e353796d1f72a8467ed3d08501aa9a0a3e147b223a30b7fcf0594525bb789
5
5
  SHA512:
6
- metadata.gz: 1f241af2983ae68178b3ed512f179534625f9b6409b91c261044210a0226c4e72a81d9a7fc1d91659e3634ae60b49c602e2514fd6021290ca0bf20fab6dae9a1
7
- data.tar.gz: fd6cd07fd41f9853c95894ebf032fa635b6594b9966fdb48ad0106106aebaa0dbe69b61060a742e41c5d98072664de599fd8d13c9d6f3f42c0476cb7dd55ddec
6
+ metadata.gz: 8d8adad1572b13132e43f40fdcfd9c5113c2389118cd43d382441a51bd7f6bad7fe479c636bd5fce518d8624646b74d4bb40bdb030c47c0a1e2338589ccddb70
7
+ data.tar.gz: 3acef8e61763a392d7a450d5726a7b0d820dacff68f3bfc80cd4f646f580a4936600f9ff504ec3da15a49d29b0ae73a45f713ca45084d269a732d479f764659a
@@ -18,7 +18,6 @@ module SBF
18
18
  attr_reader :years_for_knight
19
19
  attr_reader :years_for_knight_commander
20
20
  attr_reader :years_for_crusader
21
- attr_reader :years_for_baron
22
21
  #NOTE: If you add another attribute, be sure to mock it out in `configure :test` of app.rb
23
22
 
24
23
  # Attempts to call the method on the cached configuration object
@@ -195,6 +195,7 @@ module SBF
195
195
  entity_collection_attr_accessor :activities, 'SBF::Client::Event::Activity', nil, true
196
196
  entity_attr_accessor :third_party_media, 'SBF::Client::ThirdPartyMedia', nil, true
197
197
  entity_collection_attr_accessor :supporters, 'SBF::Client::FullEventSupporter', nil, true
198
+ attr_accessor :fund_relationship_type
198
199
 
199
200
  def active?
200
201
  status == SBF::Client::Event::Status::ACTIVE
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '6.15.1.alpha.2'
3
+ VERSION = '6.15.1.alpha.3'
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.15.1.alpha.2
4
+ version: 6.15.1.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-15 00:00:00.000000000 Z
11
+ date: 2019-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel