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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 522fa472785527e2ee77fac1df4b7471a7d9dbce81ac768f0723604389151d74
4
- data.tar.gz: 7e080892e4b503768b43d04cd9c562c655ff76cb939ceb956b72e278500994fe
3
+ metadata.gz: f4489a14d3009259c396a4afb5ebb2f11a291fa4d61c3f4931921046cb97a2a5
4
+ data.tar.gz: 0b80485acf66782c1fe4c496af09bcb5ddc38d405b4b4ed1d445c8a31b529ec9
5
5
  SHA512:
6
- metadata.gz: 14cc69c07939b2b67a0bb1f7a2ef3db95373f2ab12e83bf826ade50ceb877ff7d25db823c8b928247c7e81ee8a50e556c213806317a64c09a77c4c88a4f68c62
7
- data.tar.gz: e41055b2a38e7e24ee8ba3a9f942448068f427187f8c300d6a3721a295573937a08c956307d9a4246d30a440e00ec015815e45ee2a8aef49d2790e7e0004164f
6
+ metadata.gz: c07d961e3b4890a4cc6fdbe49267de642ce40e1c17d2c88778e3705266fed721b05c83cf2dc075fe194ef367dcfbf2758ec520aa4ff8a6f39eeaaa7b6b4e4d6c
7
+ data.tar.gz: 30c96c6b611deac0c605c1622b23bb42f98a5f23fb3607175d77c2af021ed4b9bad844cac39f3a59926f94b47b295e53fcf635dbe7ca53fd38fdde3ba5804f24
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Vite Ruby 1.0.1 (2020-02-10)
2
+
3
+ - Fix installation script in Ruby 2.5
4
+
1
5
  ## Vite Ruby 1.0.0 (2020-02-09)
2
6
 
3
7
  - Initial release, extracted core functionality from `vite_rails`.
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/vite_rails/main/docs/public/logo.svg" width="120px"/>
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/vite_rails/actions">
16
- <img alt="Build Status" src="https://github.com/ElMassimo/vite_rails/workflows/build/badge.svg"/>
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/vite_rails">
19
- <img alt="Maintainability" src="https://codeclimate.com/github/ElMassimo/vite_rails/badges/gpa.svg"/>
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/vite_rails">
22
- <img alt="Test Coverage" src="https://codeclimate.com/github/ElMassimo/vite_rails/badges/coverage.svg"/>
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/vite_rails/blob/master/LICENSE.txt">
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/vite_rails
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/vite_rails/blob/main/vite-plugin-ruby/default.vite.json
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/vite_rails/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
45
- [Discussions]: https://github.com/ElMassimo/vite_rails/discussions
46
- [vite_rails]: https://github.com/ElMassimo/vite_rails/tree/main/vite_rails
47
- [vite_ruby]: https://github.com/ElMassimo/vite_rails/tree/main/vite_ruby
48
- [vite_hanami]: https://github.com/ElMassimo/vite_rails/tree/main/vite_hanami
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, **opts, &block|
55
- Dry::CLI::Utils::Files.send(util, *args, **opts, &block) rescue nil
54
+ define_method(util) { |*args|
55
+ Dry::CLI::Utils::Files.send(util, *args) rescue nil
56
56
  }
57
57
  end
58
58
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ViteRuby
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  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: 1.0.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/vite_rails
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/vite_rails/tree/vite_ruby@1.0.0/vite_ruby
133
- changelog_uri: https://github.com/ElMassimo/vite_rails/blob/vite_ruby@1.0.0/vite_ruby/CHANGELOG.md
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: