middleman-hashicorp 0.3.40 → 0.3.41
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/README.md +3 -3
- data/lib/middleman-hashicorp/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: fff6e764fb6a9b27f36bb632a9c9269cd35d53ff3ce7806a7fe95773d5cdb57f
|
|
4
|
+
data.tar.gz: d05b58a96d14e25b699fdaa35f9f6143f4babaa96383e59b6cdc1f4c2f2e39cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3546fe10b8cdc4cae4f2ee92d5be185710fe100376c56360d86763474ac4714cdb9bab3cdfb5e70b42d8b6fce8daaa4b0ce24ee97519fd4d1d02a1c87ac28d5a
|
|
7
|
+
data.tar.gz: de74375a380ae37426148b71e66d16b56655e260aad483cb81b1591a7338f60563bcbab12e9d5fe489ec189dbe18287c1b94f0fb3ef30f4f955dedf8d8d4d894
|
data/README.md
CHANGED
|
@@ -310,6 +310,6 @@ Just bump the version string and push a new tag to the repository and our CI wil
|
|
|
310
310
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
311
311
|
5. Create a new Pull Request
|
|
312
312
|
|
|
313
|
-
[middleman]:
|
|
314
|
-
[middleman docs]:
|
|
315
|
-
[middleman-syntax]:
|
|
313
|
+
[middleman]: https://middlemanapp.com/
|
|
314
|
+
[middleman docs]: https://middlemanapp.com/basics/install
|
|
315
|
+
[middleman-syntax]: https://github.com/middleman/middleman-syntax/
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-hashicorp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.41
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Vargo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman
|