middleman-hashicorp 0.3.16 → 0.3.17
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/assets/images/download.svg +3 -0
- data/assets/images/github.svg +3 -0
- data/lib/middleman-hashicorp/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f29065cffd44f1591c6d75114ba15f9a30a144e4
|
|
4
|
+
data.tar.gz: 7ee8489e9caac475044485f4c813c1db62b50be1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad55eb15aaa61dd235beb2c0023d2517c8d83f417a97beb68617519f3b3bd96978d1972d9e29486c5e0a3e3def0a49f33f00cf6285bb8782be392e48d1a44dc1
|
|
7
|
+
data.tar.gz: 820a106f2a9203604d1ea9757b74d6aca40de88edd0766e461c8f21e602e12f969100819823c4fbd339e32c15b167ab0bd9049f872fe7c75deabef0f30e75ac5
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 28 28" xml:space="preserve" enable-background="new 0 0 28 28">
|
|
2
|
+
<path d="M28 0H0v28h28V0zM13.8 22.9L7 17.3l2-2.4 3.2 2.6V7h3.2v10.5l3.2-2.6 2 2.4L13.8 22.9z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 28 28" xml:space="preserve" enable-background="new 0 0 28 28">
|
|
2
|
+
<path d="M28 0H0v28h11.4c0 0 0-1.3 0-2.4C7.7 26.4 7 23.9 7 23.9 6.4 22.4 5.5 22 5.5 22c-1.2-0.8 0.1-0.8 0.1-0.8 1.3 0.1 2 1.4 2 1.4 1.2 2 3 1.4 3.8 1.1 0.1-0.8 0.5-1.4 0.9-1.8 -2.9-0.3-6-1.5-6-6.5 0-1.4 0.5-2.6 1.3-3.5C7.5 11.5 7 10.2 7.8 8.4c0 0 1.1-0.4 3.6 1.3 1-0.3 2.2-0.4 3.3-0.4 1.1 0 2.2 0.2 3.3 0.4 2.5-1.7 3.6-1.3 3.6-1.3 0.7 1.8 0.3 3.1 0.1 3.5 0.8 0.9 1.3 2.1 1.3 3.5 0 5-3.1 6.1-6 6.5 0.5 0.4 0.9 1.2 0.9 2.4 0 1.8 0 3.7 0 3.7H28V0z"/>
|
|
3
|
+
</svg>
|
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.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Vargo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman
|
|
@@ -169,7 +169,9 @@ files:
|
|
|
169
169
|
- assets/fonts/glyphicons-halflings-regular.svg
|
|
170
170
|
- assets/fonts/glyphicons-halflings-regular.ttf
|
|
171
171
|
- assets/fonts/glyphicons-halflings-regular.woff
|
|
172
|
+
- assets/images/download.svg
|
|
172
173
|
- assets/images/fastly_logo.png
|
|
174
|
+
- assets/images/github.svg
|
|
173
175
|
- assets/images/icons/icon_centos.png
|
|
174
176
|
- assets/images/icons/icon_darwin.png
|
|
175
177
|
- assets/images/icons/icon_debian.png
|