bookends 2.4.2 → 2.4.3

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: b7ca12eabd960ba18c82797305697d7d50f15064
4
- data.tar.gz: 5d7242293127cb10abefa9d8423dc188c6f3b738
3
+ metadata.gz: d3e18a356687a1349481a7070628f4782761de02
4
+ data.tar.gz: c48d92b0c13c720a3d692c53623268aefa6015f3
5
5
  SHA512:
6
- metadata.gz: a11a862634bf0038a0d7ab64843d5afbd6959c4b933c888876cbee8729e295d149a6c4cf1d089b8637e40df1c831041424ee01b7b776f2bc657dc469b6e6aedb
7
- data.tar.gz: 3bf5ffd0a9b7d996c98a3f6fcd23cc20bf0c4da234070d095615a763b48c42ac858b833e256ea2bfe66fe8c18c6727592626af78fbf34861946d3c007a118465
6
+ metadata.gz: 014983db8b2c4113a8d3bcc1bb81873cdb783424c2774ee4a1ac4392d99e63229d06cad44660abe2a1d06eb6dbaa4e3e57e0443ab0d4991cbaf6f902ae19c91a
7
+ data.tar.gz: 3c923d97407bce31eacf49bb271d15c970c3d4db765119f5561fe70d2e899aef8afcc25ed83570847a85271a75dc8b7d4d489030d8f0c360c0dced482f27ea76
@@ -15,6 +15,7 @@ module Bookends
15
15
  copy :file, name: 'jekyll_header.html', dest: '_includes/bookends', as: 'header.html'
16
16
  copy :file, name: 'js/newsletter.js', dest: 'assets/js/bookends/', as: 'newsletter.js'
17
17
  copy :directory, name: 'footer_images', dest: 'assets/images/', as: 'bookends/footer'
18
+ copy :directory, name: 'icons', dest: 'assets/images/', as: 'bookends/icons'
18
19
  append_to_file '../js/bookends/newsletter.js', "$(function() { return window.Heroku.newsletterSignup = new Heroku.NewsletterSignup(); });"
19
20
  gsub_file '../../_sass/bookends/_footer.scss', 'bookends/footer', 'images/bookends/footer'
20
21
  gsub_file '../../_sass/bookends/_footer.scss', 'asset-url', 'url'
@@ -9,6 +9,7 @@
9
9
  <li><a href="https://www.heroku.com/postgres">Heroku Postgres</a></li>
10
10
  <li><a href="https://www.heroku.com/redis">Heroku Redis</a></li>
11
11
  <li><a href="https://www.heroku.com/enterprise">Heroku Enterprise</a></li>
12
+ <li><a href="https://www.heroku.com/teams">Heroku Teams</a></li>
12
13
  <li><a href="https://elements.heroku.com/">Elements Marketplace</a></li>
13
14
  <li><a href="https://www.heroku.com/pricing">Pricing</a></li>
14
15
  </ul>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.0" id="Layer_1" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"
4
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23 23"
5
+ style="enable-background:new 0 0 23 23;" xml:space="preserve">
6
+ <style type="text/css">
7
+ .st0{fill:#876AAA;}
8
+ </style>
9
+ <g>
10
+ <path class="st0" d="M17,2C13.6,0,9.4,0,6,2c-3.4,2-5.5,5.6-5.5,9.5S2.6,19.1,6,21c1.7,1,3.6,1.5,5.5,1.5S15.3,22,17,21
11
+ c3.4-2,5.5-5.6,5.5-9.5S20.4,3.9,17,2z M16.3,19.9c-3,1.7-6.7,1.7-9.7,0c-3-1.7-4.8-4.9-4.8-8.4c0-3.4,1.9-6.7,4.8-8.4
12
+ c1.5-0.9,3.2-1.3,4.8-1.3s3.4,0.4,4.8,1.3c3,1.7,4.8,4.9,4.8,8.4C21.2,14.9,19.3,18.2,16.3,19.9z"/>
13
+ <path class="st0" d="M18.9,14l-2.1-1.4c0.4-0.6,0.9-1.6,0.9-2.6c0-1.1-0.3-1.9-0.9-2.4c-0.7-0.7-1.6-0.7-1.6-0.7c0,0-0.4,0-0.8,0.1
14
+ c-0.2-0.5-0.5-0.9-0.8-1.3c-0.9-0.9-2.1-0.9-2.1-0.9c0,0-1.2,0-2.2,0.9C9,6.1,8.7,6.5,8.5,7C8.2,6.9,7.8,6.9,7.8,6.9
15
+ c-0.1,0-1,0-1.7,0.7C5.6,8.1,5.3,8.9,5.3,10c0,1,0.5,1.9,0.9,2.6L4.1,14c-0.7,0.4-0.8,1.3-0.4,2c0.8,1.3,1.9,2.4,3.3,3.2
16
+ c1.4,0.8,3,1.2,4.6,1.2s3.2-0.4,4.6-1.2c1.3-0.8,2.5-1.9,3.3-3.2C19.8,15.3,19.6,14.4,18.9,14z M18.3,15.3
17
+ c-0.7,1.1-1.7,2.1-2.8,2.7c-2.4,1.4-5.5,1.4-7.9,0c-1.1-0.7-2.1-1.6-2.8-2.7c0-0.1,0-0.2,0.1-0.2l2.1-1.4c0.6-0.4,0.8-1.1,0.4-1.7
18
+ C7,11.5,6.6,10.7,6.6,10c0-0.7,0.2-1.2,0.5-1.5c0.3-0.3,0.7-0.3,0.8-0.3c0,0,0.2,0,0.4,0.1c0,0.2,0,0.4,0,0.7
19
+ c0,1.4,0.7,2.7,1.3,3.6c0,0.1-0.1,0.2-0.1,0.2c0,0,0,0-0.1,0.1l-2.6,2.3c-0.3,0.2-0.3,0.6-0.1,0.9c0.2,0.3,0.6,0.3,0.9,0.1l2.6-2.3
20
+ c0.7-0.5,0.9-1.3,0.4-2c-0.4-0.6-1.1-1.7-1.1-2.8c0-1,0.2-1.8,0.7-2.3c0.5-0.5,1.2-0.5,1.3-0.5c0,0,0.7,0,1.2,0.5
21
+ c0.5,0.5,0.7,1.2,0.7,2.3c0,1.1-0.7,2.2-1.1,2.8c-0.4,0.6-0.3,1.4,0.4,2l2.8,2.3c0.1,0.1,0.3,0.1,0.4,0.1c0.2,0,0.4-0.1,0.5-0.2
22
+ c0.2-0.3,0.2-0.7-0.1-0.9l-2.9-2.4c-0.1-0.1-0.2-0.2-0.2-0.2c0.6-0.9,1.3-2.2,1.3-3.6c0-0.2,0-0.5,0-0.7c0.2-0.1,0.5-0.1,0.5-0.1
23
+ c0,0,0.4,0,0.8,0.3c0.3,0.3,0.5,0.8,0.5,1.5c0,0.7-0.5,1.5-0.7,1.9c-0.4,0.6-0.2,1.3,0.4,1.7l2.1,1.4
24
+ C18.3,15.1,18.3,15.2,18.3,15.3z"/>
25
+ </g>
26
+ <g id="Layer_2">
27
+ </g>
28
+ </svg>
@@ -24,6 +24,7 @@
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/connect" class="connect">Heroku Connect</a></li>
26
26
  <li><a href="https://www.heroku.com/enterprise" class="enterprise">Heroku Enterprise</a></li>
27
+ <li><a href="https://www.heroku.com/teams" class="teams">Heroku Teams</a></li>
27
28
  </ul>
28
29
  </li>
29
30
  <li class="has-dropdown">
@@ -17,19 +17,20 @@
17
17
  <li class="has-dropdown">
18
18
  <a href="https://www.heroku.com/products">Products</a>
19
19
  <ul class="dropdown">
20
- <li><a class="has-icon platform" href="https://www.heroku.com/platform">Heroku Platform</a></li>
21
- <li><a class="has-icon postgres" href="https://www.heroku.com/postgres">Heroku Postgres</a></li>
22
- <li><a class="has-icon redis" href="https://www.heroku.com/redis">Heroku Redis</a></li>
23
- <li><a class="has-icon connect" href="https://www.heroku.com/connect">Heroku Connect</a></li>
24
- <li><a class="has-icon enterprise" href="https://www.heroku.com/enterprise">Heroku Enterprise</a></li>
20
+ <li><a class="bookends-icon platform" href="https://www.heroku.com/platform">Heroku Platform</a></li>
21
+ <li><a class="bookends-icon postgres" href="https://www.heroku.com/postgres">Heroku Postgres</a></li>
22
+ <li><a class="bookends-icon redis" href="https://www.heroku.com/redis">Heroku Redis</a></li>
23
+ <li><a class="bookends-icon connect" href="https://www.heroku.com/connect">Heroku Connect</a></li>
24
+ <li><a class="bookends-icon enterprise" href="https://www.heroku.com/enterprise">Heroku Enterprise</a></li>
25
+ <li><a class="bookends-icon teams" href="https://www.heroku.com/teams">Heroku Teams</a></li>
25
26
  </ul>
26
27
  </li>
27
28
  <li class="has-dropdown">
28
29
  <a href="https://elements.heroku.com">Elements</a>
29
30
  <ul class="dropdown">
30
- <li><a class="has-icon addons" href="https://elements.heroku.com/addons">Add-ons</a></li>
31
- <li><a class="has-icon buttons" href="https://elements.heroku.com/buttons">Buttons</a></li>
32
- <li><a class="has-icon buildpacks" href="https://elements.heroku.com/buildpacks">Buildpacks</a></li>
31
+ <li><a class="bookends-icon addons" href="https://elements.heroku.com/addons">Add-ons</a></li>
32
+ <li><a class="bookends-icon buttons" href="https://elements.heroku.com/buttons">Buttons</a></li>
33
+ <li><a class="bookends-icon buildpacks" href="https://elements.heroku.com/buildpacks">Buildpacks</a></li>
33
34
  </ul>
34
35
  </li>
35
36
  <li><a id="pricing-head" href="https://www.heroku.com/pricing">Pricing</a></li>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "2.4.2"
2
+ VERSION = "2.4.3"
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.4.2
4
+ version: 2.4.3
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-05-31 00:00:00.000000000 Z
11
+ date: 2016-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -250,6 +250,7 @@ files:
250
250
  - lib/bookends/templates/icons/platform.svg
251
251
  - lib/bookends/templates/icons/postgres.svg
252
252
  - lib/bookends/templates/icons/redis.svg
253
+ - lib/bookends/templates/icons/teams.svg
253
254
  - lib/bookends/templates/jekyll_header.html
254
255
  - lib/bookends/templates/js/header-turbolinks.js
255
256
  - lib/bookends/templates/js/header.js