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 +4 -4
- data/lib/stbaldricks/entities/config.rb +0 -1
- data/lib/stbaldricks/entities/event.rb +1 -0
- data/lib/stbaldricks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6de667118fd64a13891c433ee7547a7862829508f90bdcc40234c4df632c476
|
4
|
+
data.tar.gz: ba5e353796d1f72a8467ed3d08501aa9a0a3e147b223a30b7fcf0594525bb789
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.15.1.alpha.
|
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-
|
11
|
+
date: 2019-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|