turbo-rails 0.7.0 → 0.7.1

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: d791adac758f16b877d9d7c1ed0706e9bb684ba6238f94c3a1de0dcc424b85d4
4
- data.tar.gz: 9a60a2a70b4b732687220f2cd209454b02a963a450af1ce07ff49708ad8bf0cd
3
+ metadata.gz: d693019f1ad4faadbaad84b55386d17aa4874d33be169d7641fdd4ac47ac0eb0
4
+ data.tar.gz: 01562da91f25cad722e92ece91c21a5280cd91cc61a8359510573bfb5d205454
5
5
  SHA512:
6
- metadata.gz: 2c76c8475cb8509f86208a3553e6561d6dcaec91198d226aa2c23a6b9d45c0615db36cab291b77b82001330c46de12923c817250aa93d2ba9e28bc37b5fbd4b1
7
- data.tar.gz: c78eb044de3328bb08edb26f552716df709913c640676ff1156ee878e956cc3d860f9a1f82fbe5889491182092563a83708dda4721db1747769b927fac1956a7
6
+ metadata.gz: 5d8c769812b11bfafa30a960aa65f78fb5a9b6c9b7eaafad62a88fc305169be864baaec58d9012f56cd5ec1fbd402382154fdb60a75708e77d0a102e254d0976
7
+ data.tar.gz: 13020b72abb6e42edd6cbf16af8ac5d84340c68f40197f37cebbb9ffc76c8fc3d9c0aba396986947539de051ee5029f6945e382a028053290cf905e566af0298
data/lib/turbo/engine.rb CHANGED
@@ -22,14 +22,14 @@ module Turbo
22
22
 
23
23
  initializer "turbo.assets" do
24
24
  if Rails.application.config.respond_to?(:assets)
25
- Rails.application.config.assets.precompile += %w( turbo )
25
+ Rails.application.config.assets.precompile += %w( turbo.js )
26
26
  end
27
27
  end
28
28
 
29
29
  initializer "turbo.importmap" do
30
30
  if Rails.application.config.respond_to?(:importmap)
31
31
  Rails.application.config.importmap.paths.tap do |paths|
32
- paths.asset "@hotwired/turbo-rails", path: "turbo"
32
+ paths.asset "@hotwired/turbo-rails", path: "turbo.js"
33
33
  end
34
34
  end
35
35
  end
data/lib/turbo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Turbo
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turbo-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stephenson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-08-10 00:00:00.000000000 Z
13
+ date: 2021-08-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails