stbaldricks 6.15.1.alpha.1 → 6.15.1.alpha.2
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 +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: 4ca96867f2e4a923279cb7dd7cd9e9746b7208c8e66bbc23a2cbc13f9491ae78
|
|
4
|
+
data.tar.gz: 5f1313ec1e6ccc88eaf9a318b5ff364d37ae351282ed6b9e27cb67a3c501b541
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f241af2983ae68178b3ed512f179534625f9b6409b91c261044210a0226c4e72a81d9a7fc1d91659e3634ae60b49c602e2514fd6021290ca0bf20fab6dae9a1
|
|
7
|
+
data.tar.gz: fd6cd07fd41f9853c95894ebf032fa635b6594b9966fdb48ad0106106aebaa0dbe69b61060a742e41c5d98072664de599fd8d13c9d6f3f42c0476cb7dd55ddec
|
|
@@ -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.2
|
|
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-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|