bookends 10.4.2 → 10.4.3

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: 03335e196da74da3e7401944bab65470f0f366c27fd7e4c4c14a051dc614d529
4
- data.tar.gz: 78456f8cb55a7be20b8276a40886587af7094cc6936b249ea6daed38b619e4c8
3
+ metadata.gz: 9fff1abb5c6dda93b25f5e3d40cdc7cf952612a6b8585eaa257b01634c1f71ec
4
+ data.tar.gz: d726a5a75f5a2b81d507dbcc42fd239642d5fea0870d11bec950d5be276513d8
5
5
  SHA512:
6
- metadata.gz: c8b2d6ae70acf95b2922861e228eda8289747f536b1c9c97c51ddea8006ee3f632862b3dec4c3fcdecd2fb17e1c7cacbc8ac455b909a37a75b5d2caf2b079c40
7
- data.tar.gz: f743132457ea108b9ae878bf24692b7c60202ffd4bf2fb08a94b1abb16473a64257d3c5f27492b36df2e039608b511ca1ed9ae8e820dda7d9b3754de2a1b3e1d
6
+ metadata.gz: bf739b8240dba09022400eb2db826d53c71a2a3f212dff0423615c9822a8417d05b712147198cf4d055907b648df3612ed9379a5ba5d78fedb4d8d45415c00a0
7
+ data.tar.gz: db57a3e1c2d8df4801e1f95b7f0a92c5073345ded11121e1b7f008d8b92c0767a7bc4fedbb544754a64fa8fe23a9a439f9a23bc36469b5ac7011a474b7e1df93
data/README.md CHANGED
@@ -40,8 +40,8 @@ There's a [legacy branch](https://github.com/heroku/bookends/tree/legacy) with b
40
40
 
41
41
  ### Spin up
42
42
 
43
- After checking out the repo, run `bin/setup` to install dependencies. Then, run
44
- `rake` to run the tests.
43
+ After checking out the repo, run `bundle install` to install dependencies. Then, run
44
+ `bin/test` to run the tests.
45
45
 
46
46
  ### Install and release
47
47
 
@@ -7,7 +7,7 @@
7
7
  <li><a href="<%= Bookends::Config.host_www %>/platform">Heroku Platform</a></li>
8
8
  <li><a href="<%= Bookends::Config.host_www %>/managed-data-services">Heroku Data Services</a></li>
9
9
  <li><a href="<%= Bookends::Config.host_www %>/postgres">Heroku Postgres</a></li>
10
- <li><a href="<%= Bookends::Config.host_www %>/redis">Heroku Data for Redis</a></li>
10
+ <li><a href="<%= Bookends::Config.host_www %>/redis">Heroku Key-Value Store</a></li>
11
11
  <li><a href="<%= Bookends::Config.host_www %>/kafka">Apache Kafka on Heroku</a></li>
12
12
  <li><a href="<%= Bookends::Config.host_www %>/enterprise">Heroku Enterprise</a></li>
13
13
  <li><a href="<%= Bookends::Config.host_www %>/private-spaces">Heroku Private Spaces</a></li>
@@ -42,7 +42,7 @@
42
42
  <a class="bookends-icon data" href="<%= Bookends::Config.host_www %>/managed-data-services">Heroku Data Services</a>
43
43
  <ul class="dropdown wide">
44
44
  <li><a class="bookends-icon postgres" href="<%= Bookends::Config.host_www %>/postgres">Heroku Postgres</a></li>
45
- <li><a class="bookends-icon redis" href="<%= Bookends::Config.host_www %>/redis">Heroku Data for Redis</a></li>
45
+ <li><a class="bookends-icon redis" href="<%= Bookends::Config.host_www %>/redis">Heroku Key-Value Store</a></li>
46
46
  <li><a class="bookends-icon kafka" href="<%= Bookends::Config.host_www %>/kafka">Apache Kafka on Heroku</a></li>
47
47
  </ul>
48
48
  </li>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '10.4.2'.freeze
2
+ VERSION = '10.4.3'.freeze
3
3
  end
Binary file
@@ -50,3 +50,28 @@ Started GET "/assets/bookends/icons/dx-46de6c709a167e769b35d1dabb30078e761882868
50
50
  Started GET "/assets/bookends/icons/flow-c1a2107f2621886c3828156e757a18b5d434748b15ece0e0ac5e168e8e773c6d.svg" for ::1 at 2024-08-28 17:02:37 -0400
51
51
  Started GET "/assets/application.js-43189b63d7a07b138b241bbd1f7d309c189c9f8f2d6ea90beda362040c3a092c.map" for ::1 at 2024-08-28 17:04:52 -0400
52
52
  Started GET "/assets/application.css-0268f4b5996056b70dd94911b9bb6ca9113deaa9b56f8dcb47c0eee1aae77322.map" for ::1 at 2024-08-28 17:04:52 -0400
53
+ Started GET "/" for ::1 at 2024-09-03 17:34:57 -0400
54
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
55
+ Processing by HomeController#index as HTML
56
+ Rendering layout layouts/application.html.erb
57
+ Rendering home/index.html.erb within layouts/application
58
+ Rendered home/index.html.erb within layouts/application (Duration: 0.2ms | GC: 0.0ms)
59
+ Rendered /Users/jheikes/MWO/bookends/app/views/bookends/_header.html.erb (Duration: 3.7ms | GC: 0.3ms)
60
+ Rendered /Users/jheikes/MWO/bookends/app/views/bookends/_footer.html.erb (Duration: 3.3ms | GC: 0.0ms)
61
+ Rendered layout layouts/application.html.erb (Duration: 330.9ms | GC: 11.9ms)
62
+ Completed 200 OK in 336ms (Views: 335.9ms | ActiveRecord: 0.0ms (0 queries, 0 cached) | GC: 11.9ms)
63
+
64
+
65
+ Started GET "/assets/application.debug-c3760df2707aa5dc14440d64a9a1c1be2bc61354a91b4024ce6bd3d799b42bc0.css" for ::1 at 2024-09-03 17:34:58 -0400
66
+ Started GET "/assets/application.debug-72cd21adf6f5864c15741f81d7fb3aae90833918ed4a80ea5d7448ebf2eaea8d.js" for ::1 at 2024-09-03 17:34:58 -0400
67
+ Started GET "/assets/logo-cc1cc66147c7065ba0a433db003ff5c736b5e6d2da1578df51e01cf4270296b3.svg" for ::1 at 2024-09-03 17:34:58 -0400
68
+ Started GET "/assets/bookends/icons/data-83f0d9e649f1b51bff27d15e9d71ac7905b3f6fdcdef238c8b42ee99d08c298f.svg" for ::1 at 2024-09-03 17:34:58 -0400
69
+ Started GET "/assets/bookends/icons/sales-icon-8262dd893a04a1cf1f32e845309910fd519c46f6690d5479def1b49f538612e9.svg" for ::1 at 2024-09-03 17:34:58 -0400
70
+ Started GET "/assets/bookends/icons/service-icon-8b84fdb78a5a193945ee8bd10ed105e1f6e0704640d5d5b673634c2ae04b0133.svg" for ::1 at 2024-09-03 17:34:58 -0400
71
+ Started GET "/assets/bookends/footer/privacy-557d318937022f16a06e94a07ea8440764787ff7b36978e7d98c182c9dc22646.png" for ::1 at 2024-09-03 17:34:58 -0400
72
+ Started GET "/assets/bookends/icons/marketing-icon-918b28fef014c3b121e0654135752a07ab47c02f0eedf2f8e991c3566438f3e3.svg" for ::1 at 2024-09-03 17:34:58 -0400
73
+ Started GET "/assets/bentonsans-regular-f396509f8f2c812b50eeef1f25f727d9f89fc25218f7b6e9f5768c5994f26571.woff2" for ::1 at 2024-09-03 17:34:58 -0400
74
+ Started GET "/assets/bentonsans-medium-3511cc00701faacf5847b1e412bc8e8a0f123adaab94fe8e86674b921e838672.woff2" for ::1 at 2024-09-03 17:34:58 -0400
75
+ Started GET "/assets/bentonsans-book-ed37c8dde7c639f7b195ca164afeed31a5c651dcdd0126b0f6c640e9de8ec2a2.woff2" for ::1 at 2024-09-03 17:34:58 -0400
76
+ Started GET "/assets/bookends/footer/footer_sprite-f2e2cfb99b762240102f0affedc3055e8790ef89270041b668c3fec1d16e456a.png" for ::1 at 2024-09-03 17:34:58 -0400
77
+ Started GET "/assets/bookends/footer/salesforce-30511a3b0a45aee5803031142010349dd099d29d365e29713624f4600993f0e0.png" for ::1 at 2024-09-03 17:34:58 -0400
@@ -0,0 +1,56 @@
1
+ TRANSACTION (0.0ms) begin transaction
2
+ TRANSACTION (0.0ms) rollback transaction
3
+ TRANSACTION (0.0ms) begin transaction
4
+ TRANSACTION (0.0ms) rollback transaction
5
+ TRANSACTION (0.0ms) begin transaction
6
+ TRANSACTION (0.0ms) rollback transaction
7
+ TRANSACTION (0.0ms) begin transaction
8
+ TRANSACTION (0.0ms) rollback transaction
9
+ TRANSACTION (0.0ms) begin transaction
10
+ TRANSACTION (0.0ms) rollback transaction
11
+ TRANSACTION (0.0ms) begin transaction
12
+ TRANSACTION (0.0ms) rollback transaction
13
+ TRANSACTION (0.0ms) begin transaction
14
+ TRANSACTION (0.0ms) rollback transaction
15
+ TRANSACTION (0.0ms) begin transaction
16
+ TRANSACTION (0.1ms) rollback transaction
17
+ TRANSACTION (0.0ms) begin transaction
18
+ TRANSACTION (0.0ms) rollback transaction
19
+ TRANSACTION (0.0ms) begin transaction
20
+ TRANSACTION (0.0ms) 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
31
+ TRANSACTION (0.0ms) begin transaction
32
+ TRANSACTION (0.0ms) rollback transaction
33
+ TRANSACTION (0.0ms) begin transaction
34
+ TRANSACTION (0.0ms) rollback transaction
35
+ TRANSACTION (0.0ms) begin transaction
36
+ TRANSACTION (0.0ms) rollback transaction
37
+ TRANSACTION (0.0ms) begin transaction
38
+ TRANSACTION (0.0ms) rollback transaction
39
+ TRANSACTION (0.0ms) begin transaction
40
+ TRANSACTION (0.0ms) rollback transaction
41
+ TRANSACTION (0.0ms) begin transaction
42
+ TRANSACTION (0.0ms) rollback transaction
43
+ TRANSACTION (0.0ms) begin transaction
44
+ TRANSACTION (0.1ms) rollback transaction
45
+ TRANSACTION (0.0ms) begin transaction
46
+ TRANSACTION (0.0ms) rollback transaction
47
+ TRANSACTION (0.0ms) begin transaction
48
+ TRANSACTION (0.0ms) rollback transaction
49
+ TRANSACTION (0.0ms) begin transaction
50
+ TRANSACTION (0.0ms) rollback transaction
51
+ TRANSACTION (0.0ms) begin transaction
52
+ TRANSACTION (0.0ms) rollback transaction
53
+ TRANSACTION (0.0ms) begin transaction
54
+ TRANSACTION (0.0ms) rollback transaction
55
+ TRANSACTION (0.1ms) begin transaction
56
+ TRANSACTION (0.0ms) rollback transaction
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.4.2
4
+ version: 10.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: 2024-08-29 00:00:00.000000000 Z
11
+ date: 2024-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puma
@@ -160,14 +160,14 @@ dependencies:
160
160
  requirements:
161
161
  - - "~>"
162
162
  - !ruby/object:Gem::Version
163
- version: 4.1.2
163
+ version: 6.1.0
164
164
  type: :development
165
165
  prerelease: false
166
166
  version_requirements: !ruby/object:Gem::Requirement
167
167
  requirements:
168
168
  - - "~>"
169
169
  - !ruby/object:Gem::Version
170
- version: 4.1.2
170
+ version: 6.1.0
171
171
  - !ruby/object:Gem::Dependency
172
172
  name: sqlite3
173
173
  requirement: !ruby/object:Gem::Requirement
@@ -339,6 +339,7 @@ files:
339
339
  - spec/test_app/config/routes.rb
340
340
  - spec/test_app/config/secrets.yml
341
341
  - spec/test_app/db/development.sqlite3
342
+ - spec/test_app/db/test.sqlite3
342
343
  - spec/test_app/log/development.log
343
344
  - spec/test_app/log/test.log
344
345
  - spec/test_app/public/404.html
@@ -771,6 +772,7 @@ test_files:
771
772
  - spec/test_app/config/secrets.yml
772
773
  - spec/test_app/config.ru
773
774
  - spec/test_app/db/development.sqlite3
775
+ - spec/test_app/db/test.sqlite3
774
776
  - spec/test_app/log/development.log
775
777
  - spec/test_app/log/test.log
776
778
  - spec/test_app/public/404.html