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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 196df1f83a2f6508ee1e8359514be727d98f43f664fdabd66115e16b9093581b
4
- data.tar.gz: 6f1dd12925e16250bb92852294107deb234821b67a252e73eb2025d60a8012e8
3
+ metadata.gz: e2c44cc28668a8e61804ef2480f063517f6867ef609380f625f5cd3ff9acc098
4
+ data.tar.gz: da6a1d70b91bc28e6d97255b8e28e81739d7a5c4cf9d7d9bbdafdbf8d038f0e8
5
5
  SHA512:
6
- metadata.gz: 2005d4ab00353cde534027f0b97d372d86786f1dc57b5f73d7c3bcd2e62ac26bc0acd210f103d38cc617fd9eee6b264b0ba8b8edc2916fbf83100af760a8ced7
7
- data.tar.gz: 6ed632c3fc2ae1b3b76867fcc8c15d5eab63622e57bba0e7b0e865bba8b87a814bb0518a879d477b77afe772cf3a9511baa6787e6488d5a31cc98548915dc5de
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/introduction.html#the-problem
47
- [bundling]: https://vitejs.dev/guide/introduction.html#why-bundle-for-production
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ViteRails
4
- VERSION = '2.0.11'
4
+ VERSION = '2.0.12'
5
5
  end
@@ -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.jsx' %>
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.11
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-10 00:00:00.000000000 Z
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.11/vite_rails
85
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_rails@2.0.11/vite_rails/CHANGELOG.md
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: