bookends 3.2.0 → 3.3.0.beta1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b55cc233e077069b605c7c6539136824c6ddda3
4
- data.tar.gz: ded73a0965b729569c9a967caf876dce670892da
3
+ metadata.gz: 7282b02b0c110ebf7a855ffd362c000068fa590a
4
+ data.tar.gz: 26f30404545463c2bb74ecffa68dc8925c096727
5
5
  SHA512:
6
- metadata.gz: 3ada4b8d45eb0e189c5a2ecaa7c93a7f536a53cbbcbe9bece0347e825995af743544151bbd1d9600a6619a7a51af934a8fed16cbac7500d2311061458ce8a742
7
- data.tar.gz: 8886ac99e4110956f80573a6bed7b399eb0e5d4d1c231fe20f9c09f0bae8058666b9fc3da18ac9f0da54504d095b8a5353011f9116a3d2866da9d79c558eac94
6
+ metadata.gz: 7cb0ff4ddb62e4134cd4633d191d29297f4c7f91699c52f9d04be1a4c86fbbfdaa9c9fe64534776af82b446cd7b81fa61a012b4a23925dbc5fb742ff4cef82a4
7
+ data.tar.gz: 1d5d0301cfdf4b97fd50ffafcea757af4348a721554659120557630e3364a30ea3d896227e83ebb5f7b66be4944635ecbfc1d62fd2cc2316733d2e764e24fe37
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:none;stroke:#876AAA;stroke-width:1.5;stroke-miterlimit:10;}
7
+ </style>
8
+ <g>
9
+ <g>
10
+ <circle class="st0" cx="18.2" cy="4.6" r="2.4"/>
11
+ <line class="st0" x1="15.9" y1="4.6" x2="2.4" y2="4.6"/>
12
+ </g>
13
+ <g>
14
+ <circle class="st0" cx="8.1" cy="11.5" r="2.4"/>
15
+ <line class="st0" x1="5.8" y1="11.5" x2="2.4" y2="11.5"/>
16
+ </g>
17
+ <g>
18
+ <circle class="st0" cx="13.1" cy="18.4" r="2.4"/>
19
+ <line class="st0" x1="10.7" y1="18.4" x2="2.4" y2="18.4"/>
20
+ </g>
21
+ <line class="st0" x1="15.4" y1="18.4" x2="20.6" y2="18.4"/>
22
+ <line class="st0" x1="10.5" y1="11.5" x2="20.6" y2="11.5"/>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:none;stroke:#876AAA;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
7
+ .st1{fill:none;stroke:#876AAA;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
8
+ </style>
9
+ <g>
10
+ <path class="st0" d="M3.9,5.5l6.1-3.5c0.9-0.5,2-0.5,2.9,0l6.1,3.5C19.9,6,20.5,6.9,20.5,8v7c0,1-0.6,2-1.4,2.5l-6.1,3.5
11
+ c-0.9,0.5-2,0.5-2.9,0l-6.1-3.5C3.1,17,2.5,16.1,2.5,15V8C2.5,6.9,3.1,6,3.9,5.5z"/>
12
+ <g>
13
+ <polyline class="st1" points="2.5,13.4 7.8,16.2 11.5,11.5 13.8,14.3 16.4,14.3 20.5,10.3 "/>
14
+ <polyline class="st1" points="2.5,8.6 7.7,11.2 11.2,7.1 13.5,9.6 16,6.4 19.8,6.1 "/>
15
+ </g>
16
+ </g>
17
+ </svg>
@@ -280,6 +280,12 @@
280
280
  &.platform:before {
281
281
  background-image: asset-url('bookends/icons/platform.svg');
282
282
  }
283
+ &.dx:before {
284
+ background-image: asset-url('bookends/icons/dx.svg');
285
+ }
286
+ &.opex:before {
287
+ background-image: asset-url('bookends/icons/opex.svg');
288
+ }
283
289
  &.postgres:before {
284
290
  background-image: asset-url('bookends/icons/postgres.svg');
285
291
  }
@@ -17,7 +17,12 @@
17
17
  <li class="has-dropdown">
18
18
  <a href="<%= Bookends::Config.host_www %>/products">Products</a>
19
19
  <ul class="dropdown">
20
- <li><a class="bookends-icon platform" href="<%= Bookends::Config.host_www %>/platform">Heroku Platform</a></li>
20
+ <li class="has-dropdown"><a class="bookends-icon platform" href="<%= Bookends::Config.host_www %>/platform">Heroku Platform</a>
21
+ <ul class="dropdown">
22
+ <li><a class="bookends-icon dx" href="<%= Bookends::Config.host_www %>/dx">Heroku DX</a></li>
23
+ <li><a class="bookends-icon opex" href="<%= Bookends::Config.host_www %>/platform/opex">Heroku OpEx</a></li>
24
+ </ul>
25
+ </li>
21
26
  <li><a class="bookends-icon postgres" href="<%= Bookends::Config.host_www %>/postgres">Heroku Postgres</a></li>
22
27
  <li><a class="bookends-icon redis" href="<%= Bookends::Config.host_www %>/redis">Heroku Redis</a></li>
23
28
  <li><a class="bookends-icon kafka" href="<%= Bookends::Config.host_www %>/kafka">Kafka on Heroku</a></li>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '3.2.0'.freeze
2
+ VERSION = '3.3.0.beta1'.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: 3.2.0
4
+ version: 3.3.0.beta1
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-12-27 00:00:00.000000000 Z
11
+ date: 2017-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -237,9 +237,11 @@ files:
237
237
  - app/assets/images/bookends/icons/buildpacks.svg
238
238
  - app/assets/images/bookends/icons/buttons.svg
239
239
  - app/assets/images/bookends/icons/connect.svg
240
+ - app/assets/images/bookends/icons/dx.svg
240
241
  - app/assets/images/bookends/icons/elements-information.svg
241
242
  - app/assets/images/bookends/icons/enterprise.svg
242
243
  - app/assets/images/bookends/icons/kafka.svg
244
+ - app/assets/images/bookends/icons/opex.svg
243
245
  - app/assets/images/bookends/icons/platform.svg
244
246
  - app/assets/images/bookends/icons/postgres.svg
245
247
  - app/assets/images/bookends/icons/redis.svg
@@ -296,9 +298,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
296
298
  version: '0'
297
299
  required_rubygems_version: !ruby/object:Gem::Requirement
298
300
  requirements:
299
- - - ">="
301
+ - - ">"
300
302
  - !ruby/object:Gem::Version
301
- version: '0'
303
+ version: 1.3.1
302
304
  requirements: []
303
305
  rubyforge_project:
304
306
  rubygems_version: 2.4.8