vite_padrino 0.5.0 → 0.5.1

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: af9f03237868ee2b38532114c3d2871ce20186d1b3151c11c39fe70c3816a9dd
4
- data.tar.gz: 38465a79692508566c2b12eb6e088b477315c093c98f870c1e62563e8a9bc824
3
+ metadata.gz: 89ced1f881fc302a0d8d26784cd20620372937a04721e89c7b7ddac4f6436534
4
+ data.tar.gz: 2c5a8979edce76aa3808d9ee2edaa29f5d2326c91fa2e76f6577470ab5aaac14
5
5
  SHA512:
6
- metadata.gz: 0b2d4f7eaabbdf7e70cbf111c13f6256154329ba3e4110d37c110f347a890e20c8d35293774c499f8d632618e4a38f3a0d64362db13bb78358cb6ad108df9632
7
- data.tar.gz: fa16a3aca5e4f6fec1898e3f68fac8b6722a45adc9a5e8d66ff6c4c023e0019b521d333102a62261e412c8b4071e9d474a25cb0c81f6e3e9ac723e42ad7b4e40
6
+ metadata.gz: 2bb38c905ec413c2bc2cb42da41b5344c37519407a3b1b5348a3d26dd681e929a315c7380a9df78619c2d637a462f48faf4c98cc5cf9dc00ed9acc0c906dd351
7
+ data.tar.gz: 0ce3bb3fbe635d3d3a4e6c967cd658986a165da0bb0178a9554856180417f863f868b3eb76b6bf49d02932b13621ea6f0ab93a77c8d516547ea388eeabb7ece3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.5.1](https://github.com/ElMassimo/vite_ruby/compare/vite_padrino@0.5.0...vite_padrino@0.5.1) (2021-02-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Fix typo in vite_client_tag, use Padrino's logger ([1e07b25](https://github.com/ElMassimo/vite_ruby/commit/1e07b258666bb46aa8426534730bcef480175d0a))
7
+
8
+
9
+
1
10
  # 0.5.0 (2021-02-25)
2
11
 
3
12
 
data/lib/vite_padrino.rb CHANGED
@@ -10,6 +10,7 @@ module VitePadrino
10
10
  if RACK_ENV != 'production' && ViteRuby.run_proxy?
11
11
  app.use(ViteRuby::DevServerProxy, ssl_verify_none: true)
12
12
  end
13
+ ViteRuby.instance.logger = app.logger
13
14
  included(app)
14
15
  end
15
16
 
@@ -6,7 +6,7 @@ module VitePadrino::TagHelpers
6
6
  def vite_client_tag
7
7
  return unless src = vite_manifest.vite_client_src
8
8
 
9
- tag(:scripk, src: src, type: 'module')
9
+ content_tag(:script, nil, src: src, type: 'module')
10
10
  end
11
11
 
12
12
  # Public: Resolves the path for the specified Vite asset.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VitePadrino
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vite_padrino
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
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: 2021-02-25 00:00:00.000000000 Z
11
+ date: 2021-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vite_ruby
@@ -85,8 +85,8 @@ homepage: https://github.com/ElMassimo/vite_ruby
85
85
  licenses:
86
86
  - MIT
87
87
  metadata:
88
- source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_padrino@0.5.0/vite_padrino
89
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_padrino@0.5.0/vite_padrino/CHANGELOG.md
88
+ source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_padrino@0.5.1/vite_padrino
89
+ changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_padrino@0.5.1/vite_padrino/CHANGELOG.md
90
90
  post_install_message:
91
91
  rdoc_options: []
92
92
  require_paths: