simp-beaker-helpers 1.10.9 → 1.10.10
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/CHANGELOG.md +3 -1
- data/lib/simp/beaker_helpers/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc4160dad391ef84442f0f2da57489f314f2319473cd33e522dbf2ecba69bfa4
|
|
4
|
+
data.tar.gz: ff51909b2fd3b63efb156db43e5a32607fcd5e242ff5ca5c031ccb9723c157cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|