bookends 3.0.0.beta3 → 3.0.0.beta4

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: f0643ebfa2d3a86e10c107baa7ee7974d3b4a73a
4
- data.tar.gz: 05d7fecded8f7407c431fcf7ed59f58cd91858bf
3
+ metadata.gz: bb113dcba2982b055f3e2ce69690142db88a29d1
4
+ data.tar.gz: 99040be2a1b0124323657a4f945fc5744c5685b1
5
5
  SHA512:
6
- metadata.gz: 4ca2bdf120c8c85c585869e0535922d75138768b7e3998f270b9fe40b5fed3f67ab3e91517ddc5994bf78305e6401fcec7c982fbea93275ecb5ad05c2dc10229
7
- data.tar.gz: 6dd7a8d078d32b2480c98bdf31cc5552fec652734229c666798f988100dca8c61e1be3fa97430c33883ada9b7c5c04ac07f81637bf0fa2ad025753f757bd684c
6
+ metadata.gz: 7bfdb72a171a55b85cda30c4b0318140f8e4b5107c025f47dc44478420e19a972cf7da2d6afc3435c378ddda367f8e011308f53cf18a126d1593e5f1947c45c1
7
+ data.tar.gz: f5a6e5b88b8f0553930731415a1750fc08832371cf8ae373bbea767d892dbc67e33742b9653183f6151b06abb68df5d48319f18be976e983767f6436912393f8
@@ -668,7 +668,7 @@
668
668
  a {
669
669
  @include hide-text;
670
670
  @include size(143px 40px);
671
- background-image: url(logo.svg);
671
+ background-image: asset-url('logo.svg');
672
672
  display: block;
673
673
  background-repeat: no-repeat;
674
674
  }
@@ -4,31 +4,31 @@
4
4
  <nav class="col">
5
5
  <h4>Products</h4>
6
6
  <ul>
7
- <li><a href="https://www.heroku.com/platform">Heroku Platform</a></li>
8
- <li><a href="https://www.heroku.com/connect">Heroku Connect</a></li>
9
- <li><a href="https://www.heroku.com/postgres">Heroku Postgres</a></li>
10
- <li><a href="https://www.heroku.com/redis">Heroku Redis</a></li>
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>
13
- <li><a href="https://elements.heroku.com/">Elements Marketplace</a></li>
14
- <li><a href="https://www.heroku.com/pricing">Pricing</a></li>
7
+ <li><a href="<%= Bookends::Config.host_www %>/platform">Heroku Platform</a></li>
8
+ <li><a href="<%= Bookends::Config.host_www %>/connect">Heroku Connect</a></li>
9
+ <li><a href="<%= Bookends::Config.host_www %>/postgres">Heroku Postgres</a></li>
10
+ <li><a href="<%= Bookends::Config.host_www %>/redis">Heroku Redis</a></li>
11
+ <li><a href="<%= Bookends::Config.host_www %>/enterprise">Heroku Enterprise</a></li>
12
+ <li><a href="<%= Bookends::Config.host_www %>/teams">Heroku Teams</a></li>
13
+ <li><a href="<%= Bookends::Config.host_elements %>/">Elements Marketplace</a></li>
14
+ <li><a href="<%= Bookends::Config.host_www %>/pricing">Pricing</a></li>
15
15
  </ul>
16
16
  </nav>
17
17
  <nav class="col">
18
18
  <h4>Resources</h4>
19
19
  <ul>
20
- <li><a href="https://devcenter.heroku.com/">Documentation</a></li>
21
- <li><a href="https://blog.heroku.com/">Blog</a></li>
22
- <li><a href="https://devcenter.heroku.com/start">Get Started</a></li>
20
+ <li><a href="<%= Bookends::Config.host_dev_center %>/">Documentation</a></li>
21
+ <li><a href="<%= Bookends::Config.host_blog %>/">Blog</a></li>
22
+ <li><a href="<%= Bookends::Config.host_dev_center %>/start">Get Started</a></li>
23
23
  </ul>
24
24
  </nav>
25
25
  <nav class="col">
26
26
  <h4>About</h4>
27
27
  <ul>
28
- <li><a href="https://www.heroku.com/about">About Us</a></li>
29
- <li><a href="https://www.heroku.com/what">What is Heroku</a></li>
30
- <li><a href="https://www.heroku.com/customers">Our Customers</a></li>
31
- <li><a href="https://www.heroku.com/careers">Careers</a></li>
28
+ <li><a href="<%= Bookends::Config.host_www %>/about">About Us</a></li>
29
+ <li><a href="<%= Bookends::Config.host_www %>/what">What is Heroku</a></li>
30
+ <li><a href="<%= Bookends::Config.host_www %>/customers">Our Customers</a></li>
31
+ <li><a href="<%= Bookends::Config.host_www %>/careers">Careers</a></li>
32
32
  <li><a href="https://partners.heroku.com/">Partners</a></li>
33
33
  </ul>
34
34
  </nav>
@@ -37,14 +37,14 @@
37
37
  <ul>
38
38
  <li><a href="https://help.heroku.com/">Help</a></li>
39
39
  <li><a href="https://status.heroku.com/">Status</a></li>
40
- <li><a href="https://www.heroku.com/critical">Critical Apps</a></li>
41
- <li><a href="https://www.heroku.com/contact">Contact</a></li>
40
+ <li><a href="<%= Bookends::Config.host_www %>/critical">Critical Apps</a></li>
41
+ <li><a href="<%= Bookends::Config.host_www %>/contact">Contact</a></li>
42
42
  </ul>
43
43
  </nav>
44
44
  </div>
45
45
  <div class="col heroku-footer-social">
46
46
  <h3><span class="heroku-footer-icon-newsletter"></span>Subscribe to our monthly newsletter</h3>
47
- <form id="bookends-newsletter" accept-charset="UTF-8" action="https://www.heroku.com/newsletter_signups" method="post">
47
+ <form id="bookends-newsletter" accept-charset="UTF-8" action="<%= Bookends::Config.host_www %>/newsletter_signups" method="post">
48
48
  <input name="utf8" type="hidden" value="✓">
49
49
  <input type="text" name="website" id="bookends-website" placeholder="do not fill this in" tabindex="-1">
50
50
  <input type="email" name="newsletter_signup[email]" id="newsletter_signup_email" placeholder="Your email address" required="required">
@@ -84,19 +84,19 @@
84
84
  <div class="tertiary">
85
85
  <div class="wrapper">
86
86
  <div class="col">
87
- <a href="https://www.heroku.com/home" title="heroku.com" class="sfdc-logo">Heroku is a <span></span> company</a>
87
+ <a href="<%= Bookends::Config.host_www %>/home" title="heroku.com" class="sfdc-logo">Heroku is a <span></span> company</a>
88
88
  </div>
89
89
  <div class="col">
90
90
  <p>
91
91
  &copy;
92
- <script type="text/javascript" data-turbolinks-eval=false> document.write(new Date().getFullYear()); </script>
92
+ <script type="text/javascript"> document.write(new Date().getFullYear()); </script>
93
93
  Salesforce.com
94
94
  </p>
95
95
  <ul>
96
- <li><a href="https://www.heroku.com/home">heroku.com</a></li>
97
- <li><a href="https://www.heroku.com/policy/tos">Terms of Service</a></li>
98
- <li><a href="https://www.heroku.com/policy/privacy">Privacy</a></li>
99
- <li><a href="https://www.heroku.com/policy/privacy#web_site_navigational_information">Cookies</a></li>
96
+ <li><a href="<%= Bookends::Config.host_www %>/home">heroku.com</a></li>
97
+ <li><a href="<%= Bookends::Config.host_www %>/policy/tos">Terms of Service</a></li>
98
+ <li><a href="<%= Bookends::Config.host_www %>/policy/privacy">Privacy</a></li>
99
+ <li><a href="<%= Bookends::Config.host_www %>/policy/privacy#web_site_navigational_information">Cookies</a></li>
100
100
  </ul>
101
101
  </div>
102
102
  </div>
@@ -10,57 +10,57 @@
10
10
 
11
11
  <div class="wrapper-full">
12
12
  <div id="logo">
13
- <a href="<%= Bookends::Config.logo_link %>">Heroku</a>
13
+ <a href="<%= Bookends::Config.host_www %>">Heroku</a>
14
14
  </div>
15
15
  <div class="nav-wrapper">
16
16
  <ul class="main-nav">
17
17
  <li class="has-dropdown">
18
- <a href="https://www.heroku.com/products">Products</a>
18
+ <a href="<%= Bookends::Config.host_www %>/products">Products</a>
19
19
  <ul class="dropdown">
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>
20
+ <li><a class="bookends-icon platform" href="<%= Bookends::Config.host_www %>/platform">Heroku Platform</a></li>
21
+ <li><a class="bookends-icon postgres" href="<%= Bookends::Config.host_www %>/postgres">Heroku Postgres</a></li>
22
+ <li><a class="bookends-icon redis" href="<%= Bookends::Config.host_www %>/redis">Heroku Redis</a></li>
23
+ <li><a class="bookends-icon connect" href="<%= Bookends::Config.host_www %>/connect">Heroku Connect</a></li>
24
+ <li><a class="bookends-icon enterprise" href="<%= Bookends::Config.host_www %>/enterprise">Heroku Enterprise</a></li>
25
+ <li><a class="bookends-icon teams" href="<%= Bookends::Config.host_www %>/teams">Heroku Teams</a></li>
26
26
  </ul>
27
27
  </li>
28
28
  <li class="has-dropdown">
29
- <a href="https://elements.heroku.com">Elements</a>
29
+ <a href="<%= Bookends::Config.host_elements %>">Elements</a>
30
30
  <ul class="dropdown">
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>
34
- <li><a class="bookends-icon elements" href="https://www.heroku.com/elements">About</a></li>
31
+ <li><a class="bookends-icon addons" href="<%= Bookends::Config.host_elements %>/addons">Add-ons</a></li>
32
+ <li><a class="bookends-icon buttons" href="<%= Bookends::Config.host_elements %>/buttons">Buttons</a></li>
33
+ <li><a class="bookends-icon buildpacks" href="<%= Bookends::Config.host_elements %>/buildpacks">Buildpacks</a></li>
34
+ <li><a class="bookends-icon elements" href="<%= Bookends::Config.host_www %>/elements">About</a></li>
35
35
  </ul>
36
36
  </li>
37
- <li><a id="pricing-head" href="https://www.heroku.com/pricing">Pricing</a></li>
38
- <li><a id="doc-head" href="https://devcenter.heroku.com">Documentation</a></li>
39
- <li><a href="https://www.heroku.com/support">Support</a></li>
37
+ <li><a id="pricing-head" href="<%= Bookends::Config.host_www %>/pricing">Pricing</a></li>
38
+ <li><a id="doc-head" href="<%= Bookends::Config.host_dev_center %>">Documentation</a></li>
39
+ <li><a href="<%= Bookends::Config.host_www %>/support">Support</a></li>
40
40
  <li class="has-dropdown">
41
41
  <a class="nav-more" href="#">More</a>
42
42
  <div class="dropdown more">
43
43
  <section class="more-resources">
44
44
  <span class="more-title">Additional Resources</span>
45
45
  <ul>
46
- <li><a href="https://www.heroku.com/what">What is Heroku?</a></li>
47
- <li><a href="https://www.heroku.com/help">Help</a></li>
48
- <li><a href="https://www.heroku.com/customers">Customers</a></li>
49
- <li><a href="https://www.heroku.com/careers">Careers</a></li>
50
- <li><a href="https://www.heroku.com/events">Events</a></li>
46
+ <li><a href="<%= Bookends::Config.host_www %>/what">What is Heroku?</a></li>
47
+ <li><a href="<%= Bookends::Config.host_www %>/help">Help</a></li>
48
+ <li><a href="<%= Bookends::Config.host_www %>/customers">Customers</a></li>
49
+ <li><a href="<%= Bookends::Config.host_www %>/careers">Careers</a></li>
50
+ <li><a href="<%= Bookends::Config.host_www %>/events">Events</a></li>
51
51
  </ul>
52
52
  </section>
53
53
  <section class="more-languages">
54
54
  <span class="more-title">Languages</span>
55
55
  <ul>
56
- <li><a href="https://www.heroku.com/nodejs">Node</a></li>
57
- <li><a href="https://www.heroku.com/ruby">Ruby</a></li>
58
- <li><a href="https://www.heroku.com/java">Java</a></li>
59
- <li><a href="https://www.heroku.com/php">PHP</a></li>
60
- <li><a href="https://www.heroku.com/python">Python</a></li>
61
- <li><a href="https://www.heroku.com/go">Go</a></li>
62
- <li><a href="https://www.heroku.com/scala">Scala</a></li>
63
- <li><a href="https://www.heroku.com/clojure">Clojure</a></li>
56
+ <li><a href="<%= Bookends::Config.host_www %>/nodejs">Node</a></li>
57
+ <li><a href="<%= Bookends::Config.host_www %>/ruby">Ruby</a></li>
58
+ <li><a href="<%= Bookends::Config.host_www %>/java">Java</a></li>
59
+ <li><a href="<%= Bookends::Config.host_www %>/php">PHP</a></li>
60
+ <li><a href="<%= Bookends::Config.host_www %>/python">Python</a></li>
61
+ <li><a href="<%= Bookends::Config.host_www %>/go">Go</a></li>
62
+ <li><a href="<%= Bookends::Config.host_www %>/scala">Scala</a></li>
63
+ <li><a href="<%= Bookends::Config.host_www %>/clojure">Clojure</a></li>
64
64
  </ul>
65
65
  </section>
66
66
  <section id="more-blog" class="more-blog">
@@ -94,8 +94,8 @@
94
94
  <a class="glostick__menu__item glostick__menu__item--dashboard" href="https://dashboard.heroku.com">Dashboard</a>
95
95
  <a class="glostick__menu__item glostick__menu__item--databases" href="https://postgres.heroku.com">Databases</a>
96
96
  <a class="glostick__menu__item glostick__menu__item--dataclips" href="https://dataclips.heroku.com">Dataclips</a>
97
- <a class="glostick__menu__item glostick__menu__item--elements" href="https://elements.heroku.com">Elements</a>
98
- <a class="glostick__menu__item glostick__menu__item--docs" href="https://devcenter.heroku.com">Documentation</a>
97
+ <a class="glostick__menu__item glostick__menu__item--elements" href="<%= Bookends::Config.host_elements %>">Elements</a>
98
+ <a class="glostick__menu__item glostick__menu__item--docs" href="<%= Bookends::Config.host_dev_center %>">Documentation</a>
99
99
  <a class="glostick__menu__item glostick__menu__item--support" href="https://support.heroku.com">Support</a>
100
100
  </div>
101
101
  </div>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = "3.0.0.beta3"
2
+ VERSION = "3.0.0.beta4"
3
3
  end
@@ -1,8 +1,16 @@
1
1
  production:
2
2
  logo_link: 'https://www.heroku.com/home'
3
+ host_www: 'https://www.heroku.com'
4
+ host_elements: 'https://elements.heroku.com'
5
+ host_blog: 'https://blog.heroku.com'
6
+ host_dev_center: 'https://devcenter.heroku.com'
3
7
 
4
8
  development: &development
5
9
  logo_link: '/'
10
+ host_www: '/'
11
+ host_elements: '/'
12
+ host_blog: '/'
13
+ host_dev_center: '/'
6
14
 
7
15
  test:
8
16
  <<: *development
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.0.0.beta3
4
+ version: 3.0.0.beta4
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-08-24 00:00:00.000000000 Z
11
+ date: 2016-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -156,16 +156,16 @@ dependencies:
156
156
  name: rspec
157
157
  requirement: !ruby/object:Gem::Requirement
158
158
  requirements:
159
- - - "~>"
159
+ - - ">="
160
160
  - !ruby/object:Gem::Version
161
- version: '0'
161
+ version: 3.0.0
162
162
  type: :development
163
163
  prerelease: false
164
164
  version_requirements: !ruby/object:Gem::Requirement
165
165
  requirements:
166
- - - "~>"
166
+ - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: '0'
168
+ version: 3.0.0
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: sqlite3
171
171
  requirement: !ruby/object:Gem::Requirement