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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b38370de6f6649a12d116f27c2a87fc6cf51b39c04fbd8cf8b763d70d4ee218d
4
- data.tar.gz: 0f8f27afc286fd6d711826e084e56cc3267514ecd2115ab12a0ca256530e6a03
3
+ metadata.gz: 4ca96867f2e4a923279cb7dd7cd9e9746b7208c8e66bbc23a2cbc13f9491ae78
4
+ data.tar.gz: 5f1313ec1e6ccc88eaf9a318b5ff364d37ae351282ed6b9e27cb67a3c501b541
5
5
  SHA512:
6
- metadata.gz: 49ea878c30e35efbaa7d89048d2fb787ff7255edab1effa1c27f61cd73101db6742e2131c85be32f2307874e0554798787bbb21ade80f675bce1b42f473f528b
7
- data.tar.gz: ddd030a993eaf5ba3c11525cf9ad62047e85c34d1ad4fe738d7802a9afbdaf7077fde65b5da96fa064984ac6c06fee63da299374dd341ed3bd9d004846eb01f7
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
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '6.15.1.alpha.1'
3
+ VERSION = '6.15.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: 6.15.1.alpha.1
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-12 00:00:00.000000000 Z
11
+ date: 2019-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel