rubyjs-vite 1.0.0c → 1.0.0
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/ruby_js/scaffold.rb +2 -13
- data/lib/ruby_js/version.rb +1 -1
- metadata +7 -35
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f15333a2010c7a42765b915656d0040c0d120408eb3f7ce6ea0c498ac39cc000
|
|
4
|
+
data.tar.gz: 07dd8234ee0d93c7f6fd6f1fa40d5e29eb2ef7097b29ad6e483472e5db680fd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 62f535fbaa1312c1e81e695e8ec7a638b0e8e65ce1da78a908d4530697cf86345034af65da8f1ac25dad9cb8994365c84c29405331925147f61e272292cbc797
|
|
7
|
+
data.tar.gz: 31e34aee73407d887d66f2fe7667e72f1b22be80f1d1b25a363eed4b44ed6683cb527e0225ee04d02a02330bbd84e50bae080c51583b6469fdacd9bfa8998b56
|
data/lib/ruby_js/scaffold.rb
CHANGED
|
@@ -24,19 +24,8 @@ module RubyJS
|
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
def self.install_vite project, path_ao
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
puts "\nDone. Now run:\n\n cd #{project}\n bin/server\n\n"
|
|
30
|
-
else
|
|
31
|
-
wspaces = ' '*2
|
|
32
|
-
puts "\nThe Vite library installation encountered an issue.\n" +
|
|
33
|
-
"NodeJS is probably not installed on your machine.\n" +
|
|
34
|
-
"Please rerun the Vite installation after installing NodeJS.\n" +
|
|
35
|
-
"Use these instructions:\n\n" +
|
|
36
|
-
"#{wspaces}cd #{project}\n" +
|
|
37
|
-
"#{wspaces}npm install -D vite\n" +
|
|
38
|
-
"#{wspaces}bin/server"
|
|
39
|
-
end
|
|
27
|
+
%x(cd #{path_ao} && npm install -D vite)
|
|
28
|
+
puts "\nDone. Now run:\n\n cd #{project}\n bin/server\n\n"
|
|
40
29
|
end
|
|
41
30
|
end
|
|
42
31
|
end
|
data/lib/ruby_js/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,44 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubyjs-vite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Filip Vrba
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
12
|
-
dependencies:
|
|
13
|
-
|
|
14
|
-
name: ruby2js
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '5.0'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - "~>"
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '5.0'
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: listen
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - "~>"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '3.7'
|
|
34
|
-
type: :runtime
|
|
35
|
-
prerelease: false
|
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
-
requirements:
|
|
38
|
-
- - "~>"
|
|
39
|
-
- !ruby/object:Gem::Version
|
|
40
|
-
version: '3.7'
|
|
41
|
-
description: 'To learn more, go to this page: https://github.com/filipvrba/ruby-js'
|
|
11
|
+
date: 2022-11-02 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: ''
|
|
42
14
|
email: filipvrbaxi@gmail.com
|
|
43
15
|
executables:
|
|
44
16
|
- rjsv
|
|
@@ -78,11 +50,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
78
50
|
version: '0'
|
|
79
51
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
52
|
requirements:
|
|
81
|
-
- - "
|
|
53
|
+
- - ">="
|
|
82
54
|
- !ruby/object:Gem::Version
|
|
83
|
-
version:
|
|
55
|
+
version: '0'
|
|
84
56
|
requirements: []
|
|
85
|
-
rubygems_version: 3.
|
|
57
|
+
rubygems_version: 3.3.7
|
|
86
58
|
signing_key:
|
|
87
59
|
specification_version: 4
|
|
88
60
|
summary: Converts the syntax of ruby into javascript.
|