stbaldricks 6.15.1.alpha.3 → 6.15.1.alpha.4
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 +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: 39526b65faa96983fb7dd7442cbdc6f444501e1c62e87945a501b27b936b97a6
|
4
|
+
data.tar.gz: a2ff65055c7457f5dde89a3bf46363e653e65df795879da69e3b336c1b7ce1ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f146d46f253eda1ab253c74357534745b27dadb9d156c9bb7d65b9102277c4127d4b4eb46aedcafc02227c5500da48f4e320e809e4806db9a9e866efce02a63
|
7
|
+
data.tar.gz: 061f6c00a64cb22e8f20929988f555c3dfef072224ee68999e89263533d0daf68eb1b266cc01082e2c052f7178aac4f03e555baf989b0fc79641a8a61356e570
|
@@ -18,6 +18,7 @@ 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
|
21
22
|
#NOTE: If you add another attribute, be sure to mock it out in `configure :test` of app.rb
|
22
23
|
|
23
24
|
# Attempts to call the method on the cached configuration object
|
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.4
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|