vite_rails 3.0.10 → 3.0.11

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: ee2802ff9f648a2ed4246a3935a4ae4a4355cbd9b0f1a51a9b6e8e823e157d4d
4
- data.tar.gz: e2c5a2de870d53a6fdc7347199f054e3c2af4179f47b7d8556c33f6d3ef896af
3
+ metadata.gz: d5d0c675e4c826ddbaa033cb54f2e548fb0379bd84a75348e2e3459ac0c67a14
4
+ data.tar.gz: 6a16b9d34044669bbe681daa4f5b1617e80c6fd6b96a5fc18016905e30b4b855
5
5
  SHA512:
6
- metadata.gz: 78497ecb931cf3c7979bf09f4c035a8caef64f14eb397ac3ebd0221751a6e71f1175cb5421d1b353528f4089e9f0f849fc92ed43d6041f775a479c906a7c5690
7
- data.tar.gz: e0a2d4a9c9d546a7aa2001eb7a5ffba22b25b92f6c0d8c5d8999fe67b538aaedbf4e3fb29845f1da068f7f6c746cf7513b741b10b0cc50b28d434b02f9dbbdf1
6
+ metadata.gz: a369d365c6051075ce0c9eb90c5a661506b1db3317fbab9781e17804332d94f96119a21e1bff43da6cf142abdf04c5347af8f64ff8b2d3583a68ebdb85676f45
7
+ data.tar.gz: 2a568eaffe572f921a3a56af5012931d3a17cca9c991a80a8c64e8d1e128eedfc38e9a82c62170883d15f87a334793c787a392dd1fce048a28bc768a5c92754a
data/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
+ ## [3.0.11](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.0.10...vite_rails@3.0.11) (2022-08-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * use javascript_include_tag in vite_client_tag ([#238](https://github.com/ElMassimo/vite_ruby/issues/238)) ([3d8b366](https://github.com/ElMassimo/vite_ruby/commit/3d8b3668b2f43dacbaf09127fa67a27767e03ffe))
7
+
8
+
9
+
1
10
  ## [3.0.10](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@3.0.9...vite_rails@3.0.10) (2022-06-15)
2
11
 
3
12
 
4
13
  ### Bug Fixes
5
14
 
6
- * symbol error on rake enhance call ([#218](https://github.com/ElMassimo/vite_ruby/issues/218)) ([5507156](https://github.com/ElMassimo/vite_ruby/commit/550715624ceb39e1ea5e845e73dcaf5557caa66f)), closes [/github.com/ruby/rake/blob/master/lib/rake/task.rb#L116](https://github.com//github.com/ruby/rake/blob/master/lib/rake/task.rb/issues/L116)
15
+ * symbol error on rake enhance call ([#218](https://github.com/ElMassimo/vite_ruby/issues/218)) ([5507156](https://github.com/ElMassimo/vite_ruby/commit/550715624ceb39e1ea5e845e73dcaf5557caa66f))
7
16
 
8
17
 
9
18
 
@@ -6,7 +6,7 @@ module ViteRails::TagHelpers
6
6
  def vite_client_tag
7
7
  return unless src = vite_manifest.vite_client_src
8
8
 
9
- tag.script(src: src, type: 'module')
9
+ javascript_include_tag(src, type: 'module', extname: false)
10
10
  end
11
11
 
12
12
  # Public: Renders a script tag to enable HMR with React Refresh.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ViteRails
4
- VERSION = '3.0.10'
4
+ VERSION = '3.0.11'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vite_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.10
4
+ version: 3.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Máximo Mussini
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-15 00:00:00.000000000 Z
11
+ date: 2022-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -82,8 +82,8 @@ homepage: https://github.com/ElMassimo/vite_ruby
82
82
  licenses:
83
83
  - MIT
84
84
  metadata:
85
- source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_rails@3.0.10/vite_rails
86
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_rails@3.0.10/vite_rails/CHANGELOG.md
85
+ source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_rails@3.0.11/vite_rails
86
+ changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_rails@3.0.11/vite_rails/CHANGELOG.md
87
87
  post_install_message:
88
88
  rdoc_options: []
89
89
  require_paths: