vite_ruby 1.0.0 → 1.0.1
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 +4 -0
- data/README.md +15 -15
- data/lib/vite_ruby/cli/install.rb +2 -2
- data/lib/vite_ruby/version.rb +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: f4489a14d3009259c396a4afb5ebb2f11a291fa4d61c3f4931921046cb97a2a5
|
|
4
|
+
data.tar.gz: 0b80485acf66782c1fe4c496af09bcb5ddc38d405b4b4ed1d445c8a31b529ec9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c07d961e3b4890a4cc6fdbe49267de642ce40e1c17d2c88778e3705266fed721b05c83cf2dc075fe194ef367dcfbf2758ec520aa4ff8a6f39eeaaa7b6b4e4d6c
|
|
7
|
+
data.tar.gz: 30c96c6b611deac0c605c1622b23bb42f98a5f23fb3607175d77c2af021ed4b9bad844cac39f3a59926f94b47b295e53fcf635dbe7ca53fd38fdde3ba5804f24
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<a href="https://vite-rails.netlify.app/">
|
|
3
|
-
<img src="https://raw.githubusercontent.com/ElMassimo/
|
|
3
|
+
<img src="https://raw.githubusercontent.com/ElMassimo/vite_ruby/main/docs/public/logo.svg" width="120px"/>
|
|
4
4
|
</a>
|
|
5
5
|
|
|
6
6
|
<br>
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
<br>
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
15
|
-
<a href="https://github.com/ElMassimo/
|
|
16
|
-
<img alt="Build Status" src="https://github.com/ElMassimo/
|
|
15
|
+
<a href="https://github.com/ElMassimo/vite_ruby/actions">
|
|
16
|
+
<img alt="Build Status" src="https://github.com/ElMassimo/vite_ruby/workflows/build/badge.svg"/>
|
|
17
17
|
</a>
|
|
18
|
-
<a href="https://codeclimate.com/github/ElMassimo/
|
|
19
|
-
<img alt="Maintainability" src="https://codeclimate.com/github/ElMassimo/
|
|
18
|
+
<a href="https://codeclimate.com/github/ElMassimo/vite_ruby">
|
|
19
|
+
<img alt="Maintainability" src="https://codeclimate.com/github/ElMassimo/vite_ruby/badges/gpa.svg"/>
|
|
20
20
|
</a>
|
|
21
|
-
<a href="https://codeclimate.com/github/ElMassimo/
|
|
22
|
-
<img alt="Test Coverage" src="https://codeclimate.com/github/ElMassimo/
|
|
21
|
+
<a href="https://codeclimate.com/github/ElMassimo/vite_ruby">
|
|
22
|
+
<img alt="Test Coverage" src="https://codeclimate.com/github/ElMassimo/vite_ruby/badges/coverage.svg"/>
|
|
23
23
|
</a>
|
|
24
24
|
<a href="https://rubygems.org/gems/vite_ruby">
|
|
25
25
|
<img alt="Gem Version" src="https://img.shields.io/gem/v/vite_ruby.svg?colorB=e9573f"/>
|
|
26
26
|
</a>
|
|
27
|
-
<a href="https://github.com/ElMassimo/
|
|
27
|
+
<a href="https://github.com/ElMassimo/vite_ruby/blob/master/LICENSE.txt">
|
|
28
28
|
<img alt="License" src="https://img.shields.io/badge/license-MIT-428F7E.svg"/>
|
|
29
29
|
</a>
|
|
30
30
|
</p>
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
[features]: https://vite-rails.netlify.app/guide/introduction.html
|
|
36
36
|
[guides]: https://vite-rails.netlify.app/guide/
|
|
37
37
|
[config]: https://vite-rails.netlify.app/config/
|
|
38
|
-
[vite_rails]: https://github.com/ElMassimo/
|
|
38
|
+
[vite_rails]: https://github.com/ElMassimo/vite_ruby
|
|
39
39
|
[webpacker]: https://github.com/rails/webpacker
|
|
40
40
|
[vite]: http://vitejs.dev/
|
|
41
|
-
[config file]: https://github.com/ElMassimo/
|
|
41
|
+
[config file]: https://github.com/ElMassimo/vite_ruby/blob/main/vite-plugin-ruby/default.vite.json
|
|
42
42
|
[example app]: https://github.com/ElMassimo/pingcrm-vite
|
|
43
43
|
[heroku]: https://pingcrm-vite.herokuapp.com/
|
|
44
|
-
[Issues]: https://github.com/ElMassimo/
|
|
45
|
-
[Discussions]: https://github.com/ElMassimo/
|
|
46
|
-
[vite_rails]: https://github.com/ElMassimo/
|
|
47
|
-
[vite_ruby]: https://github.com/ElMassimo/
|
|
48
|
-
[vite_hanami]: https://github.com/ElMassimo/
|
|
44
|
+
[Issues]: https://github.com/ElMassimo/vite_ruby/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
|
|
45
|
+
[Discussions]: https://github.com/ElMassimo/vite_ruby/discussions
|
|
46
|
+
[vite_rails]: https://github.com/ElMassimo/vite_ruby/tree/main/vite_rails
|
|
47
|
+
[vite_ruby]: https://github.com/ElMassimo/vite_ruby/tree/main/vite_ruby
|
|
48
|
+
[vite_hanami]: https://github.com/ElMassimo/vite_ruby/tree/main/vite_hanami
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
[Vite] is to frontend tooling as Ruby to programming, pure joy! 😍
|
|
@@ -51,8 +51,8 @@ private
|
|
|
51
51
|
def_delegators 'ViteRuby', :config
|
|
52
52
|
|
|
53
53
|
%i[append cp inject_line_after inject_line_after_last inject_line_before write].each do |util|
|
|
54
|
-
define_method(util) { |*args
|
|
55
|
-
Dry::CLI::Utils::Files.send(util, *args
|
|
54
|
+
define_method(util) { |*args|
|
|
55
|
+
Dry::CLI::Utils::Files.send(util, *args) rescue nil
|
|
56
56
|
}
|
|
57
57
|
end
|
|
58
58
|
|
data/lib/vite_ruby/version.rb
CHANGED
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: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Máximo Mussini
|
|
@@ -125,12 +125,12 @@ files:
|
|
|
125
125
|
- templates/config/vite.config.ts
|
|
126
126
|
- templates/config/vite.json
|
|
127
127
|
- templates/entrypoints/application.js
|
|
128
|
-
homepage: https://github.com/ElMassimo/
|
|
128
|
+
homepage: https://github.com/ElMassimo/vite_ruby
|
|
129
129
|
licenses:
|
|
130
130
|
- MIT
|
|
131
131
|
metadata:
|
|
132
|
-
source_code_uri: https://github.com/ElMassimo/
|
|
133
|
-
changelog_uri: https://github.com/ElMassimo/
|
|
132
|
+
source_code_uri: https://github.com/ElMassimo/vite_ruby/tree/vite_ruby@1.0.1/vite_ruby
|
|
133
|
+
changelog_uri: https://github.com/ElMassimo/vite_ruby/blob/vite_ruby@1.0.1/vite_ruby/CHANGELOG.md
|
|
134
134
|
post_install_message:
|
|
135
135
|
rdoc_options: []
|
|
136
136
|
require_paths:
|