vite_rails 2.0.11 → 2.0.12
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/README.md +2 -2
- data/lib/vite_rails/version.rb +1 -1
- data/templates/entrypoints/application.js +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: e2c44cc28668a8e61804ef2480f063517f6867ef609380f625f5cd3ff9acc098
|
|
4
|
+
data.tar.gz: da6a1d70b91bc28e6d97255b8e28e81739d7a5c4cf9d7d9bbdafdbf8d038f0e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 121240efd1fae220ac24a3caca2170095ffa39a3dd4684b9920136a13341e6af2fcb49d5295e8fe5113f6a38bade36ed5ede62a1b06d124a19836f21a54f6c7d
|
|
7
|
+
data.tar.gz: c6c51711be2dafa0ff0245438d1ba8c401cbf10c377d21284d863c45aa6e2a72198cb5487c1643c636a97e9ac25234d48465ff04f62e20fa79a2989ebdb82ea0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [2.0.12](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.11...vite_rails@2.0.12) (2021-05-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fix typo in comment in example entrypoint in Rails ([78b3104](https://github.com/ElMassimo/vite_ruby/commit/78b3104bc687a79aebd4e0538b8b7c34562cb4eb))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [2.0.11](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.10...vite_rails@2.0.11) (2021-05-10)
|
|
2
11
|
|
|
3
12
|
|
data/README.md
CHANGED
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
[heroku]: https://pingcrm-vite.herokuapp.com/
|
|
44
44
|
[Issues]: https://github.com/ElMassimo/vite_ruby/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
|
|
45
45
|
[Discussions]: https://github.com/ElMassimo/vite_ruby/discussions
|
|
46
|
-
[no bundling]: https://vitejs.dev/guide/
|
|
47
|
-
[bundling]: https://vitejs.dev/guide/
|
|
46
|
+
[no bundling]: https://vitejs.dev/guide/why.html#the-problems
|
|
47
|
+
[bundling]: https://vitejs.dev/guide/why.html#why-bundle-for-production
|
|
48
48
|
|
|
49
49
|
[Vite] is to frontend tooling as Ruby to programming, pure joy! 😍
|
|
50
50
|
|
data/lib/vite_rails/version.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
console.log('Vite ⚡️ Rails')
|
|
7
7
|
|
|
8
8
|
// If using a TypeScript entrypoint file:
|
|
9
|
-
// <%= vite_typescript_tag 'application
|
|
9
|
+
// <%= vite_typescript_tag 'application' %>
|
|
10
10
|
//
|
|
11
11
|
// If you want to use .jsx or .tsx, add the extension:
|
|
12
12
|
// <%= vite_javascript_tag 'application.jsx' %>
|
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: 2.0.
|
|
4
|
+
version: 2.0.12
|
|
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-05-
|
|
11
|
+
date: 2021-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -81,8 +81,8 @@ homepage: https://github.com/ElMassimo/vite_ruby
|
|
|
81
81
|
licenses:
|
|
82
82
|
- MIT
|
|
83
83
|
metadata:
|
|
84
|
-
source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_rails@2.0.
|
|
85
|
-
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_rails@2.0.
|
|
84
|
+
source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_rails@2.0.12/vite_rails
|
|
85
|
+
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_rails@2.0.12/vite_rails/CHANGELOG.md
|
|
86
86
|
post_install_message:
|
|
87
87
|
rdoc_options: []
|
|
88
88
|
require_paths:
|