vite_padrino 0.5.0 → 0.5.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/vite_padrino.rb +1 -0
- data/lib/vite_padrino/tag_helpers.rb +1 -1
- data/lib/vite_padrino/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89ced1f881fc302a0d8d26784cd20620372937a04721e89c7b7ddac4f6436534
|
4
|
+
data.tar.gz: 2c5a8979edce76aa3808d9ee2edaa29f5d2326c91fa2e76f6577470ab5aaac14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
@@ -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
|
-
|
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.
|
data/lib/vite_padrino/version.rb
CHANGED
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.
|
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-
|
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.
|
89
|
-
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_padrino@0.5.
|
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:
|