ruby-sh 2.1.4 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91cf2506446079b3fe817363924b3c6449013525842e65458a29f4c0b7c35cb3
4
- data.tar.gz: 4c7bf3f948195bfe2d64e9e368a3471dfa4b7eb43396c58775851b8c3b827516
3
+ metadata.gz: b7e34c49e0c92ead3605ae076cb88bfffe40200fb5aff7d50c3f83defec0636e
4
+ data.tar.gz: 8663985fc1d89b81a2685afbbbbf5c3dacc7a28657839bc37f0bc37186ecacf9
5
5
  SHA512:
6
- metadata.gz: b5e584c74dc57d72549c232120997eac68237afb27281e6172ba0377d337ce826b1056a4735737807a985865a89aa450abefc79044a8d3df0794e0e4f6476ce4
7
- data.tar.gz: 44d52e9f7484e79fae0c1502fdfa67c3571b2e75fb9bb3b9c66200136586927c4378cb9f4c55ea6605498154cfc3d1be9c59caba8ad0f054acbd59de2d8e6466
6
+ metadata.gz: 8638c9cdccc90bbcc4e1de67639a60de376f51d54b3e2416177ddde39ec32b1958f1141e1f35d9d8a39a5f85a9b6eadab3564822a773ec39c351875b8506532f
7
+ data.tar.gz: f953a1d4231017ea4a241fc83c949377e9fcac8e2b9e8b6f5baf3d49012fe7b09216b05b7cc991256ca473384418dd75278661049a3b4cd44ce980750213c569
data/.editorconfig ADDED
@@ -0,0 +1,9 @@
1
+ root = true
2
+
3
+ [*]
4
+ charset = utf-8
5
+ indent_style = space
6
+ indent_size = 2
7
+ insert_final_newline = true
8
+ trim_trailing_whitespace = true
9
+ end_of_line = lf
data/.rubocop.yml CHANGED
@@ -6,5 +6,5 @@ inherit_gem:
6
6
  AllCops:
7
7
  SuggestExtensions: false
8
8
  Exclude:
9
- - 'bin/**/*'
10
-
9
+ - "bin/**/*"
10
+ - "vendor/**/*"
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.4.5
data/Gemfile CHANGED
@@ -5,6 +5,20 @@ source "https://rubygems.org"
5
5
  # Specify your gem's dependencies in rubsh.gemspec
6
6
  gemspec
7
7
 
8
+ # rake
9
+ gem "irb"
8
10
  gem "rake", "~> 13.0"
9
- gem "rspec", "~> 3.0"
10
- gem "standard", "~> 1.12"
11
+
12
+ # lint
13
+ gem "rubocop"
14
+ gem "standard"
15
+
16
+ # test
17
+ gem "rspec"
18
+
19
+ # doc
20
+ gem "yard"
21
+ gem "redcarpet"
22
+
23
+ # lsp
24
+ gem "solargraph"
data/Gemfile.lock CHANGED
@@ -1,62 +1,169 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby-sh (2.1.4)
4
+ ruby-sh (3.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- ast (2.4.2)
10
- diff-lcs (1.5.0)
11
- parallel (1.22.1)
12
- parser (3.1.2.0)
9
+ ast (2.4.3)
10
+ backport (1.2.0)
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)
24
+ kramdown-parser-gfm (1.1.0)
25
+ kramdown (~> 2.0)
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)
30
+ racc (~> 1.4)
31
+ nokogiri (1.18.9-aarch64-linux-musl)
32
+ racc (~> 1.4)
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)
13
49
  ast (~> 2.4.1)
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)
14
59
  rainbow (3.1.1)
15
- rake (13.0.6)
16
- regexp_parser (2.5.0)
17
- rexml (3.2.5)
18
- rspec (3.11.0)
19
- rspec-core (~> 3.11.0)
20
- rspec-expectations (~> 3.11.0)
21
- rspec-mocks (~> 3.11.0)
22
- rspec-core (3.11.0)
23
- rspec-support (~> 3.11.0)
24
- rspec-expectations (3.11.0)
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)
71
+ nokogiri
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)
25
80
  diff-lcs (>= 1.2.0, < 2.0)
26
- rspec-support (~> 3.11.0)
27
- rspec-mocks (3.11.1)
81
+ rspec-support (~> 3.13.0)
82
+ rspec-mocks (3.13.5)
28
83
  diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.11.0)
30
- rspec-support (3.11.0)
31
- rubocop (1.29.1)
84
+ rspec-support (~> 3.13.0)
85
+ rspec-support (3.13.4)
86
+ rubocop (1.75.8)
87
+ json (~> 2.3)
88
+ language_server-protocol (~> 3.17.0.2)
89
+ lint_roller (~> 1.1.0)
32
90
  parallel (~> 1.10)
33
- parser (>= 3.1.0.0)
91
+ parser (>= 3.3.0.2)
34
92
  rainbow (>= 2.2.2, < 4.0)
35
- regexp_parser (>= 1.8, < 3.0)
36
- rexml (>= 3.2.5, < 4.0)
37
- rubocop-ast (>= 1.17.0, < 2.0)
93
+ regexp_parser (>= 2.9.3, < 3.0)
94
+ rubocop-ast (>= 1.44.0, < 2.0)
38
95
  ruby-progressbar (~> 1.7)
39
- unicode-display_width (>= 1.4.0, < 3.0)
40
- rubocop-ast (1.18.0)
41
- parser (>= 3.1.1.0)
42
- rubocop-performance (1.13.3)
43
- rubocop (>= 1.7.0, < 2.0)
44
- rubocop-ast (>= 0.4.0)
45
- ruby-progressbar (1.11.0)
46
- standard (1.12.1)
47
- rubocop (= 1.29.1)
48
- rubocop-performance (= 1.13.3)
49
- unicode-display_width (2.1.0)
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)
106
+ backport (~> 1.2)
107
+ benchmark (~> 0.4)
108
+ bundler (~> 2.0)
109
+ diff-lcs (~> 1.4)
110
+ jaro_winkler (~> 1.6, >= 1.6.1)
111
+ kramdown (~> 2.3)
112
+ kramdown-parser-gfm (~> 1.1)
113
+ logger (~> 1.6)
114
+ observer (~> 0.1)
115
+ ostruct (~> 0.6)
116
+ parser (~> 3.0)
117
+ prism (~> 1.4)
118
+ rbs (~> 3.6.1)
119
+ reverse_markdown (~> 3.0)
120
+ rubocop (~> 1.38)
121
+ thor (~> 1.0)
122
+ tilt (~> 2.0)
123
+ yard (~> 0.9, >= 0.9.24)
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)
50
146
 
51
147
  PLATFORMS
52
- ruby
53
- x86_64-linux
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
54
156
 
55
157
  DEPENDENCIES
158
+ irb
56
159
  rake (~> 13.0)
57
- rspec (~> 3.0)
160
+ redcarpet
161
+ rspec
162
+ rubocop
58
163
  ruby-sh!
59
- standard (~> 1.12)
164
+ solargraph
165
+ standard
166
+ yard
60
167
 
61
168
  BUNDLED WITH
62
- 2.3.8
169
+ 2.6.9