categoria 0.1.0.pre.beta0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +34 -0
  3. data/.ruby-version +1 -0
  4. data/CHANGELOG.md +5 -0
  5. data/LICENSE.txt +21 -0
  6. data/README.md +33 -0
  7. data/Rakefile +12 -0
  8. data/categoria.gemspec +48 -0
  9. data/lib/categoria/version.rb +6 -0
  10. data/lib/categoria.rb +9 -0
  11. data/lib/generators/categoria/command_generator.rb +8 -0
  12. data/lib/generators/categoria/domain_generator.rb +35 -0
  13. data/lib/generators/categoria/model_generator.rb +8 -0
  14. data/lib/generators/categoria/templates/domain_module.rb.erb +6 -0
  15. data/sig/categoria.rbs +4 -0
  16. data/sorbet/config +4 -0
  17. data/sorbet/rbi/annotations/.gitattributes +1 -0
  18. data/sorbet/rbi/annotations/actionmailer.rbi +10 -0
  19. data/sorbet/rbi/annotations/actionpack.rbi +429 -0
  20. data/sorbet/rbi/annotations/actionview.rbi +75 -0
  21. data/sorbet/rbi/annotations/activejob.rbi +44 -0
  22. data/sorbet/rbi/annotations/activemodel.rbi +89 -0
  23. data/sorbet/rbi/annotations/activerecord.rbi +92 -0
  24. data/sorbet/rbi/annotations/activesupport.rbi +421 -0
  25. data/sorbet/rbi/annotations/globalid.rbi +30 -0
  26. data/sorbet/rbi/annotations/railties.rbi +61 -0
  27. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  28. data/sorbet/rbi/gems/.gitattributes +1 -0
  29. data/sorbet/rbi/gems/actioncable@7.1.3.3.rbi +9 -0
  30. data/sorbet/rbi/gems/actionmailbox@7.1.3.3.rbi +9 -0
  31. data/sorbet/rbi/gems/actionmailer@7.1.3.3.rbi +9 -0
  32. data/sorbet/rbi/gems/actionpack@7.1.3.3.rbi +9 -0
  33. data/sorbet/rbi/gems/actiontext@7.1.3.3.rbi +9 -0
  34. data/sorbet/rbi/gems/actionview@7.1.3.3.rbi +9 -0
  35. data/sorbet/rbi/gems/activejob@7.1.3.3.rbi +9 -0
  36. data/sorbet/rbi/gems/activemodel@7.1.3.3.rbi +9 -0
  37. data/sorbet/rbi/gems/activerecord@7.1.3.3.rbi +9 -0
  38. data/sorbet/rbi/gems/activestorage@7.1.3.3.rbi +9 -0
  39. data/sorbet/rbi/gems/activesupport@7.1.3.3.rbi +11 -0
  40. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  41. data/sorbet/rbi/gems/base64@0.2.0.rbi +9 -0
  42. data/sorbet/rbi/gems/bigdecimal@3.1.8.rbi +9 -0
  43. data/sorbet/rbi/gems/builder@3.2.4.rbi +9 -0
  44. data/sorbet/rbi/gems/concurrent-ruby@1.3.1.rbi +9 -0
  45. data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
  46. data/sorbet/rbi/gems/crass@1.0.6.rbi +9 -0
  47. data/sorbet/rbi/gems/date@3.3.4.rbi +73 -0
  48. data/sorbet/rbi/gems/drb@2.2.1.rbi +9 -0
  49. data/sorbet/rbi/gems/erubi@1.12.0.rbi +146 -0
  50. data/sorbet/rbi/gems/globalid@1.2.1.rbi +9 -0
  51. data/sorbet/rbi/gems/i18n@1.14.5.rbi +9 -0
  52. data/sorbet/rbi/gems/io-console@0.7.2.rbi +9 -0
  53. data/sorbet/rbi/gems/json@2.7.2.rbi +1562 -0
  54. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
  55. data/sorbet/rbi/gems/loofah@2.22.0.rbi +9 -0
  56. data/sorbet/rbi/gems/mail@2.8.1.rbi +9 -0
  57. data/sorbet/rbi/gems/marcel@1.0.4.rbi +9 -0
  58. data/sorbet/rbi/gems/mini_mime@1.1.5.rbi +9 -0
  59. data/sorbet/rbi/gems/minitest@5.23.1.rbi +1555 -0
  60. data/sorbet/rbi/gems/mutex_m@0.2.0.rbi +9 -0
  61. data/sorbet/rbi/gems/net-imap@0.4.11.rbi +9 -0
  62. data/sorbet/rbi/gems/net-pop@0.1.2.rbi +9 -0
  63. data/sorbet/rbi/gems/net-protocol@0.2.2.rbi +282 -0
  64. data/sorbet/rbi/gems/net-smtp@0.5.0.rbi +9 -0
  65. data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
  66. data/sorbet/rbi/gems/nio4r@2.7.3.rbi +9 -0
  67. data/sorbet/rbi/gems/nokogiri@1.16.5.rbi +9 -0
  68. data/sorbet/rbi/gems/parallel@1.24.0.rbi +281 -0
  69. data/sorbet/rbi/gems/parser@3.3.2.0.rbi +5519 -0
  70. data/sorbet/rbi/gems/prism@0.29.0.rbi +37987 -0
  71. data/sorbet/rbi/gems/psych@5.1.2.rbi +1732 -0
  72. data/sorbet/rbi/gems/racc@1.8.0.rbi +162 -0
  73. data/sorbet/rbi/gems/rack-session@2.0.0.rbi +9 -0
  74. data/sorbet/rbi/gems/rack-test@2.1.0.rbi +9 -0
  75. data/sorbet/rbi/gems/rack@3.0.11.rbi +2910 -0
  76. data/sorbet/rbi/gems/rackup@2.1.0.rbi +390 -0
  77. data/sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi +9 -0
  78. data/sorbet/rbi/gems/rails-html-sanitizer@1.6.0.rbi +9 -0
  79. data/sorbet/rbi/gems/rails@7.1.3.3.rbi +9 -0
  80. data/sorbet/rbi/gems/railties@7.1.3.3.rbi +9 -0
  81. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  82. data/sorbet/rbi/gems/rake@13.2.1.rbi +3028 -0
  83. data/sorbet/rbi/gems/rbi@0.1.13.rbi +3078 -0
  84. data/sorbet/rbi/gems/rdoc@6.7.0.rbi +12719 -0
  85. data/sorbet/rbi/gems/regexp_parser@2.9.2.rbi +3772 -0
  86. data/sorbet/rbi/gems/reline@0.5.8.rbi +9 -0
  87. data/sorbet/rbi/gems/rexml@3.2.8.rbi +4794 -0
  88. data/sorbet/rbi/gems/rubocop-ast@1.31.3.rbi +7045 -0
  89. data/sorbet/rbi/gems/rubocop-minitest@0.35.0.rbi +2611 -0
  90. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
  91. data/sorbet/rbi/gems/rubocop-sorbet@0.8.3.rbi +1607 -0
  92. data/sorbet/rbi/gems/rubocop@1.64.1.rbi +58104 -0
  93. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  94. data/sorbet/rbi/gems/spoom@1.3.2.rbi +4421 -0
  95. data/sorbet/rbi/gems/stringio@3.1.0.rbi +9 -0
  96. data/sorbet/rbi/gems/strscan@3.1.0.rbi +9 -0
  97. data/sorbet/rbi/gems/tapioca@0.14.3.rbi +3534 -0
  98. data/sorbet/rbi/gems/thor@1.3.1.rbi +4352 -0
  99. data/sorbet/rbi/gems/timeout@0.4.1.rbi +143 -0
  100. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +9 -0
  101. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
  102. data/sorbet/rbi/gems/webrick@1.8.1.rbi +2607 -0
  103. data/sorbet/rbi/gems/websocket-driver@0.7.6.rbi +9 -0
  104. data/sorbet/rbi/gems/websocket-extensions@0.1.5.rbi +9 -0
  105. data/sorbet/rbi/gems/yard-sorbet@0.8.1.rbi +429 -0
  106. data/sorbet/rbi/gems/yard@0.9.36.rbi +18412 -0
  107. data/sorbet/rbi/gems/zeitwerk@2.6.15.rbi +9 -0
  108. data/sorbet/rbi/todo.rbi +46 -0
  109. data/sorbet/tapioca/config.yml +13 -0
  110. data/sorbet/tapioca/require.rb +4 -0
  111. metadata +339 -0
@@ -0,0 +1,403 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `rainbow` gem.
5
+ # Please instead update this file by running `bin/tapioca gem rainbow`.
6
+
7
+
8
+ class Object < ::BasicObject
9
+ include ::Kernel
10
+ include ::PP::ObjectMixin
11
+
12
+ private
13
+
14
+ # source://rainbow//lib/rainbow/global.rb#23
15
+ def Rainbow(string); end
16
+ end
17
+
18
+ # source://rainbow//lib/rainbow/string_utils.rb#3
19
+ module Rainbow
20
+ class << self
21
+ # source://rainbow//lib/rainbow/global.rb#10
22
+ def enabled; end
23
+
24
+ # source://rainbow//lib/rainbow/global.rb#14
25
+ def enabled=(value); end
26
+
27
+ # source://rainbow//lib/rainbow/global.rb#6
28
+ def global; end
29
+
30
+ # source://rainbow//lib/rainbow.rb#6
31
+ def new; end
32
+
33
+ # source://rainbow//lib/rainbow/global.rb#18
34
+ def uncolor(string); end
35
+ end
36
+ end
37
+
38
+ # source://rainbow//lib/rainbow/color.rb#4
39
+ class Rainbow::Color
40
+ # Returns the value of attribute ground.
41
+ #
42
+ # source://rainbow//lib/rainbow/color.rb#5
43
+ def ground; end
44
+
45
+ class << self
46
+ # source://rainbow//lib/rainbow/color.rb#7
47
+ def build(ground, values); end
48
+
49
+ # source://rainbow//lib/rainbow/color.rb#40
50
+ def parse_hex_color(hex); end
51
+ end
52
+ end
53
+
54
+ # source://rainbow//lib/rainbow/color.rb#54
55
+ class Rainbow::Color::Indexed < ::Rainbow::Color
56
+ # @return [Indexed] a new instance of Indexed
57
+ #
58
+ # source://rainbow//lib/rainbow/color.rb#57
59
+ def initialize(ground, num); end
60
+
61
+ # source://rainbow//lib/rainbow/color.rb#62
62
+ def codes; end
63
+
64
+ # Returns the value of attribute num.
65
+ #
66
+ # source://rainbow//lib/rainbow/color.rb#55
67
+ def num; end
68
+ end
69
+
70
+ # source://rainbow//lib/rainbow/color.rb#69
71
+ class Rainbow::Color::Named < ::Rainbow::Color::Indexed
72
+ # @return [Named] a new instance of Named
73
+ #
74
+ # source://rainbow//lib/rainbow/color.rb#90
75
+ def initialize(ground, name); end
76
+
77
+ class << self
78
+ # source://rainbow//lib/rainbow/color.rb#82
79
+ def color_names; end
80
+
81
+ # source://rainbow//lib/rainbow/color.rb#86
82
+ def valid_names; end
83
+ end
84
+ end
85
+
86
+ # source://rainbow//lib/rainbow/color.rb#70
87
+ Rainbow::Color::Named::NAMES = T.let(T.unsafe(nil), Hash)
88
+
89
+ # source://rainbow//lib/rainbow/color.rb#100
90
+ class Rainbow::Color::RGB < ::Rainbow::Color::Indexed
91
+ # @return [RGB] a new instance of RGB
92
+ #
93
+ # source://rainbow//lib/rainbow/color.rb#107
94
+ def initialize(ground, *values); end
95
+
96
+ # Returns the value of attribute b.
97
+ #
98
+ # source://rainbow//lib/rainbow/color.rb#101
99
+ def b; end
100
+
101
+ # source://rainbow//lib/rainbow/color.rb#116
102
+ def codes; end
103
+
104
+ # Returns the value of attribute g.
105
+ #
106
+ # source://rainbow//lib/rainbow/color.rb#101
107
+ def g; end
108
+
109
+ # Returns the value of attribute r.
110
+ #
111
+ # source://rainbow//lib/rainbow/color.rb#101
112
+ def r; end
113
+
114
+ private
115
+
116
+ # source://rainbow//lib/rainbow/color.rb#122
117
+ def code_from_rgb; end
118
+
119
+ class << self
120
+ # source://rainbow//lib/rainbow/color.rb#103
121
+ def to_ansi_domain(value); end
122
+ end
123
+ end
124
+
125
+ # source://rainbow//lib/rainbow/color.rb#129
126
+ class Rainbow::Color::X11Named < ::Rainbow::Color::RGB
127
+ include ::Rainbow::X11ColorNames
128
+
129
+ # @return [X11Named] a new instance of X11Named
130
+ #
131
+ # source://rainbow//lib/rainbow/color.rb#140
132
+ def initialize(ground, name); end
133
+
134
+ class << self
135
+ # source://rainbow//lib/rainbow/color.rb#132
136
+ def color_names; end
137
+
138
+ # source://rainbow//lib/rainbow/color.rb#136
139
+ def valid_names; end
140
+ end
141
+ end
142
+
143
+ # source://rainbow//lib/rainbow/null_presenter.rb#4
144
+ class Rainbow::NullPresenter < ::String
145
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
146
+ def background(*_values); end
147
+
148
+ # source://rainbow//lib/rainbow/null_presenter.rb#9
149
+ def bg(*_values); end
150
+
151
+ # source://rainbow//lib/rainbow/null_presenter.rb#49
152
+ def black; end
153
+
154
+ # source://rainbow//lib/rainbow/null_presenter.rb#33
155
+ def blink; end
156
+
157
+ # source://rainbow//lib/rainbow/null_presenter.rb#65
158
+ def blue; end
159
+
160
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
161
+ def bold; end
162
+
163
+ # source://rainbow//lib/rainbow/null_presenter.rb#17
164
+ def bright; end
165
+
166
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
167
+ def color(*_values); end
168
+
169
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
170
+ def cross_out; end
171
+
172
+ # source://rainbow//lib/rainbow/null_presenter.rb#73
173
+ def cyan; end
174
+
175
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
176
+ def dark; end
177
+
178
+ # source://rainbow//lib/rainbow/null_presenter.rb#21
179
+ def faint; end
180
+
181
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
182
+ def fg(*_values); end
183
+
184
+ # source://rainbow//lib/rainbow/null_presenter.rb#5
185
+ def foreground(*_values); end
186
+
187
+ # source://rainbow//lib/rainbow/null_presenter.rb#57
188
+ def green; end
189
+
190
+ # source://rainbow//lib/rainbow/null_presenter.rb#41
191
+ def hide; end
192
+
193
+ # source://rainbow//lib/rainbow/null_presenter.rb#37
194
+ def inverse; end
195
+
196
+ # source://rainbow//lib/rainbow/null_presenter.rb#25
197
+ def italic; end
198
+
199
+ # source://rainbow//lib/rainbow/null_presenter.rb#69
200
+ def magenta; end
201
+
202
+ # source://rainbow//lib/rainbow/null_presenter.rb#81
203
+ def method_missing(method_name, *args); end
204
+
205
+ # source://rainbow//lib/rainbow/null_presenter.rb#53
206
+ def red; end
207
+
208
+ # source://rainbow//lib/rainbow/null_presenter.rb#13
209
+ def reset; end
210
+
211
+ # source://rainbow//lib/rainbow/null_presenter.rb#45
212
+ def strike; end
213
+
214
+ # source://rainbow//lib/rainbow/null_presenter.rb#29
215
+ def underline; end
216
+
217
+ # source://rainbow//lib/rainbow/null_presenter.rb#77
218
+ def white; end
219
+
220
+ # source://rainbow//lib/rainbow/null_presenter.rb#61
221
+ def yellow; end
222
+
223
+ private
224
+
225
+ # @return [Boolean]
226
+ #
227
+ # source://rainbow//lib/rainbow/null_presenter.rb#89
228
+ def respond_to_missing?(method_name, *args); end
229
+ end
230
+
231
+ # source://rainbow//lib/rainbow/presenter.rb#8
232
+ class Rainbow::Presenter < ::String
233
+ # Sets background color of this text.
234
+ #
235
+ # source://rainbow//lib/rainbow/presenter.rb#30
236
+ def background(*values); end
237
+
238
+ # Sets background color of this text.
239
+ #
240
+ # source://rainbow//lib/rainbow/presenter.rb#30
241
+ def bg(*values); end
242
+
243
+ # source://rainbow//lib/rainbow/presenter.rb#92
244
+ def black; end
245
+
246
+ # Turns on blinking attribute for this text (not well supported by terminal
247
+ # emulators).
248
+ #
249
+ # source://rainbow//lib/rainbow/presenter.rb#72
250
+ def blink; end
251
+
252
+ # source://rainbow//lib/rainbow/presenter.rb#108
253
+ def blue; end
254
+
255
+ # Turns on bright/bold for this text.
256
+ #
257
+ # source://rainbow//lib/rainbow/presenter.rb#45
258
+ def bold; end
259
+
260
+ # Turns on bright/bold for this text.
261
+ #
262
+ # source://rainbow//lib/rainbow/presenter.rb#45
263
+ def bright; end
264
+
265
+ # Sets color of this text.
266
+ #
267
+ # source://rainbow//lib/rainbow/presenter.rb#22
268
+ def color(*values); end
269
+
270
+ # source://rainbow//lib/rainbow/presenter.rb#86
271
+ def cross_out; end
272
+
273
+ # source://rainbow//lib/rainbow/presenter.rb#116
274
+ def cyan; end
275
+
276
+ # Turns on faint/dark for this text (not well supported by terminal
277
+ # emulators).
278
+ #
279
+ # source://rainbow//lib/rainbow/presenter.rb#53
280
+ def dark; end
281
+
282
+ # Turns on faint/dark for this text (not well supported by terminal
283
+ # emulators).
284
+ #
285
+ # source://rainbow//lib/rainbow/presenter.rb#53
286
+ def faint; end
287
+
288
+ # Sets color of this text.
289
+ #
290
+ # source://rainbow//lib/rainbow/presenter.rb#22
291
+ def fg(*values); end
292
+
293
+ # Sets color of this text.
294
+ #
295
+ # source://rainbow//lib/rainbow/presenter.rb#22
296
+ def foreground(*values); end
297
+
298
+ # source://rainbow//lib/rainbow/presenter.rb#100
299
+ def green; end
300
+
301
+ # Hides this text (set its color to the same as background).
302
+ #
303
+ # source://rainbow//lib/rainbow/presenter.rb#82
304
+ def hide; end
305
+
306
+ # Inverses current foreground/background colors.
307
+ #
308
+ # source://rainbow//lib/rainbow/presenter.rb#77
309
+ def inverse; end
310
+
311
+ # Turns on italic style for this text (not well supported by terminal
312
+ # emulators).
313
+ #
314
+ # source://rainbow//lib/rainbow/presenter.rb#61
315
+ def italic; end
316
+
317
+ # source://rainbow//lib/rainbow/presenter.rb#112
318
+ def magenta; end
319
+
320
+ # We take care of X11 color method call here.
321
+ # Such as #aqua, #ghostwhite.
322
+ #
323
+ # source://rainbow//lib/rainbow/presenter.rb#126
324
+ def method_missing(method_name, *args); end
325
+
326
+ # source://rainbow//lib/rainbow/presenter.rb#96
327
+ def red; end
328
+
329
+ # Resets terminal to default colors/backgrounds.
330
+ #
331
+ # It shouldn't be needed to use this method because all methods
332
+ # append terminal reset code to end of string.
333
+ #
334
+ # source://rainbow//lib/rainbow/presenter.rb#40
335
+ def reset; end
336
+
337
+ # source://rainbow//lib/rainbow/presenter.rb#86
338
+ def strike; end
339
+
340
+ # Turns on underline decoration for this text.
341
+ #
342
+ # source://rainbow//lib/rainbow/presenter.rb#66
343
+ def underline; end
344
+
345
+ # source://rainbow//lib/rainbow/presenter.rb#120
346
+ def white; end
347
+
348
+ # source://rainbow//lib/rainbow/presenter.rb#104
349
+ def yellow; end
350
+
351
+ private
352
+
353
+ # @return [Boolean]
354
+ #
355
+ # source://rainbow//lib/rainbow/presenter.rb#134
356
+ def respond_to_missing?(method_name, *args); end
357
+
358
+ # source://rainbow//lib/rainbow/presenter.rb#140
359
+ def wrap_with_sgr(codes); end
360
+ end
361
+
362
+ # source://rainbow//lib/rainbow/presenter.rb#9
363
+ Rainbow::Presenter::TERM_EFFECTS = T.let(T.unsafe(nil), Hash)
364
+
365
+ # source://rainbow//lib/rainbow/string_utils.rb#4
366
+ class Rainbow::StringUtils
367
+ class << self
368
+ # source://rainbow//lib/rainbow/string_utils.rb#17
369
+ def uncolor(string); end
370
+
371
+ # source://rainbow//lib/rainbow/string_utils.rb#5
372
+ def wrap_with_sgr(string, codes); end
373
+ end
374
+ end
375
+
376
+ # source://rainbow//lib/rainbow/wrapper.rb#7
377
+ class Rainbow::Wrapper
378
+ # @return [Wrapper] a new instance of Wrapper
379
+ #
380
+ # source://rainbow//lib/rainbow/wrapper.rb#10
381
+ def initialize(enabled = T.unsafe(nil)); end
382
+
383
+ # Returns the value of attribute enabled.
384
+ #
385
+ # source://rainbow//lib/rainbow/wrapper.rb#8
386
+ def enabled; end
387
+
388
+ # Sets the attribute enabled
389
+ #
390
+ # @param value the value to set the attribute enabled to.
391
+ #
392
+ # source://rainbow//lib/rainbow/wrapper.rb#8
393
+ def enabled=(_arg0); end
394
+
395
+ # source://rainbow//lib/rainbow/wrapper.rb#14
396
+ def wrap(string); end
397
+ end
398
+
399
+ # source://rainbow//lib/rainbow/x11_color_names.rb#4
400
+ module Rainbow::X11ColorNames; end
401
+
402
+ # source://rainbow//lib/rainbow/x11_color_names.rb#5
403
+ Rainbow::X11ColorNames::NAMES = T.let(T.unsafe(nil), Hash)