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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed7c44c0751c5a302ee4f576ff386d5e345599caf3d06e302d81c21d58bc8729
4
- data.tar.gz: 16c410868acd95c98ddfd78db9883136aa3e1d4361358463b72c078a371830c0
3
+ metadata.gz: b7e34c49e0c92ead3605ae076cb88bfffe40200fb5aff7d50c3f83defec0636e
4
+ data.tar.gz: 8663985fc1d89b81a2685afbbbbf5c3dacc7a28657839bc37f0bc37186ecacf9
5
5
  SHA512:
6
- metadata.gz: 16924112923bd153dbd9c69fee521f58e3b2fd394846ac110142cf04152a5f3d3533c2d88984c9c9d0723c64743c5e3f1003ecd0fe4620edea3d4be199030fa4
7
- data.tar.gz: b9434103597b613d4a6c6aaf82da6f72ca850dccd453eea9b1e5ec561ffd2a202894dfbdcfcd2acfb17229eee780c7c47c377546e985e36dd372a233b76d8999
6
+ metadata.gz: 8638c9cdccc90bbcc4e1de67639a60de376f51d54b3e2416177ddde39ec32b1958f1141e1f35d9d8a39a5f85a9b6eadab3564822a773ec39c351875b8506532f
7
+ data.tar.gz: f953a1d4231017ea4a241fc83c949377e9fcac8e2b9e8b6f5baf3d49012fe7b09216b05b7cc991256ca473384418dd75278661049a3b4cd44ce980750213c569
data/.rubocop.yml CHANGED
@@ -6,6 +6,5 @@ inherit_gem:
6
6
  AllCops:
7
7
  SuggestExtensions: false
8
8
  Exclude:
9
- - 'bin/**/*'
10
- - 'vendor/**/*'
11
-
9
+ - "bin/**/*"
10
+ - "vendor/**/*"
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.1
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", "~> 1.29"
13
- gem "standard", "~> 1.12"
13
+ gem "rubocop"
14
+ gem "standard"
14
15
 
15
16
  # test
16
- gem "rspec", "~> 3.0"
17
+ gem "rspec"
17
18
 
18
19
  # doc
19
- gem "yard", "~> 0.9"
20
- gem "redcarpet", "~> 3.5"
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 (2.2.6)
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)
9
+ ast (2.4.3)
10
10
  backport (1.2.0)
11
- benchmark (0.2.1)
12
- childprocess (4.1.0)
13
- diff-lcs (1.5.0)
14
- e2mmap (0.1.0)
15
- iniparse (1.5.0)
16
- jaro_winkler (1.5.6)
17
- json (2.6.2)
18
- kramdown (2.4.0)
19
- rexml
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
- mini_portile2 (2.8.4)
23
- nokogiri (1.15.4)
24
- mini_portile2 (~> 2.8.2)
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.15.4-x86_64-linux)
31
+ nokogiri (1.18.9-aarch64-linux-musl)
27
32
  racc (~> 1.4)
28
- overcommit (0.59.1)
29
- childprocess (>= 0.6.3, < 5)
30
- iniparse (~> 1.4)
31
- rexml (~> 3.2)
32
- parallel (1.22.1)
33
- parser (3.1.2.1)
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
- racc (1.7.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)
36
59
  rainbow (3.1.1)
37
- rake (13.0.6)
38
- redcarpet (3.5.1)
39
- regexp_parser (2.5.0)
40
- reverse_markdown (2.1.1)
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.2.5)
43
- rspec (3.11.0)
44
- rspec-core (~> 3.11.0)
45
- rspec-expectations (~> 3.11.0)
46
- rspec-mocks (~> 3.11.0)
47
- rspec-core (3.11.0)
48
- rspec-support (~> 3.11.0)
49
- rspec-expectations (3.11.0)
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.11.0)
52
- rspec-mocks (3.11.1)
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.11.0)
55
- rspec-support (3.11.0)
56
- rubocop (1.35.0)
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.1.2.1)
91
+ parser (>= 3.3.0.2)
60
92
  rainbow (>= 2.2.2, < 4.0)
61
- regexp_parser (>= 1.8, < 3.0)
62
- rexml (>= 3.2.5, < 4.0)
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 (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.21.0)
67
- parser (>= 3.1.1.0)
68
- rubocop-performance (1.14.3)
69
- rubocop (>= 1.7.0, < 2.0)
70
- rubocop-ast (>= 0.4.0)
71
- ruby-progressbar (1.11.0)
72
- solargraph (0.48.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)
73
106
  backport (~> 1.2)
74
- benchmark
75
- bundler (>= 1.17.2)
107
+ benchmark (~> 0.4)
108
+ bundler (~> 2.0)
76
109
  diff-lcs (~> 1.4)
77
- e2mmap
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
- reverse_markdown (>= 1.0.5, < 3)
83
- rubocop (>= 0.52)
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
- standard (1.16.0)
88
- rubocop (= 1.35.0)
89
- rubocop-performance (= 1.14.3)
90
- thor (1.2.2)
91
- tilt (2.3.0)
92
- unicode-display_width (2.2.0)
93
- webrick (1.7.0)
94
- yard (0.9.28)
95
- webrick (~> 1.7.0)
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
- ruby
99
- 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
100
156
 
101
157
  DEPENDENCIES
102
- overcommit (~> 0.59)
158
+ irb
103
159
  rake (~> 13.0)
104
- redcarpet (~> 3.5)
105
- rspec (~> 3.0)
106
- rubocop (~> 1.29)
160
+ redcarpet
161
+ rspec
162
+ rubocop
107
163
  ruby-sh!
108
164
  solargraph
109
- standard (~> 1.12)
110
- yard (~> 0.9)
165
+ standard
166
+ yard
111
167
 
112
168
  BUNDLED WITH
113
- 2.3.8
169
+ 2.6.9