tsumanne 0.0.0 → 0.0.1

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.
@@ -0,0 +1,238 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `simplecov_json_formatter` gem.
5
+ # Please instead update this file by running `bin/tapioca gem simplecov_json_formatter`.
6
+
7
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#7
8
+ module SimpleCov
9
+ class << self
10
+ # source://simplecov/0.22.0/lib/simplecov.rb#174
11
+ def at_exit_behavior; end
12
+
13
+ # source://simplecov/0.22.0/lib/simplecov.rb#170
14
+ def clear_result; end
15
+
16
+ # source://simplecov/0.22.0/lib/simplecov.rb#86
17
+ def collate(result_filenames, profile = T.unsafe(nil), ignore_timeout: T.unsafe(nil), &block); end
18
+
19
+ # source://simplecov/0.22.0/lib/simplecov.rb#223
20
+ def exit_and_report_previous_error(exit_status); end
21
+
22
+ # source://simplecov/0.22.0/lib/simplecov.rb#200
23
+ def exit_status_from_exception; end
24
+
25
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
26
+ def external_at_exit; end
27
+
28
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
29
+ def external_at_exit=(_arg0); end
30
+
31
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
32
+ def external_at_exit?; end
33
+
34
+ # source://simplecov/0.22.0/lib/simplecov.rb#131
35
+ def filtered(files); end
36
+
37
+ # source://simplecov/0.22.0/lib/simplecov.rb#268
38
+ def final_result_process?; end
39
+
40
+ # source://simplecov/0.22.0/lib/simplecov.rb#142
41
+ def grouped(files); end
42
+
43
+ # source://simplecov/0.22.0/lib/simplecov.rb#162
44
+ def load_adapter(name); end
45
+
46
+ # source://simplecov/0.22.0/lib/simplecov.rb#158
47
+ def load_profile(name); end
48
+
49
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
50
+ def pid; end
51
+
52
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
53
+ def pid=(_arg0); end
54
+
55
+ # source://simplecov/0.22.0/lib/simplecov.rb#213
56
+ def previous_error?(error_exit_status); end
57
+
58
+ # source://simplecov/0.22.0/lib/simplecov.rb#248
59
+ def process_result(result); end
60
+
61
+ # source://simplecov/0.22.0/lib/simplecov.rb#233
62
+ def process_results_and_report_error; end
63
+
64
+ # source://simplecov/0.22.0/lib/simplecov.rb#229
65
+ def ready_to_process_results?; end
66
+
67
+ # source://simplecov/0.22.0/lib/simplecov.rb#101
68
+ def result; end
69
+
70
+ # source://simplecov/0.22.0/lib/simplecov.rb#124
71
+ def result?; end
72
+
73
+ # source://simplecov/0.22.0/lib/simplecov.rb#256
74
+ def result_exit_status(result); end
75
+
76
+ # source://simplecov/0.22.0/lib/simplecov.rb#296
77
+ def round_coverage(coverage); end
78
+
79
+ # source://simplecov/0.22.0/lib/simplecov.rb#186
80
+ def run_exit_tasks!; end
81
+
82
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
83
+ def running; end
84
+
85
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
86
+ def running=(_arg0); end
87
+
88
+ # source://simplecov/0.22.0/lib/simplecov.rb#48
89
+ def start(profile = T.unsafe(nil), &block); end
90
+
91
+ # source://simplecov/0.22.0/lib/simplecov.rb#276
92
+ def wait_for_other_processes; end
93
+
94
+ # source://simplecov/0.22.0/lib/simplecov.rb#285
95
+ def write_last_run(result); end
96
+
97
+ private
98
+
99
+ # source://simplecov/0.22.0/lib/simplecov.rb#399
100
+ def adapt_coverage_result; end
101
+
102
+ # source://simplecov/0.22.0/lib/simplecov.rb#371
103
+ def add_not_loaded_files(result); end
104
+
105
+ # source://simplecov/0.22.0/lib/simplecov.rb#302
106
+ def initial_setup(profile, &block); end
107
+
108
+ # source://simplecov/0.22.0/lib/simplecov.rb#363
109
+ def lookup_corresponding_ruby_coverage_name(criterion); end
110
+
111
+ # source://simplecov/0.22.0/lib/simplecov.rb#425
112
+ def make_parallel_tests_available; end
113
+
114
+ # source://simplecov/0.22.0/lib/simplecov.rb#434
115
+ def probably_running_parallel_tests?; end
116
+
117
+ # source://simplecov/0.22.0/lib/simplecov.rb#388
118
+ def process_coverage_result; end
119
+
120
+ # source://simplecov/0.22.0/lib/simplecov.rb#410
121
+ def remove_useless_results; end
122
+
123
+ # source://simplecov/0.22.0/lib/simplecov.rb#420
124
+ def result_with_not_loaded_files; end
125
+
126
+ # source://simplecov/0.22.0/lib/simplecov.rb#314
127
+ def start_coverage_measurement; end
128
+
129
+ # source://simplecov/0.22.0/lib/simplecov.rb#349
130
+ def start_coverage_with_criteria; end
131
+ end
132
+ end
133
+
134
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#8
135
+ module SimpleCov::Formatter
136
+ class << self
137
+ # source://simplecov/0.22.0/lib/simplecov/default_formatter.rb#7
138
+ def from_env(env); end
139
+ end
140
+ end
141
+
142
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#9
143
+ class SimpleCov::Formatter::JSONFormatter
144
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#10
145
+ def format(result); end
146
+
147
+ private
148
+
149
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#25
150
+ def export_formatted_result(result_hash); end
151
+
152
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#20
153
+ def format_result(result); end
154
+
155
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter.rb#30
156
+ def output_message(result); end
157
+ end
158
+
159
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#3
160
+ module SimpleCovJSONFormatter; end
161
+
162
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#4
163
+ class SimpleCovJSONFormatter::ResultExporter
164
+ # @return [ResultExporter] a new instance of ResultExporter
165
+ #
166
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#7
167
+ def initialize(result_hash); end
168
+
169
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#11
170
+ def export; end
171
+
172
+ private
173
+
174
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#23
175
+ def export_path; end
176
+
177
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#19
178
+ def json_result; end
179
+ end
180
+
181
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_exporter.rb#5
182
+ SimpleCovJSONFormatter::ResultExporter::FILENAME = T.let(T.unsafe(nil), String)
183
+
184
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#6
185
+ class SimpleCovJSONFormatter::ResultHashFormatter
186
+ # @return [ResultHashFormatter] a new instance of ResultHashFormatter
187
+ #
188
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#7
189
+ def initialize(result); end
190
+
191
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#11
192
+ def format; end
193
+
194
+ private
195
+
196
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#20
197
+ def format_files; end
198
+
199
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#27
200
+ def format_groups; end
201
+
202
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#47
203
+ def format_source_file(source_file); end
204
+
205
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/result_hash_formatter.rb#37
206
+ def formatted_result; end
207
+ end
208
+
209
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#4
210
+ class SimpleCovJSONFormatter::SourceFileFormatter
211
+ # @return [SourceFileFormatter] a new instance of SourceFileFormatter
212
+ #
213
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#5
214
+ def initialize(source_file); end
215
+
216
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#10
217
+ def format; end
218
+
219
+ private
220
+
221
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#26
222
+ def branch_coverage; end
223
+
224
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#41
225
+ def branches; end
226
+
227
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#20
228
+ def line_coverage; end
229
+
230
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#32
231
+ def lines; end
232
+
233
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#56
234
+ def parse_branch(branch); end
235
+
236
+ # source://simplecov_json_formatter//lib/simplecov_json_formatter/source_file_formatter.rb#50
237
+ def parse_line(line); end
238
+ end
@@ -958,7 +958,7 @@ class Spoom::Coverage::D3::ColorPalette < ::T::Struct
958
958
  prop :strong, ::String
959
959
 
960
960
  class << self
961
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
961
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
962
962
  def inherited(s); end
963
963
  end
964
964
  end
@@ -1298,7 +1298,7 @@ class Spoom::Coverage::Snapshot < ::T::Struct
1298
1298
  sig { params(obj: T::Hash[::String, T.untyped]).returns(::Spoom::Coverage::Snapshot) }
1299
1299
  def from_obj(obj); end
1300
1300
 
1301
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
1301
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1302
1302
  def inherited(s); end
1303
1303
  end
1304
1304
  end
@@ -1436,7 +1436,7 @@ class Spoom::Deadcode::Definition < ::T::Struct
1436
1436
  def module?; end
1437
1437
 
1438
1438
  class << self
1439
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
1439
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1440
1440
  def inherited(s); end
1441
1441
  end
1442
1442
  end
@@ -1990,7 +1990,7 @@ class Spoom::Deadcode::Reference < ::T::Struct
1990
1990
  def method?; end
1991
1991
 
1992
1992
  class << self
1993
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
1993
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1994
1994
  def inherited(s); end
1995
1995
  end
1996
1996
  end
@@ -2015,7 +2015,7 @@ class Spoom::Deadcode::Send < ::T::Struct
2015
2015
  const :block, T.nilable(::SyntaxTree::Node), default: T.unsafe(nil)
2016
2016
 
2017
2017
  class << self
2018
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2018
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2019
2019
  def inherited(s); end
2020
2020
  end
2021
2021
  end
@@ -2035,7 +2035,7 @@ class Spoom::ExecResult < ::T::Struct
2035
2035
  def to_s; end
2036
2036
 
2037
2037
  class << self
2038
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2038
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2039
2039
  def inherited(s); end
2040
2040
  end
2041
2041
  end
@@ -2243,7 +2243,7 @@ class Spoom::FileTree::Node < ::T::Struct
2243
2243
  def path; end
2244
2244
 
2245
2245
  class << self
2246
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2246
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2247
2247
  def inherited(s); end
2248
2248
  end
2249
2249
  end
@@ -2309,7 +2309,7 @@ class Spoom::Git::Commit < ::T::Struct
2309
2309
  def timestamp; end
2310
2310
 
2311
2311
  class << self
2312
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2312
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2313
2313
  def inherited(s); end
2314
2314
 
2315
2315
  # Parse a line formated as `%h %at` into a `Commit`
@@ -2421,7 +2421,7 @@ class Spoom::LSP::Diagnostic < ::T::Struct
2421
2421
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Diagnostic) }
2422
2422
  def from_json(json); end
2423
2423
 
2424
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2424
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2425
2425
  def inherited(s); end
2426
2426
  end
2427
2427
  end
@@ -2454,7 +2454,7 @@ class Spoom::LSP::DocumentSymbol < ::T::Struct
2454
2454
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::DocumentSymbol) }
2455
2455
  def from_json(json); end
2456
2456
 
2457
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2457
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2458
2458
  def inherited(s); end
2459
2459
  end
2460
2460
  end
@@ -2512,7 +2512,7 @@ class Spoom::LSP::Hover < ::T::Struct
2512
2512
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Hover) }
2513
2513
  def from_json(json); end
2514
2514
 
2515
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2515
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2516
2516
  def inherited(s); end
2517
2517
  end
2518
2518
  end
@@ -2537,7 +2537,7 @@ class Spoom::LSP::Location < ::T::Struct
2537
2537
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Location) }
2538
2538
  def from_json(json); end
2539
2539
 
2540
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2540
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2541
2541
  def inherited(s); end
2542
2542
  end
2543
2543
  end
@@ -2600,7 +2600,7 @@ class Spoom::LSP::Position < ::T::Struct
2600
2600
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Position) }
2601
2601
  def from_json(json); end
2602
2602
 
2603
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2603
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2604
2604
  def inherited(s); end
2605
2605
  end
2606
2606
  end
@@ -2638,7 +2638,7 @@ class Spoom::LSP::Range < ::T::Struct
2638
2638
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Range) }
2639
2639
  def from_json(json); end
2640
2640
 
2641
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2641
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2642
2642
  def inherited(s); end
2643
2643
  end
2644
2644
  end
@@ -2704,7 +2704,7 @@ class Spoom::LSP::SignatureHelp < ::T::Struct
2704
2704
  sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::SignatureHelp) }
2705
2705
  def from_json(json); end
2706
2706
 
2707
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
2707
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
2708
2708
  def inherited(s); end
2709
2709
  end
2710
2710
  end
@@ -185,7 +185,7 @@ class RBI::TypedParam < ::T::Struct
185
185
  const :type, ::String
186
186
 
187
187
  class << self
188
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
188
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
189
189
  def inherited(s); end
190
190
  end
191
191
  end
@@ -1012,7 +1012,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct
1012
1012
  const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart]
1013
1013
 
1014
1014
  class << self
1015
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
1015
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1016
1016
  def inherited(s); end
1017
1017
  end
1018
1018
  end
@@ -1023,7 +1023,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct
1023
1023
  const :colors, T::Array[::Symbol]
1024
1024
 
1025
1025
  class << self
1026
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
1026
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
1027
1027
  def inherited(s); end
1028
1028
  end
1029
1029
  end
@@ -3148,7 +3148,7 @@ module Tapioca::Static::SymbolLoader
3148
3148
 
3149
3149
  # @return [Array<T.class_of(Rails::Engine)>]
3150
3150
  #
3151
- # source://sorbet-runtime/0.5.10990/lib/types/private/methods/_methods.rb#255
3151
+ # source://sorbet-runtime/0.5.10991/lib/types/private/methods/_methods.rb#255
3152
3152
  def engines(*args, **_arg1, &blk); end
3153
3153
 
3154
3154
  # source://tapioca//lib/tapioca/static/symbol_loader.rb#73
@@ -378,7 +378,7 @@ class YARDSorbet::TStructProp < ::T::Struct
378
378
  const :types, T::Array[::String]
379
379
 
380
380
  class << self
381
- # source://sorbet-runtime/0.5.10990/lib/types/struct.rb#13
381
+ # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13
382
382
  def inherited(s); end
383
383
  end
384
384
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsumanne
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - eggplants
@@ -66,6 +66,34 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: simplecov
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '0.8'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '0.8'
83
+ - !ruby/object:Gem::Dependency
84
+ name: simplecov_json_formatter
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.1'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.1'
69
97
  - !ruby/object:Gem::Dependency
70
98
  name: sorbet
71
99
  requirement: !ruby/object:Gem::Requirement
@@ -185,6 +213,7 @@ files:
185
213
  - sorbet/rbi/gems/ast@2.4.2.rbi
186
214
  - sorbet/rbi/gems/base64@0.1.1.rbi
187
215
  - sorbet/rbi/gems/diff-lcs@1.5.0.rbi
216
+ - sorbet/rbi/gems/docile@1.4.0.rbi
188
217
  - sorbet/rbi/gems/erubi@1.12.0.rbi
189
218
  - sorbet/rbi/gems/ffi-compiler@1.0.1.rbi
190
219
  - sorbet/rbi/gems/ffi@1.15.5.rbi
@@ -216,6 +245,9 @@ files:
216
245
  - sorbet/rbi/gems/rubocop-sorbet@0.7.3.rbi
217
246
  - sorbet/rbi/gems/rubocop@1.56.2.rbi
218
247
  - sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi
248
+ - sorbet/rbi/gems/simplecov-html@0.12.3.rbi
249
+ - sorbet/rbi/gems/simplecov@0.22.0.rbi
250
+ - sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi
219
251
  - sorbet/rbi/gems/spoom@1.2.3.rbi
220
252
  - sorbet/rbi/gems/syntax_tree@6.1.1.rbi
221
253
  - sorbet/rbi/gems/tapioca@0.11.8.rbi