bookends 2.7.0 → 2.8.0

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
  SHA1:
3
- metadata.gz: a4a2a0c1787430745af6264d9c532e9a96b3b43e
4
- data.tar.gz: 802132241fdd440d0f36763b01a453780d92a51f
3
+ metadata.gz: acd117d5a8590fb87d6ce0e706c357d06c9aa4e6
4
+ data.tar.gz: 1c783f144c2d87a7a0b666a00f08c15592cb9534
5
5
  SHA512:
6
- metadata.gz: 5ed03c4eb0aac6bb53e8340bbb3cdbb52729f1e9700848aeb72658ac93989f37c688e3b5fd4901ddda94a69351c5d610386540393cfc869f39e019ede5d864a6
7
- data.tar.gz: 90a04178111c72429347acbf73d85fe19f201037dd72dd937d0c7fa45fbe87be4b0d84ee55f776d621b5ccbd9f3ebe7a3c39262b96692c261da50a98399da020
6
+ metadata.gz: fe4d0291186cd09692b845600a203322c992174a4ee1577f12f7770286d94746bb774ee483228c0770ea089516532e81c5f9c5b53fb4b76e267618853a5f3299
7
+ data.tar.gz: 1e21a44117c8f9662aaf37c06d92caaa7b40c5cc65436ea062831730f5369b0060defa2e343ef498ef92e0936155ec3889cf7239d8c8a053e42a26616331ce48
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><style>.st0{stroke-width:2}.st0,.st1{fill:none;stroke:#876aaa;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}</style><path class="st0" d="M4.2 5.7L10 2.3c.9-.5 1.9-.5 2.8 0l5.9 3.4c.9.4 1.5 1.3 1.5 2.3v6.8c0 1-.5 1.9-1.4 2.4L13 20.7c-.9.5-1.9.5-2.8 0l-5.9-3.4c-.9-.4-1.5-1.3-1.5-2.3V8.2c0-1 .5-2 1.4-2.5z"/><path class="st1" d="M6.3 12.4l1.4-.8c.2-.1.5-.1.7 0l1.4.8c.2.1.3.3.3.6v1.6c0 .2-.1.5-.3.6l-1.4.8c-.2.1-.5.1-.7 0l-1.4-.8c-.2-.2-.3-.4-.3-.6V13c0-.3.1-.5.3-.6zM9.7 6.6l1.4-.8c.2-.1.5-.1.7 0l1.4.8c.2.1.3.3.3.6v1.6c0 .2-.1.5-.3.6l-1.4.8c-.2.1-.5.1-.7 0l-1.4-.8c-.2-.2-.3-.4-.3-.6V7.2c0-.3.1-.5.3-.6zM13.2 12.3l1.4-.8c.2-.1.5-.1.7 0l1.4.8c.2.1.3.3.3.6v1.6c0 .2-.1.5-.3.6l-1.4.8c-.2.1-.5.1-.7 0l-1.4-.8c-.2-.1-.3-.3-.3-.6v-1.6c0-.2.1-.4.3-.6z"/></svg>
@@ -24,7 +24,12 @@
24
24
  <li><a href="https://www.heroku.com/redis" class="redis">Heroku Redis</a></li>
25
25
  <li><a href="https://www.heroku.com/kafka" class="kafka">Kafka on Heroku</a></li>
26
26
  <li><a href="https://www.heroku.com/connect" class="connect">Heroku Connect</a></li>
27
- <li><a href="https://www.heroku.com/enterprise" class="enterprise">Heroku Enterprise</a></li>
27
+ <li class="has-dropdown">
28
+ <a href="https://www.heroku.com/enterprise" class="enterprise">Heroku Enterprise</a>
29
+ <ul class="dropdown">
30
+ <li><a href="https://www.heroku.com/private-spaces" class="spaces">Private Spaces</a></li>
31
+ </ul>
32
+ </li>
28
33
  <li><a href="https://www.heroku.com/teams" class="teams">Heroku Teams</a></li>
29
34
  </ul>
30
35
  </li>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "2.7.0"
2
+ VERSION = "2.8.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookends
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-30 00:00:00.000000000 Z
11
+ date: 2016-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -252,6 +252,7 @@ files:
252
252
  - lib/bookends/templates/icons/platform.svg
253
253
  - lib/bookends/templates/icons/postgres.svg
254
254
  - lib/bookends/templates/icons/redis.svg
255
+ - lib/bookends/templates/icons/spaces.svg
255
256
  - lib/bookends/templates/icons/teams.svg
256
257
  - lib/bookends/templates/jekyll_header.html
257
258
  - lib/bookends/templates/js/header-turbolinks.js