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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb113dcba2982b055f3e2ce69690142db88a29d1
|
|
4
|
+
data.tar.gz: 99040be2a1b0124323657a4f945fc5744c5685b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bfdb72a171a55b85cda30c4b0318140f8e4b5107c025f47dc44478420e19a972cf7da2d6afc3435c378ddda367f8e011308f53cf18a126d1593e5f1947c45c1
|
|
7
|
+
data.tar.gz: f5a6e5b88b8f0553930731415a1750fc08832371cf8ae373bbea767d892dbc67e33742b9653183f6151b06abb68df5d48319f18be976e983767f6436912393f8
|
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
<nav class="col">
|
|
5
5
|
<h4>Products</h4>
|
|
6
6
|
<ul>
|
|
7
|
-
<li><a href="
|
|
8
|
-
<li><a href="
|
|
9
|
-
<li><a href="
|
|
10
|
-
<li><a href="
|
|
11
|
-
<li><a href="
|
|
12
|
-
<li><a href="
|
|
13
|
-
<li><a href="
|
|
14
|
-
<li><a href="
|
|
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="
|
|
21
|
-
<li><a href="
|
|
22
|
-
<li><a href="
|
|
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="
|
|
29
|
-
<li><a href="
|
|
30
|
-
<li><a href="
|
|
31
|
-
<li><a href="
|
|
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="
|
|
41
|
-
<li><a href="
|
|
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="
|
|
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="
|
|
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
|
©
|
|
92
|
-
<script type="text/javascript"
|
|
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="
|
|
97
|
-
<li><a href="
|
|
98
|
-
<li><a href="
|
|
99
|
-
<li><a href="
|
|
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.
|
|
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="
|
|
18
|
+
<a href="<%= Bookends::Config.host_www %>/products">Products</a>
|
|
19
19
|
<ul class="dropdown">
|
|
20
|
-
<li><a class="bookends-icon platform" href="
|
|
21
|
-
<li><a class="bookends-icon postgres" href="
|
|
22
|
-
<li><a class="bookends-icon redis" href="
|
|
23
|
-
<li><a class="bookends-icon connect" href="
|
|
24
|
-
<li><a class="bookends-icon enterprise" href="
|
|
25
|
-
<li><a class="bookends-icon teams" href="
|
|
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="
|
|
29
|
+
<a href="<%= Bookends::Config.host_elements %>">Elements</a>
|
|
30
30
|
<ul class="dropdown">
|
|
31
|
-
<li><a class="bookends-icon addons" href="
|
|
32
|
-
<li><a class="bookends-icon buttons" href="
|
|
33
|
-
<li><a class="bookends-icon buildpacks" href="
|
|
34
|
-
<li><a class="bookends-icon elements" href="
|
|
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="
|
|
38
|
-
<li><a id="doc-head" href="
|
|
39
|
-
<li><a href="
|
|
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="
|
|
47
|
-
<li><a href="
|
|
48
|
-
<li><a href="
|
|
49
|
-
<li><a href="
|
|
50
|
-
<li><a href="
|
|
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="
|
|
57
|
-
<li><a href="
|
|
58
|
-
<li><a href="
|
|
59
|
-
<li><a href="
|
|
60
|
-
<li><a href="
|
|
61
|
-
<li><a href="
|
|
62
|
-
<li><a href="
|
|
63
|
-
<li><a href="
|
|
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="
|
|
98
|
-
<a class="glostick__menu__item glostick__menu__item--docs" href="
|
|
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>
|
data/lib/bookends/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|
|
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:
|
|
168
|
+
version: 3.0.0
|
|
169
169
|
- !ruby/object:Gem::Dependency
|
|
170
170
|
name: sqlite3
|
|
171
171
|
requirement: !ruby/object:Gem::Requirement
|