turbo-rails 0.8.2 → 0.8.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: 44110a857a5e33eabc67331969cd39358dfc4a47ad0ffbce7e948ba2b29ea7ca
4
- data.tar.gz: 3acfe3758be58ee628a3c74ceda13bb231bafed4d7692d42410566b148218a7a
3
+ metadata.gz: 1681a1e01d657f4fed1739188baa9e7d3b814f1eb0bd5a06c5f9ad37333c4904
4
+ data.tar.gz: b3e709240debbea7165dd965f45e072b145d46ab5ef85d995ffe067374412381
5
5
  SHA512:
6
- metadata.gz: 8b2f35763464736733b817c718603e09bd2208cb5ec5523b7b42dac925617908d40bb574a0cfa855553eed835e897b0bb98650b70ade5dbbc5267618c6782d42
7
- data.tar.gz: 5bd55a0bac8945cb99e406ef8b862af692109786e3b7afe6b8af1f7a7ce24c0f5b8efce27f75c9ddf1def964724969fbd241ab0a934ca26d336c4df857bb8e8f
6
+ metadata.gz: fceb378c54622d4ab14b594b9330095b88033a524c7bc55fa03c20f97ac9f8fa50af1cc3ae9907f64556c22503266c65c8042f25f6d51e87689bee755394db60
7
+ data.tar.gz: 41698b626b9f601112aa688a1ca218bc79181dc66579e6168cd0f724f6d82c788f2bbe9b90d12bbcc7df7a8e520bddfc48dbfbc0434c0e668f2c87212dcd1651
@@ -2,4 +2,4 @@ say "Import Turbo"
2
2
  append_to_file "app/javascript/application.js", %(import "@hotwired/turbo-rails"\n)
3
3
 
4
4
  say "Pin Turbo"
5
- append_to_file "config/importmap.rb", %(pin "@hotwired/turbo-rails", to: "turbo.js"\n)
5
+ append_to_file "config/importmap.rb", %(pin "@hotwired/turbo-rails", to: "turbo.js", preload: true\n)
data/lib/turbo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Turbo
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stephenson
8
8
  - Javan Mahkmali
9
9
  - David Heinemeier Hansson
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
  date: 2021-11-05 00:00:00.000000000 Z
@@ -26,7 +26,7 @@ dependencies:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  version: 6.0.0
29
- description:
29
+ description:
30
30
  email: david@loudthinking.com
31
31
  executables: []
32
32
  extensions: []
@@ -69,7 +69,7 @@ homepage: https://github.com/hotwired/turbo-rails
69
69
  licenses:
70
70
  - MIT
71
71
  metadata: {}
72
- post_install_message:
72
+ post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths:
75
75
  - lib
@@ -84,8 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
- rubygems_version: 3.1.4
88
- signing_key:
87
+ rubygems_version: 3.2.22
88
+ signing_key:
89
89
  specification_version: 4
90
90
  summary: The speed of a single-page web application without having to write any JavaScript.
91
91
  test_files: []