bookends 10.2.4 → 10.2.5.alpha

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
  SHA256:
3
- metadata.gz: e693468ddcbeb199357628fb4f47566224ee582ce76d3888412df6153a3fcfaf
4
- data.tar.gz: 165e2387dc22c5ff0adda2175362934890b963f546b7b578723ba8cc428e6ab2
3
+ metadata.gz: 867bb582978003e2b21adccfa7de6a4077caea091c9718eddbe8e2805bb3907f
4
+ data.tar.gz: 101282ba4beffb2a0b38e40f1792326ab1b4f6de4a7625b15d5e5ac3de6731c7
5
5
  SHA512:
6
- metadata.gz: 26e4a435d56defaff1474c97bb1e81e64fbc5a73dc4b92c07357704d9e683a827f72a02a3a51b75b2e7b0f055e65963c4ec863ef6db9b61594e63a3ce609b5f6
7
- data.tar.gz: 99f489c656591bb584f48e076a6dd0ad52f04afa57ffb1c7cdcea4e10e2a11c46d3abfbd9f835bcdfe8ef1a8cd9a324311cdad56ddafe57516ddaad2ae53f8ae
6
+ metadata.gz: 77ed2ac2c97e5f2020e9638f292d0afa4420fa077627cd574c0767eb96f3d89e9e605dab33759aca27bf03b870d017d5d060573372b79b6dcedbd350c200d60f
7
+ data.tar.gz: e213076422085f610b78301c859bb89e93d38b0d13431cbe6b8e79baa5ddffbfafa3eb1f1174eb63f4ec244c97b330ead75294edeff92aebade26814f2634ec3
@@ -311,6 +311,9 @@ a.visuallyhidden.skip-link:focus {
311
311
  &.platform:before {
312
312
  background-image: asset-url('bookends/icons/platform.svg');
313
313
  }
314
+ &.salesforce-cloud:before {
315
+ background-image: asset-url('bookends/footer/salesforce.png');
316
+ }
314
317
  &.data:before {
315
318
  background-image: asset-url('bookends/icons/data.svg');
316
319
  }
@@ -357,6 +360,15 @@ a.visuallyhidden.skip-link:focus {
357
360
  &.shield:before {
358
361
  background-image: asset-url('bookends/icons/shield.svg');
359
362
  }
363
+ &.sales:before {
364
+ background-image: asset-url('bookends/icons/sales-icon.png');
365
+ }
366
+ &.service:before {
367
+ background-image: asset-url('bookends/icons/service-icon.png');
368
+ }
369
+ &.marketing:before {
370
+ background-image: asset-url('bookends/icons/marketing-icon.png');
371
+ }
360
372
  }
361
373
 
362
374
  .new-window-icon {
@@ -55,6 +55,14 @@
55
55
  </ul>
56
56
  </li>
57
57
  <li><a class="bookends-icon teams" href="<%= Bookends::Config.host_www %>/teams">Heroku Teams</a></li>
58
+ <li class="has-dropdown">
59
+ <a class="bookends-icon salesforce" href="https://www.salesforce.com/products/">Salesforce</a>
60
+ <ul class="dropdown wide">
61
+ <li><a class="bookends-icon sales-icon" href="https://www.salesforce.com/products/sales-cloud/overview/">Sales Cloud</a></li>
62
+ <li><a class="bookends-icon service-icon" href="https://www.salesforce.com/products/service-cloud/overview/">Service Cloud</a></li>
63
+ <li><a class="bookends-icon marketing-icon" href="https://www.salesforce.com/products/marketing-cloud/overview/">Marketing Cloud</a></li>
64
+ </ul>
65
+ </li>
58
66
  </ul>
59
67
  </li>
60
68
  <li class="has-dropdown">
@@ -0,0 +1,6 @@
1
+ begin
2
+ Bookends::Config.load! "#{Rails.root}/bookends-config.yml", env: Rails.env
3
+ rescue Errno::ENOENT
4
+ raise "You must have the file bookends-config.yml at #{Rails.root}"
5
+ end
6
+
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '10.2.4'.freeze
2
+ VERSION = '10.2.5.alpha'.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: 10.2.4
4
+ version: 10.2.5.alpha
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: 2022-08-01 00:00:00.000000000 Z
11
+ date: 2022-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -118,14 +118,14 @@ dependencies:
118
118
  requirements:
119
119
  - - "~>"
120
120
  - !ruby/object:Gem::Version
121
- version: 2.2.3
121
+ version: 2.3.19
122
122
  type: :development
123
123
  prerelease: false
124
124
  version_requirements: !ruby/object:Gem::Requirement
125
125
  requirements:
126
126
  - - "~>"
127
127
  - !ruby/object:Gem::Version
128
- version: 2.2.3
128
+ version: 2.3.19
129
129
  - !ruby/object:Gem::Dependency
130
130
  name: rake
131
131
  requirement: !ruby/object:Gem::Requirement
@@ -220,13 +220,16 @@ files:
220
220
  - app/assets/images/bookends/icons/enterprise.svg
221
221
  - app/assets/images/bookends/icons/flow.svg
222
222
  - app/assets/images/bookends/icons/kafka.svg
223
+ - app/assets/images/bookends/icons/marketing-icon.png
223
224
  - app/assets/images/bookends/icons/opex.svg
224
225
  - app/assets/images/bookends/icons/platform.svg
225
226
  - app/assets/images/bookends/icons/postgres.svg
226
227
  - app/assets/images/bookends/icons/redis.svg
227
228
  - app/assets/images/bookends/icons/runtime.svg
229
+ - app/assets/images/bookends/icons/sales-icon.png
228
230
  - app/assets/images/bookends/icons/search-sprite.png
229
231
  - app/assets/images/bookends/icons/search-sprite_2x.png
232
+ - app/assets/images/bookends/icons/service-icon.png
230
233
  - app/assets/images/bookends/icons/shield.svg
231
234
  - app/assets/images/bookends/icons/spaces.svg
232
235
  - app/assets/images/bookends/icons/teams.svg
@@ -270,6 +273,7 @@ files:
270
273
  - app/views/bookends/_header.html.erb
271
274
  - app/views/bookends/_preloads.html.erb
272
275
  - app/views/bookends/_search_page.html.erb
276
+ - config/initializers/bookends.rb
273
277
  - config/routes.rb
274
278
  - lib/bookends.rb
275
279
  - lib/bookends/config.rb
@@ -320,9 +324,6 @@ files:
320
324
  - spec/test_app/config/routes.rb
321
325
  - spec/test_app/config/secrets.yml
322
326
  - spec/test_app/db/development.sqlite3
323
- - spec/test_app/db/test.sqlite3
324
- - spec/test_app/log/development.log
325
- - spec/test_app/log/test.log
326
327
  - spec/test_app/public/404.html
327
328
  - spec/test_app/public/422.html
328
329
  - spec/test_app/public/500.html
@@ -341,11 +342,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
341
342
  version: '0'
342
343
  required_rubygems_version: !ruby/object:Gem::Requirement
343
344
  requirements:
344
- - - ">="
345
+ - - ">"
345
346
  - !ruby/object:Gem::Version
346
- version: '0'
347
+ version: 1.3.1
347
348
  requirements: []
348
- rubygems_version: 3.3.18
349
+ rubygems_version: 3.1.6
349
350
  signing_key:
350
351
  specification_version: 4
351
352
  summary: an engine to abstract common html/css elements across Heroku properties
@@ -391,10 +392,7 @@ test_files:
391
392
  - spec/test_app/public/422.html
392
393
  - spec/test_app/public/500.html
393
394
  - spec/test_app/public/404.html
394
- - spec/test_app/db/test.sqlite3
395
395
  - spec/test_app/db/development.sqlite3
396
- - spec/test_app/log/test.log
397
- - spec/test_app/log/development.log
398
396
  - spec/test_app/README.rdoc
399
397
  - spec/helpers/bookends/application_helper_spec.rb
400
398
  - spec/services/bookends/glostick_user_extractor_spec.rb
File without changes
File without changes
@@ -1,30 +0,0 @@
1
-  (1.1ms) SELECT sqlite_version(*)
2
- TRANSACTION (0.0ms) begin transaction
3
- TRANSACTION (0.0ms) rollback transaction
4
- TRANSACTION (0.0ms) begin transaction
5
- TRANSACTION (0.0ms) rollback transaction
6
- TRANSACTION (0.0ms) begin transaction
7
- TRANSACTION (0.0ms) rollback transaction
8
- TRANSACTION (0.0ms) begin transaction
9
- TRANSACTION (0.0ms) rollback transaction
10
- TRANSACTION (0.0ms) begin transaction
11
- TRANSACTION (0.0ms) rollback transaction
12
- TRANSACTION (0.0ms) begin transaction
13
- TRANSACTION (0.0ms) rollback transaction
14
- TRANSACTION (0.0ms) begin transaction
15
- TRANSACTION (0.0ms) rollback transaction
16
-  (1.0ms) SELECT sqlite_version(*)
17
- TRANSACTION (0.0ms) begin transaction
18
- TRANSACTION (0.0ms) rollback transaction
19
- TRANSACTION (0.0ms) begin transaction
20
- TRANSACTION (0.1ms) rollback transaction
21
- TRANSACTION (0.0ms) begin transaction
22
- TRANSACTION (0.0ms) rollback transaction
23
- TRANSACTION (0.0ms) begin transaction
24
- TRANSACTION (0.0ms) rollback transaction
25
- TRANSACTION (0.0ms) begin transaction
26
- TRANSACTION (0.0ms) rollback transaction
27
- TRANSACTION (0.0ms) begin transaction
28
- TRANSACTION (0.0ms) rollback transaction
29
- TRANSACTION (0.0ms) begin transaction
30
- TRANSACTION (0.0ms) rollback transaction