ruby-sh 2.2.6 → 3.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/.rubocop.yml +2 -3
- data/.ruby-version +1 -1
- data/Gemfile +6 -8
- data/Gemfile.lock +131 -75
- data/README.md +118 -152
- data/lib/rubsh/command.rb +5 -8
- data/lib/rubsh/running_command.rb +66 -108
- data/lib/rubsh/version.rb +1 -1
- data/lib/rubsh.rb +2 -6
- data/rubsh.gemspec +3 -3
- metadata +7 -14
- data/.overcommit.yml +0 -26
- data/lib/rubsh/running_pipeline.rb +0 -268
- data/lib/rubsh/shell/env.rb +0 -15
- data/lib/rubsh/shell.rb +0 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7e34c49e0c92ead3605ae076cb88bfffe40200fb5aff7d50c3f83defec0636e
|
4
|
+
data.tar.gz: 8663985fc1d89b81a2685afbbbbf5c3dacc7a28657839bc37f0bc37186ecacf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8638c9cdccc90bbcc4e1de67639a60de376f51d54b3e2416177ddde39ec32b1958f1141e1f35d9d8a39a5f85a9b6eadab3564822a773ec39c351875b8506532f
|
7
|
+
data.tar.gz: f953a1d4231017ea4a241fc83c949377e9fcac8e2b9e8b6f5baf3d49012fe7b09216b05b7cc991256ca473384418dd75278661049a3b4cd44ce980750213c569
|
data/.rubocop.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.4.5
|
data/Gemfile
CHANGED
@@ -6,21 +6,19 @@ source "https://rubygems.org"
|
|
6
6
|
gemspec
|
7
7
|
|
8
8
|
# rake
|
9
|
+
gem "irb"
|
9
10
|
gem "rake", "~> 13.0"
|
10
11
|
|
11
12
|
# lint
|
12
|
-
gem "rubocop"
|
13
|
-
gem "standard"
|
13
|
+
gem "rubocop"
|
14
|
+
gem "standard"
|
14
15
|
|
15
16
|
# test
|
16
|
-
gem "rspec"
|
17
|
+
gem "rspec"
|
17
18
|
|
18
19
|
# doc
|
19
|
-
gem "yard"
|
20
|
-
gem "redcarpet"
|
20
|
+
gem "yard"
|
21
|
+
gem "redcarpet"
|
21
22
|
|
22
23
|
# lsp
|
23
24
|
gem "solargraph"
|
24
|
-
|
25
|
-
# misc
|
26
|
-
gem "overcommit", "~> 0.59"
|
data/Gemfile.lock
CHANGED
@@ -1,113 +1,169 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby-sh (
|
4
|
+
ruby-sh (3.0.0)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
ast (2.4.
|
9
|
+
ast (2.4.3)
|
10
10
|
backport (1.2.0)
|
11
|
-
benchmark (0.
|
12
|
-
|
13
|
-
diff-lcs (1.
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
11
|
+
benchmark (0.4.1)
|
12
|
+
date (3.4.1)
|
13
|
+
diff-lcs (1.6.2)
|
14
|
+
erb (5.0.2)
|
15
|
+
io-console (0.8.1)
|
16
|
+
irb (1.15.2)
|
17
|
+
pp (>= 0.6.0)
|
18
|
+
rdoc (>= 4.0.0)
|
19
|
+
reline (>= 0.4.2)
|
20
|
+
jaro_winkler (1.6.1)
|
21
|
+
json (2.13.2)
|
22
|
+
kramdown (2.5.1)
|
23
|
+
rexml (>= 3.3.9)
|
20
24
|
kramdown-parser-gfm (1.1.0)
|
21
25
|
kramdown (~> 2.0)
|
22
|
-
|
23
|
-
|
24
|
-
|
26
|
+
language_server-protocol (3.17.0.5)
|
27
|
+
lint_roller (1.1.0)
|
28
|
+
logger (1.7.0)
|
29
|
+
nokogiri (1.18.9-aarch64-linux-gnu)
|
25
30
|
racc (~> 1.4)
|
26
|
-
nokogiri (1.
|
31
|
+
nokogiri (1.18.9-aarch64-linux-musl)
|
27
32
|
racc (~> 1.4)
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
33
|
+
nokogiri (1.18.9-arm-linux-gnu)
|
34
|
+
racc (~> 1.4)
|
35
|
+
nokogiri (1.18.9-arm-linux-musl)
|
36
|
+
racc (~> 1.4)
|
37
|
+
nokogiri (1.18.9-arm64-darwin)
|
38
|
+
racc (~> 1.4)
|
39
|
+
nokogiri (1.18.9-x86_64-darwin)
|
40
|
+
racc (~> 1.4)
|
41
|
+
nokogiri (1.18.9-x86_64-linux-gnu)
|
42
|
+
racc (~> 1.4)
|
43
|
+
nokogiri (1.18.9-x86_64-linux-musl)
|
44
|
+
racc (~> 1.4)
|
45
|
+
observer (0.1.2)
|
46
|
+
ostruct (0.6.3)
|
47
|
+
parallel (1.27.0)
|
48
|
+
parser (3.3.9.0)
|
34
49
|
ast (~> 2.4.1)
|
35
|
-
|
50
|
+
racc
|
51
|
+
pp (0.6.2)
|
52
|
+
prettyprint
|
53
|
+
prettyprint (0.2.0)
|
54
|
+
prism (1.4.0)
|
55
|
+
psych (5.2.6)
|
56
|
+
date
|
57
|
+
stringio
|
58
|
+
racc (1.8.1)
|
36
59
|
rainbow (3.1.1)
|
37
|
-
rake (13.0
|
38
|
-
|
39
|
-
|
40
|
-
|
60
|
+
rake (13.3.0)
|
61
|
+
rbs (3.6.1)
|
62
|
+
logger
|
63
|
+
rdoc (6.14.2)
|
64
|
+
erb
|
65
|
+
psych (>= 4.0.0)
|
66
|
+
redcarpet (3.6.1)
|
67
|
+
regexp_parser (2.11.2)
|
68
|
+
reline (0.6.2)
|
69
|
+
io-console (~> 0.5)
|
70
|
+
reverse_markdown (3.0.0)
|
41
71
|
nokogiri
|
42
|
-
rexml (3.
|
43
|
-
rspec (3.
|
44
|
-
rspec-core (~> 3.
|
45
|
-
rspec-expectations (~> 3.
|
46
|
-
rspec-mocks (~> 3.
|
47
|
-
rspec-core (3.
|
48
|
-
rspec-support (~> 3.
|
49
|
-
rspec-expectations (3.
|
72
|
+
rexml (3.4.1)
|
73
|
+
rspec (3.13.1)
|
74
|
+
rspec-core (~> 3.13.0)
|
75
|
+
rspec-expectations (~> 3.13.0)
|
76
|
+
rspec-mocks (~> 3.13.0)
|
77
|
+
rspec-core (3.13.5)
|
78
|
+
rspec-support (~> 3.13.0)
|
79
|
+
rspec-expectations (3.13.5)
|
50
80
|
diff-lcs (>= 1.2.0, < 2.0)
|
51
|
-
rspec-support (~> 3.
|
52
|
-
rspec-mocks (3.
|
81
|
+
rspec-support (~> 3.13.0)
|
82
|
+
rspec-mocks (3.13.5)
|
53
83
|
diff-lcs (>= 1.2.0, < 2.0)
|
54
|
-
rspec-support (~> 3.
|
55
|
-
rspec-support (3.
|
56
|
-
rubocop (1.
|
84
|
+
rspec-support (~> 3.13.0)
|
85
|
+
rspec-support (3.13.4)
|
86
|
+
rubocop (1.75.8)
|
57
87
|
json (~> 2.3)
|
88
|
+
language_server-protocol (~> 3.17.0.2)
|
89
|
+
lint_roller (~> 1.1.0)
|
58
90
|
parallel (~> 1.10)
|
59
|
-
parser (>= 3.
|
91
|
+
parser (>= 3.3.0.2)
|
60
92
|
rainbow (>= 2.2.2, < 4.0)
|
61
|
-
regexp_parser (>=
|
62
|
-
|
63
|
-
rubocop-ast (>= 1.20.1, < 2.0)
|
93
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
94
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
64
95
|
ruby-progressbar (~> 1.7)
|
65
|
-
unicode-display_width (>=
|
66
|
-
rubocop-ast (1.
|
67
|
-
parser (>= 3.
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
96
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
97
|
+
rubocop-ast (1.46.0)
|
98
|
+
parser (>= 3.3.7.2)
|
99
|
+
prism (~> 1.4)
|
100
|
+
rubocop-performance (1.25.0)
|
101
|
+
lint_roller (~> 1.1)
|
102
|
+
rubocop (>= 1.75.0, < 2.0)
|
103
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
104
|
+
ruby-progressbar (1.13.0)
|
105
|
+
solargraph (0.56.2)
|
73
106
|
backport (~> 1.2)
|
74
|
-
benchmark
|
75
|
-
bundler (
|
107
|
+
benchmark (~> 0.4)
|
108
|
+
bundler (~> 2.0)
|
76
109
|
diff-lcs (~> 1.4)
|
77
|
-
|
78
|
-
jaro_winkler (~> 1.5)
|
110
|
+
jaro_winkler (~> 1.6, >= 1.6.1)
|
79
111
|
kramdown (~> 2.3)
|
80
112
|
kramdown-parser-gfm (~> 1.1)
|
113
|
+
logger (~> 1.6)
|
114
|
+
observer (~> 0.1)
|
115
|
+
ostruct (~> 0.6)
|
81
116
|
parser (~> 3.0)
|
82
|
-
|
83
|
-
|
117
|
+
prism (~> 1.4)
|
118
|
+
rbs (~> 3.6.1)
|
119
|
+
reverse_markdown (~> 3.0)
|
120
|
+
rubocop (~> 1.38)
|
84
121
|
thor (~> 1.0)
|
85
122
|
tilt (~> 2.0)
|
86
123
|
yard (~> 0.9, >= 0.9.24)
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
124
|
+
yard-solargraph (~> 0.1)
|
125
|
+
standard (1.50.0)
|
126
|
+
language_server-protocol (~> 3.17.0.2)
|
127
|
+
lint_roller (~> 1.0)
|
128
|
+
rubocop (~> 1.75.5)
|
129
|
+
standard-custom (~> 1.0.0)
|
130
|
+
standard-performance (~> 1.8)
|
131
|
+
standard-custom (1.0.2)
|
132
|
+
lint_roller (~> 1.0)
|
133
|
+
rubocop (~> 1.50)
|
134
|
+
standard-performance (1.8.0)
|
135
|
+
lint_roller (~> 1.1)
|
136
|
+
rubocop-performance (~> 1.25.0)
|
137
|
+
stringio (3.1.7)
|
138
|
+
thor (1.4.0)
|
139
|
+
tilt (2.6.1)
|
140
|
+
unicode-display_width (3.1.5)
|
141
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
142
|
+
unicode-emoji (4.0.4)
|
143
|
+
yard (0.9.37)
|
144
|
+
yard-solargraph (0.1.0)
|
145
|
+
yard (~> 0.9)
|
96
146
|
|
97
147
|
PLATFORMS
|
98
|
-
|
99
|
-
|
148
|
+
aarch64-linux-gnu
|
149
|
+
aarch64-linux-musl
|
150
|
+
arm-linux-gnu
|
151
|
+
arm-linux-musl
|
152
|
+
arm64-darwin
|
153
|
+
x86_64-darwin
|
154
|
+
x86_64-linux-gnu
|
155
|
+
x86_64-linux-musl
|
100
156
|
|
101
157
|
DEPENDENCIES
|
102
|
-
|
158
|
+
irb
|
103
159
|
rake (~> 13.0)
|
104
|
-
redcarpet
|
105
|
-
rspec
|
106
|
-
rubocop
|
160
|
+
redcarpet
|
161
|
+
rspec
|
162
|
+
rubocop
|
107
163
|
ruby-sh!
|
108
164
|
solargraph
|
109
|
-
standard
|
110
|
-
yard
|
165
|
+
standard
|
166
|
+
yard
|
111
167
|
|
112
168
|
BUNDLED WITH
|
113
|
-
2.
|
169
|
+
2.6.9
|