vite_plugin_legacy 3.0.2 → 4.0.0.alpha1

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: c471ac5735059397b214ca222a9f246716c6607205cb4283f15c637b1798e00d
4
- data.tar.gz: 11935261a11a702aa447521b2b73c6c29a1bd7483c959284e8cfe1757333faed
3
+ metadata.gz: 8a2b6232afcfab65d93d9b2cb63aba591e326ad7bcbe9678bb1c98601ab5e49b
4
+ data.tar.gz: c1f04be96d63aadf267ad2f4205df2270556aab2b961349457ba53f6d21ac4cf
5
5
  SHA512:
6
- metadata.gz: 2d23fb8621aad419a70f29f928b792a786eb7cb759aae14f8d878a9a7ac0db2038767cdad510203138de14fcd9f6ad42edf403d81ab5d8c3c2f7ae0caab093c9
7
- data.tar.gz: 035ef432c1de0838f92afb4192d86e655d15df95660b4dcd66adab60eed9257bad69b52226d5e49eb04167ab98b1402ddca5ced8966432f49e32c1d3b7bfaad8
6
+ metadata.gz: 42211c049ba6934c6faa807d5fa9f9d23b3e8b593c0aa8ec0f096718f20535bcf4c922e8fc9231cbbf899eeeb1dd312c5ac90f6ef4dbe0a6412b1ee7308335c5
7
+ data.tar.gz: 62cad6dac36833cc05e8a62b9ebc29af3c7f387bfc445331b26f27e44d043c4b5f012b6d2dde688f35d03c37ff53807a53a4dd5d2f0599c66c6aff0018410cd9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@3.0.2...vite_plugin_legacy@) (2022-01-18)
2
+
3
+
4
+
1
5
  ## [3.0.2](https://github.com/ElMassimo/vite_ruby/compare/vite_plugin_legacy@3.0.1...vite_plugin_legacy@3.0.2) (2021-12-17)
2
6
 
3
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VitePluginLegacy
4
- VERSION = '3.0.2'
4
+ VERSION = '4.0.0.alpha1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vite_plugin_legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 4.0.0.alpha1
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-12-17 00:00:00.000000000 Z
11
+ date: 2022-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vite_ruby
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.0'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 3.0.4
19
+ version: 4.0.0.alpha1
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '3.0'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 3.0.4
26
+ version: 4.0.0.alpha1
33
27
  description:
34
28
  email:
35
29
  - maximomussini@gmail.com
@@ -49,8 +43,8 @@ homepage: https://github.com/ElMassimo/vite_ruby
49
43
  licenses:
50
44
  - MIT
51
45
  metadata:
52
- source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@3.0.2/vite_plugin_legacy
53
- changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@3.0.2/vite_plugin_legacy/CHANGELOG.md
46
+ source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_plugin_legacy@4.0.0.alpha1/vite_plugin_legacy
47
+ changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_plugin_legacy@4.0.0.alpha1/vite_plugin_legacy/CHANGELOG.md
54
48
  post_install_message:
55
49
  rdoc_options: []
56
50
  require_paths:
@@ -62,11 +56,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
56
  version: '2.4'
63
57
  required_rubygems_version: !ruby/object:Gem::Requirement
64
58
  requirements:
65
- - - ">="
59
+ - - ">"
66
60
  - !ruby/object:Gem::Version
67
- version: '0'
61
+ version: 1.3.1
68
62
  requirements: []
69
- rubygems_version: 3.1.4
63
+ rubygems_version: 3.2.32
70
64
  signing_key:
71
65
  specification_version: 4
72
66
  summary: Tag helpers for @vitejs/plugin-legacy to support legacy browsers