simp-beaker-helpers 1.10.9 → 1.10.10

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: 223492b0f5036b559a0c04da80157c2b2700388c0d7680472a451784f7d01831
4
- data.tar.gz: b2e4c80cba2b8e5cc0d96c3458eeb2b4f950951c49f54e6eaf70df1841c6476d
3
+ metadata.gz: dc4160dad391ef84442f0f2da57489f314f2319473cd33e522dbf2ecba69bfa4
4
+ data.tar.gz: ff51909b2fd3b63efb156db43e5a32607fcd5e242ff5ca5c031ccb9723c157cc
5
5
  SHA512:
6
- metadata.gz: bc1f0e774cd4757bd0c5e830ab37b464cf25a5f6c7302c339f2e64b5253580eb1cd7c64c5d10640e860f307b732a11299aea12ea08eadc1bd45d91cb996c2300
7
- data.tar.gz: 33397590133eba25fcb848dbf01f0c7573d8d0bb4483340877349969cb3e41fcf506c3d94d08cc99a7db694b330540cd12554d4fbc72ddae3e91f0abfe98257b
6
+ metadata.gz: 95b05a6e35b47b05efe576ef3f1207ad4bdcca7dc77b05bdfbd024233205df1354f97ad9a7885cce1a0993b5b851fdba209886d67060bd4e1e1efd35143641d2
7
+ data.tar.gz: 3a5db4c8571c0b40e3f6e7b4f251ff2849c5bdaa9e8062501755e1a4c36ecd7a5dff8d833258901dd9431fef163f812db38dd38c62eed70990bd9ab5c3abe012
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
+ ### 1.10.10/ 2018-06-22
2
+ * Version bump due to being released without a git tag
1
3
 
2
- ### 1.10.9 /2018-06-22
4
+ ### 1.10.9 / 2018-06-22
3
5
  * Ensure that the SSG is built from the latest tag instead of master
4
6
  * Provide the option to pass a specific branch to the SSG builds
5
7
  * Pin the suite base directory off of the global base directory instead of
@@ -1,5 +1,5 @@
1
1
  module Simp; end
2
2
 
3
3
  module Simp::BeakerHelpers
4
- VERSION = '1.10.9'
4
+ VERSION = '1.10.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-beaker-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.9
4
+ version: 1.10.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Tessmer