turbo-rails 0.5.6 → 0.5.7

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: 46e3c3f3a3e5ca9ce8fa61f1dc4736a049d042f2f88ca05a1dd2214be41dc787
4
- data.tar.gz: c8f12c5aa54df4f9bedb6e61105db5f4505e1ac233530c8438c38440ccc09664
3
+ metadata.gz: bde12fe28a415f37f7000160bfe9577c066d0a450b2a8b3a072acb11a620f229
4
+ data.tar.gz: 06e64c67ade4fa00e7ba13eabf31e3f78fef72e8e9faedd66861b0d370c9e94e
5
5
  SHA512:
6
- metadata.gz: 3d6f250e4f2cb9da7ce3aaba9f4635eb559759ea3bcb7da736190c916a8d62dd31d0e55f226890a7239f6ae25b1274a92e7e03cae3e34c9198e2ef1cd8c4d2ed
7
- data.tar.gz: c329e9503d82ec135ca670addadbaae27f491bb9629cf3df35325bf4e27be2ea95cd8bb981314ab6a6f0f152d53338da25743af00afb7971cb0d79214acb257d
6
+ metadata.gz: d18cfb444d1511997d07d15e6696ef4a22dafef448ddbe21b0037c60c1b565ab4a24a623393dd9dbadb8685336f0fd6487d0350d4895d336b041b5d07bca7f66
7
+ data.tar.gz: 1e094bc98631469c394117c65f8e73387c577c4d3e1fdfa329c9bf5ef3f5fd62ea7ba0a4efc394f8696e087f8f06c8870e7fe1ab4066bbe1049f659f22aa8163
@@ -11,7 +11,7 @@ if APPLICATION_LAYOUT_PATH.exist?
11
11
 
12
12
  if IMPORTMAP_PATH.exist?
13
13
  say "Add Turbo to importmap"
14
- insert_into_file IMPORTMAP_PATH, %( "turbo": "<%= asset_path "turbo" %>",\n), after: / "imports": {\n/
14
+ insert_into_file IMPORTMAP_PATH, %( "turbo": "<%= asset_path "turbo" %>",\n), after: / "imports": {\s*\n/
15
15
  end
16
16
  else
17
17
  say "Add Turbo include tags in application layout"
@@ -1,3 +1,3 @@
1
1
  module Turbo
2
- VERSION = "0.5.6"
2
+ VERSION = "0.5.7"
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.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Stephenson