vite_plugin_legacy 0.5.1 → 0.5.2

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: b39b9dd768dddab13d6caf3b7cac4f1fa31166e3828c7df1ff6d47e2fcf52e1e
4
- data.tar.gz: 016e5967ade0328d2896c1962a819b72db4f807357a5d68a09c9bf1833ac04e6
3
+ metadata.gz: 63bc832bc45a3529e94be2f4daceb0a877bc224800052b854469af3a7acee7a6
4
+ data.tar.gz: 69705c892c8ee5de63fb9b65dec39f0e2e91df3f4be28353355cc266ad919b4a
5
5
  SHA512:
6
- metadata.gz: 7699e732718da9dbb7a9e469900129b1079ffded95860c3d4a8f0d494eb40564f69548a49d8bfc59fcda1c9b6696878e763453b17d149b4a30fa1a3bfb63bb9c
7
- data.tar.gz: 0165a2ef8d947a4c76427ec7b39b570ce99a76233754a73a3f1fc2d0d5a3d7da68fc786d588a34364eb5505e2b1bb75ca77d1ccea14087c0aad6ea25a24df3cc
6
+ metadata.gz: ec70e7001454184a1635c1c2a3de75405d6e03b82c329fd9fee19e8e812ed5cc8ba0204d7d0d2caa68754c71d503093b6933ad7ee2f075342211614c8f6523a9
7
+ data.tar.gz: 76e8660347af53d884a9e965ff97cc45f97eb03093981323cb2c64e9349137229435212ce6fe578e1965ef287df931d765a65a55a8da0c22728fa9f5ea56c635
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [0.5.2](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.1...vite_plugin_legacy@0.5.2) (2021-03-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Don't require `vite_rails` to enable usage with any framework. ([b7461e1](https://github.com/ElMassimo/vite_ruby/commit/b7461e14aefbbb736e282a615874accc24d69bcf))
7
+
8
+
9
+
1
10
  ## [0.5.1](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@0.5.0...vite_plugin_legacy@0.5.1) (2021-03-05)
2
11
 
3
12
 
@@ -1,6 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'vite_rails'
4
3
  require 'rails/railtie'
5
4
 
6
5
  class VitePluginLegacy::Engine < Rails::Engine
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VitePluginLegacy
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vite_plugin_legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Máximo Mussini
@@ -98,8 +98,8 @@ homepage: https://github.com/ElMassimo/vite_ruby
98
98
  licenses:
99
99
  - MIT
100
100
  metadata:
101
- source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@0.5.1/vite_plugin_legacy
102
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@0.5.1/vite_plugin_legacy/CHANGELOG.md
101
+ source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@0.5.2/vite_plugin_legacy
102
+ changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@0.5.2/vite_plugin_legacy/CHANGELOG.md
103
103
  post_install_message:
104
104
  rdoc_options: []
105
105
  require_paths: