middleman-hashicorp 0.3.41 → 0.3.43
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/Gemfile.lock +183 -0
- data/lib/middleman-hashicorp/partials/_mega.html.erb +2 -2
- data/lib/middleman-hashicorp/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8285ef51a54524f9ae3ed61760b392e586d6c73624b6e1ec7d4fd8184e8fe0e7
|
4
|
+
data.tar.gz: f05ef109d8857d294ab7a24a640021b1b00809643bcd50480c93a7907f33b36f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfc67e92a4487814ca4126f5cbad2f52c01f802173b16d4a0a433ce8cd69a3ef143078f2f93d3dda8ec33fc1caf1545a1e19ae73d1ee62a6c290555e2c6c2029
|
7
|
+
data.tar.gz: 123deaf2531380d9b5b7d2738398682a07cbb387744cdd609ebe335fbfe80fd71ac7d9bfae491310523eb654f05f19b5961ae921983a08da0e5da228c7db6a69
|
data/.gitignore
CHANGED
data/Gemfile.lock
ADDED
@@ -0,0 +1,183 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
middleman-hashicorp (0.3.43)
|
5
|
+
bootstrap-sass (~> 3.3)
|
6
|
+
builder (~> 3.2)
|
7
|
+
middleman (~> 3.4)
|
8
|
+
middleman-livereload (~> 3.4)
|
9
|
+
middleman-syntax (~> 3.0)
|
10
|
+
redcarpet (~> 3.3)
|
11
|
+
turbolinks (~> 5.0)
|
12
|
+
|
13
|
+
GEM
|
14
|
+
remote: https://rubygems.org/
|
15
|
+
specs:
|
16
|
+
activesupport (4.2.11.1)
|
17
|
+
i18n (~> 0.7)
|
18
|
+
minitest (~> 5.1)
|
19
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
20
|
+
tzinfo (~> 1.1)
|
21
|
+
autoprefixer-rails (9.7.4)
|
22
|
+
execjs
|
23
|
+
bootstrap-sass (3.4.1)
|
24
|
+
autoprefixer-rails (>= 5.2.1)
|
25
|
+
sassc (>= 2.0.0)
|
26
|
+
builder (3.2.4)
|
27
|
+
capybara (2.4.4)
|
28
|
+
mime-types (>= 1.16)
|
29
|
+
nokogiri (>= 1.3.3)
|
30
|
+
rack (>= 1.0.0)
|
31
|
+
rack-test (>= 0.5.4)
|
32
|
+
xpath (~> 2.0)
|
33
|
+
chunky_png (1.3.11)
|
34
|
+
coffee-script (2.4.1)
|
35
|
+
coffee-script-source
|
36
|
+
execjs
|
37
|
+
coffee-script-source (1.12.2)
|
38
|
+
compass (1.0.3)
|
39
|
+
chunky_png (~> 1.2)
|
40
|
+
compass-core (~> 1.0.2)
|
41
|
+
compass-import-once (~> 1.0.5)
|
42
|
+
rb-fsevent (>= 0.9.3)
|
43
|
+
rb-inotify (>= 0.9)
|
44
|
+
sass (>= 3.3.13, < 3.5)
|
45
|
+
compass-core (1.0.3)
|
46
|
+
multi_json (~> 1.0)
|
47
|
+
sass (>= 3.3.0, < 3.5)
|
48
|
+
compass-import-once (1.0.5)
|
49
|
+
sass (>= 3.2, < 3.5)
|
50
|
+
diff-lcs (1.3)
|
51
|
+
em-websocket (0.5.1)
|
52
|
+
eventmachine (>= 0.12.9)
|
53
|
+
http_parser.rb (~> 0.6.0)
|
54
|
+
erubis (2.7.0)
|
55
|
+
eventmachine (1.2.7)
|
56
|
+
execjs (2.7.0)
|
57
|
+
ffi (1.12.2)
|
58
|
+
haml (5.1.2)
|
59
|
+
temple (>= 0.8.0)
|
60
|
+
tilt
|
61
|
+
hike (1.2.3)
|
62
|
+
hooks (0.4.1)
|
63
|
+
uber (~> 0.0.14)
|
64
|
+
http_parser.rb (0.6.0)
|
65
|
+
i18n (0.7.0)
|
66
|
+
json (2.3.0)
|
67
|
+
kramdown (1.17.0)
|
68
|
+
listen (3.0.8)
|
69
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
70
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
71
|
+
middleman (3.4.1)
|
72
|
+
coffee-script (~> 2.2)
|
73
|
+
compass (>= 1.0.0, < 2.0.0)
|
74
|
+
compass-import-once (= 1.0.5)
|
75
|
+
execjs (~> 2.0)
|
76
|
+
haml (>= 4.0.5)
|
77
|
+
kramdown (~> 1.2)
|
78
|
+
middleman-core (= 3.4.1)
|
79
|
+
middleman-sprockets (>= 3.1.2)
|
80
|
+
sass (>= 3.4.0, < 4.0)
|
81
|
+
uglifier (~> 2.5)
|
82
|
+
middleman-core (3.4.1)
|
83
|
+
activesupport (~> 4.1)
|
84
|
+
bundler (~> 1.1)
|
85
|
+
capybara (~> 2.4.4)
|
86
|
+
erubis
|
87
|
+
hooks (~> 0.3)
|
88
|
+
i18n (~> 0.7.0)
|
89
|
+
listen (~> 3.0.3)
|
90
|
+
padrino-helpers (~> 0.12.3)
|
91
|
+
rack (>= 1.4.5, < 2.0)
|
92
|
+
thor (>= 0.15.2, < 2.0)
|
93
|
+
tilt (~> 1.4.1, < 2.0)
|
94
|
+
middleman-livereload (3.4.6)
|
95
|
+
em-websocket (~> 0.5.1)
|
96
|
+
middleman-core (>= 3.3)
|
97
|
+
rack-livereload (~> 0.3.15)
|
98
|
+
middleman-sprockets (3.5.0)
|
99
|
+
middleman-core (>= 3.3)
|
100
|
+
sprockets (~> 2.12.1)
|
101
|
+
sprockets-helpers (~> 1.1.0)
|
102
|
+
sprockets-sass (~> 1.3.0)
|
103
|
+
middleman-syntax (3.2.0)
|
104
|
+
middleman-core (>= 3.2)
|
105
|
+
rouge (~> 3.2)
|
106
|
+
mime-types (3.3.1)
|
107
|
+
mime-types-data (~> 3.2015)
|
108
|
+
mime-types-data (3.2019.1009)
|
109
|
+
mini_portile2 (2.4.0)
|
110
|
+
minitest (5.14.0)
|
111
|
+
multi_json (1.14.1)
|
112
|
+
nokogiri (1.10.7)
|
113
|
+
mini_portile2 (~> 2.4.0)
|
114
|
+
padrino-helpers (0.12.9)
|
115
|
+
i18n (~> 0.6, >= 0.6.7)
|
116
|
+
padrino-support (= 0.12.9)
|
117
|
+
tilt (>= 1.4.1, < 3)
|
118
|
+
padrino-support (0.12.9)
|
119
|
+
activesupport (>= 3.1)
|
120
|
+
rack (1.6.12)
|
121
|
+
rack-livereload (0.3.17)
|
122
|
+
rack
|
123
|
+
rack-test (1.1.0)
|
124
|
+
rack (>= 1.0, < 3)
|
125
|
+
rake (11.3.0)
|
126
|
+
rb-fsevent (0.10.3)
|
127
|
+
rb-inotify (0.10.1)
|
128
|
+
ffi (~> 1.0)
|
129
|
+
redcarpet (3.5.0)
|
130
|
+
rouge (3.15.0)
|
131
|
+
rspec (3.9.0)
|
132
|
+
rspec-core (~> 3.9.0)
|
133
|
+
rspec-expectations (~> 3.9.0)
|
134
|
+
rspec-mocks (~> 3.9.0)
|
135
|
+
rspec-core (3.9.1)
|
136
|
+
rspec-support (~> 3.9.1)
|
137
|
+
rspec-expectations (3.9.0)
|
138
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
139
|
+
rspec-support (~> 3.9.0)
|
140
|
+
rspec-mocks (3.9.1)
|
141
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
142
|
+
rspec-support (~> 3.9.0)
|
143
|
+
rspec-support (3.9.2)
|
144
|
+
sass (3.4.25)
|
145
|
+
sassc (2.2.1)
|
146
|
+
ffi (~> 1.9)
|
147
|
+
sprockets (2.12.5)
|
148
|
+
hike (~> 1.2)
|
149
|
+
multi_json (~> 1.0)
|
150
|
+
rack (~> 1.0)
|
151
|
+
tilt (~> 1.1, != 1.3.0)
|
152
|
+
sprockets-helpers (1.1.0)
|
153
|
+
sprockets (~> 2.0)
|
154
|
+
sprockets-sass (1.3.1)
|
155
|
+
sprockets (~> 2.0)
|
156
|
+
tilt (~> 1.1)
|
157
|
+
temple (0.8.2)
|
158
|
+
thor (1.0.1)
|
159
|
+
thread_safe (0.3.6)
|
160
|
+
tilt (1.4.1)
|
161
|
+
turbolinks (5.2.1)
|
162
|
+
turbolinks-source (~> 5.2)
|
163
|
+
turbolinks-source (5.2.0)
|
164
|
+
tzinfo (1.2.6)
|
165
|
+
thread_safe (~> 0.1)
|
166
|
+
uber (0.0.15)
|
167
|
+
uglifier (2.7.2)
|
168
|
+
execjs (>= 0.3.0)
|
169
|
+
json (>= 1.8.0)
|
170
|
+
xpath (2.1.0)
|
171
|
+
nokogiri (~> 1.3)
|
172
|
+
|
173
|
+
PLATFORMS
|
174
|
+
ruby
|
175
|
+
|
176
|
+
DEPENDENCIES
|
177
|
+
bundler (~> 1.13)
|
178
|
+
middleman-hashicorp!
|
179
|
+
rake (~> 11.3)
|
180
|
+
rspec (~> 3.5)
|
181
|
+
|
182
|
+
BUNDLED WITH
|
183
|
+
1.17.3
|
@@ -20,7 +20,7 @@
|
|
20
20
|
<button type="button" id="mega-nav-ctrl" class="mega-nav-ctrl">
|
21
21
|
<div class="mega-nav-ctrl-items">
|
22
22
|
<img src="<%= image_path("mega-nav/logo-hashicorp.svg") %>" alt="HashiCorp Logo" />
|
23
|
-
<strong>HashiCorp
|
23
|
+
<strong>HashiCorp Stack</strong>
|
24
24
|
<span class="mega-nav-icon-outline">
|
25
25
|
<svg class="mega-nav-icon mega-nav-icon-angle-right" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mega-nav-icon-angle"></use></svg><span class="visuallyhidden">Open</span>
|
26
26
|
</span>
|
@@ -35,7 +35,7 @@
|
|
35
35
|
<p class="mega-nav-h2">Any infrastructure for any application</p>
|
36
36
|
</div>
|
37
37
|
<div class="mega-nav-body-header-item">
|
38
|
-
<a href="https://www.hashicorp.com/" class="mega-nav-btn"><img src="<%= image_path("mega-nav/logo-hashicorp.svg") %>" alt="HashiCorp Logo" /> Learn the HashiCorp Enterprise
|
38
|
+
<a href="https://www.hashicorp.com/" class="mega-nav-btn"><img src="<%= image_path("mega-nav/logo-hashicorp.svg") %>" alt="HashiCorp Logo" /> Learn the HashiCorp Enterprise Stack <svg class="mega-nav-icon mega-nav-icon-angle-right" aria-hidden="true"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#mega-nav-icon-angle"></use></svg></a>
|
39
39
|
</div>
|
40
40
|
</div>
|
41
41
|
<div class="mega-nav-body-grid">
|
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.43
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Vargo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: middleman
|
@@ -161,6 +161,7 @@ files:
|
|
161
161
|
- ".gitignore"
|
162
162
|
- ".travis.yml"
|
163
163
|
- Gemfile
|
164
|
+
- Gemfile.lock
|
164
165
|
- LICENSE
|
165
166
|
- Makefile
|
166
167
|
- README.md
|