bookends 10.3.2 → 10.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bc424f04fc62c6d31b3258f0af24d2a0e2dae58f9ba40fd5453c44a277278c2
4
- data.tar.gz: f49998fbbe719a9b7330c7bf421d508eb1be2300758f7f4d70565c59633d777e
3
+ metadata.gz: abdaa64a1a0ff4f87022b6f7013213a8939bd515d50db9cd056b189c494c3658
4
+ data.tar.gz: a2d86d5da148835c3d3c7ca323dd248b7b23c2832874090678a7586d094279d8
5
5
  SHA512:
6
- metadata.gz: 834bf1ced0ec5adc3d22c6b1673d1e8570d57a3122f060dc611fe9561e952eeae5287603c265fce92b06d350e1a8908f7e812a4b8cddabc39db2c59ec1dd4904
7
- data.tar.gz: 2fe1a22e37fdd6b2042ec58df323558955816f48a96b4260aba7271a48b26111a63812ac412bd656eb555af9b885d6db02fc38e3a14493ad28c5f383f52c8e49
6
+ metadata.gz: 2ae33e3bfc47af582cf2f35415debc94db5cdb925ead5c4fb3b9217394084b8c4bbf2162c789f2a3fdee624806cb1bc8a741fee4cfa10e3a888d575938a66151
7
+ data.tar.gz: f5e0ab4b249c94252c9c975e8d7f8d9572c59f355c71a765a1503efc9cdb74e5215ef25ca80277f5af399b948948e3b59caabe052164aae548f37c0d884be1c1
@@ -108,7 +108,7 @@
108
108
  <section class="more-languages">
109
109
  <span class="more-title">Languages</span>
110
110
  <ul>
111
- <li><a href="<%= Bookends::Config.host_www %>/nodejs">Node</a></li>
111
+ <li><a href="<%= Bookends::Config.host_www %>/nodejs">Node.js</a></li>
112
112
  <li><a href="<%= Bookends::Config.host_www %>/ruby">Ruby</a></li>
113
113
  <li><a href="<%= Bookends::Config.host_www %>/java">Java</a></li>
114
114
  <li><a href="<%= Bookends::Config.host_www %>/php">PHP</a></li>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '10.3.2'.freeze
2
+ VERSION = '10.3.3'.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.3.2
4
+ version: 10.3.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: 2023-08-30 00:00:00.000000000 Z
11
+ date: 2023-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puma
@@ -339,7 +339,6 @@ 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
343
342
  - spec/test_app/public/404.html
344
343
  - spec/test_app/public/422.html
345
344
  - spec/test_app/public/500.html
@@ -408,7 +407,6 @@ test_files:
408
407
  - spec/test_app/config/secrets.yml
409
408
  - spec/test_app/config.ru
410
409
  - spec/test_app/db/development.sqlite3
411
- - spec/test_app/db/test.sqlite3
412
410
  - spec/test_app/public/404.html
413
411
  - spec/test_app/public/422.html
414
412
  - spec/test_app/public/500.html
File without changes