spoom 1.2.3 → 1.2.4

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spoom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Terrasa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-08 00:00:00.000000000 Z
11
+ date: 2023-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -135,6 +135,7 @@ files:
135
135
  - Rakefile
136
136
  - exe/spoom
137
137
  - lib/spoom.rb
138
+ - lib/spoom/backtrace_filter/minitest.rb
138
139
  - lib/spoom/cli.rb
139
140
  - lib/spoom/cli/bump.rb
140
141
  - lib/spoom/cli/config.rb
@@ -164,9 +165,25 @@ files:
164
165
  - lib/spoom/deadcode/indexer.rb
165
166
  - lib/spoom/deadcode/location.rb
166
167
  - lib/spoom/deadcode/plugins.rb
168
+ - lib/spoom/deadcode/plugins/action_mailer.rb
169
+ - lib/spoom/deadcode/plugins/actionpack.rb
170
+ - lib/spoom/deadcode/plugins/active_job.rb
171
+ - lib/spoom/deadcode/plugins/active_model.rb
172
+ - lib/spoom/deadcode/plugins/active_record.rb
173
+ - lib/spoom/deadcode/plugins/active_support.rb
167
174
  - lib/spoom/deadcode/plugins/base.rb
175
+ - lib/spoom/deadcode/plugins/graphql.rb
176
+ - lib/spoom/deadcode/plugins/minitest.rb
177
+ - lib/spoom/deadcode/plugins/namespaces.rb
178
+ - lib/spoom/deadcode/plugins/rails.rb
179
+ - lib/spoom/deadcode/plugins/rake.rb
180
+ - lib/spoom/deadcode/plugins/rspec.rb
181
+ - lib/spoom/deadcode/plugins/rubocop.rb
168
182
  - lib/spoom/deadcode/plugins/ruby.rb
183
+ - lib/spoom/deadcode/plugins/sorbet.rb
184
+ - lib/spoom/deadcode/plugins/thor.rb
169
185
  - lib/spoom/deadcode/reference.rb
186
+ - lib/spoom/deadcode/remover.rb
170
187
  - lib/spoom/deadcode/send.rb
171
188
  - lib/spoom/file_collector.rb
172
189
  - lib/spoom/file_tree.rb
@@ -205,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
222
  - !ruby/object:Gem::Version
206
223
  version: '0'
207
224
  requirements: []
208
- rubygems_version: 3.4.17
225
+ rubygems_version: 3.4.19
209
226
  signing_key:
210
227
  specification_version: 4
211
228
  summary: Useful tools for Sorbet enthusiasts.