vite_ruby 2.0.0.beta.3 → 2.0.0.beta.4
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/lib/vite_ruby.rb +0 -4
- data/lib/vite_ruby/version.rb +5 -1
- metadata +7 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4958a06ce37c85ac97dda22ba69f7e65b4c75e0398bd65c3889821b766d9bf76
|
|
4
|
+
data.tar.gz: 3bd1b130ff9ddb0ae9a2e8108b2263922b9eba12493acaa7a40d87335ceddeaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db3357ac2c2290bc2002434b4391bff4cc0690b84ce151aa70c48f7e3b10ab7cdc46f6b90b485685fbc47e9208a243dfa896b9679301f18c9bd75589d21425b5
|
|
7
|
+
data.tar.gz: 4097a262af50ccec4e3b802d0e77e387eb22ca065036dc207583b2e4ea423902447ad056ba0d06081c85a71022922f240d03c76d11a912e5bd2b21f055d03d62
|
data/lib/vite_ruby.rb
CHANGED
|
@@ -17,10 +17,6 @@ class ViteRuby
|
|
|
17
17
|
# Internal: Prefix used for environment variables that modify the configuration.
|
|
18
18
|
ENV_PREFIX = 'VITE_RUBY'
|
|
19
19
|
|
|
20
|
-
# Internal: Versions used by default when running `vite install`.
|
|
21
|
-
DEFAULT_VITE_VERSION = '^2.5.0-beta.2'
|
|
22
|
-
DEFAULT_PLUGIN_VERSION = '^3.0.0-beta.3'
|
|
23
|
-
|
|
24
20
|
# Internal: Companion libraries for Vite Ruby, and their target framework.
|
|
25
21
|
COMPANION_LIBRARIES = {
|
|
26
22
|
'vite_rails' => 'rails',
|
data/lib/vite_ruby/version.rb
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
class ViteRuby
|
|
4
|
-
VERSION = '2.0.0.beta.
|
|
4
|
+
VERSION = '2.0.0.beta.4'
|
|
5
|
+
|
|
6
|
+
# Internal: Versions used by default when running `vite install`.
|
|
7
|
+
DEFAULT_VITE_VERSION = '^2.5.0-beta.2'
|
|
8
|
+
DEFAULT_PLUGIN_VERSION = '^3.0.0-beta.3'
|
|
5
9
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vite_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.beta.
|
|
4
|
+
version: 2.0.0.beta.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Máximo Mussini
|
|
@@ -198,9 +198,12 @@ homepage: https://github.com/ElMassimo/vite_ruby
|
|
|
198
198
|
licenses:
|
|
199
199
|
- MIT
|
|
200
200
|
metadata:
|
|
201
|
-
source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_ruby@2.0.0.beta.
|
|
202
|
-
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_ruby@2.0.0.beta.
|
|
203
|
-
post_install_message:
|
|
201
|
+
source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_ruby@2.0.0.beta.4/vite_ruby
|
|
202
|
+
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_ruby@2.0.0.beta.4/vite_ruby/CHANGELOG.md
|
|
203
|
+
post_install_message: |-
|
|
204
|
+
Thanks for installing Vite Ruby!
|
|
205
|
+
|
|
206
|
+
When upgrading, please verify package.json to ensure you have installed the recommended versions of vite (^2.5.0-beta.2) and vite-plugin-ruby (^3.0.0-beta.3).
|
|
204
207
|
rdoc_options: []
|
|
205
208
|
require_paths:
|
|
206
209
|
- lib
|