activerecord-ejection_seat 0.3.1 → 0.3.2
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 +4 -4
- data/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile +0 -2
- data/Gemfile.lock +41 -52
- data/lib/activerecord-ejection_seat/version.rb +1 -1
- data/sorbet/rbi/gems/{activerecord@7.0.4.2.rbi → activerecord@7.0.4.3.rbi} +128 -128
- data/sorbet/rbi/gems/{activesupport@7.0.4.2.rbi → activesupport@7.0.4.3.rbi} +79 -103
- data/sorbet/rbi/gems/{concurrent-ruby@1.2.0.rbi → concurrent-ruby@1.2.2.rbi} +64 -89
- data/sorbet/rbi/gems/diff-lcs@1.5.0.rbi +19 -0
- data/sorbet/rbi/gems/i18n@1.13.0.rbi +2320 -0
- data/sorbet/rbi/gems/{irb@1.6.2.rbi → irb@1.6.4.rbi} +50 -35
- data/sorbet/rbi/gems/json@2.6.3.rbi +65 -73
- data/sorbet/rbi/gems/{minitest@5.17.0.rbi → minitest@5.18.0.rbi} +79 -48
- data/sorbet/rbi/gems/{parallel@1.22.1.rbi → parallel@1.23.0.rbi} +75 -79
- data/sorbet/rbi/gems/{parser@3.2.1.0.rbi → parser@3.2.2.1.rbi} +164 -164
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +11 -6
- data/sorbet/rbi/gems/rake@13.0.6.rbi +141 -0
- data/sorbet/rbi/gems/rbi@0.0.16.rbi +17 -17
- data/sorbet/rbi/gems/{regexp_parser@2.7.0.rbi → regexp_parser@2.8.0.rbi} +617 -449
- data/sorbet/rbi/gems/rexml@3.2.5.rbi +57 -0
- data/sorbet/rbi/gems/{rubocop-ast@1.26.0.rbi → rubocop-ast@1.28.1.rbi} +79 -60
- data/sorbet/rbi/gems/{rubocop-minitest@0.27.0.rbi → rubocop-minitest@0.31.0.rbi} +364 -222
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +24 -50
- data/sorbet/rbi/gems/rubocop-sorbet@0.7.0.rbi +0 -15
- data/sorbet/rbi/gems/{rubocop@1.45.1.rbi → rubocop@1.51.0.rbi} +2170 -1402
- data/sorbet/rbi/gems/{ruby-progressbar@1.11.0.rbi → ruby-progressbar@1.13.0.rbi} +382 -277
- data/sorbet/rbi/gems/sorbet-struct-comparable@1.3.0.rbi +18 -0
- data/sorbet/rbi/gems/{spoom@1.1.15.rbi → spoom@1.2.1.rbi} +621 -501
- data/sorbet/rbi/gems/{tapioca@0.10.5.rbi → tapioca@0.11.6.rbi} +293 -207
- data/sorbet/rbi/gems/{thor@1.2.1.rbi → thor@1.2.2.rbi} +76 -61
- data/sorbet/rbi/gems/{yard-sorbet@0.8.0.rbi → yard-sorbet@0.8.1.rbi} +13 -26
- data/sorbet/rbi/gems/{yard@0.9.28.rbi → yard@0.9.34.rbi} +1531 -345
- metadata +27 -33
- data/activerecord-ejection_seat.gemspec +0 -40
- data/sorbet/rbi/gems/i18n@1.12.0.rbi +0 -8
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -8
- data/sorbet/rbi/gems/prettier_print@1.2.0.rbi +0 -8
- data/sorbet/rbi/gems/ruby-lsp@0.4.0.rbi +0 -14
- data/sorbet/rbi/gems/syntax_tree@6.0.0.rbi +0 -8
- data/sorbet/rbi/gems/webrick@1.7.0.rbi +0 -2498
- /data/sorbet/rbi/gems/{activemodel@7.0.4.2.rbi → activemodel@7.0.4.3.rbi} +0 -0
- /data/sorbet/rbi/gems/{reline@0.3.2.rbi → reline@0.3.3.rbi} +0 -0
- /data/sorbet/rbi/gems/{sqlite3@1.6.0.rbi → sqlite3@1.6.2.rbi} +0 -0
@@ -4,12 +4,6 @@
|
|
4
4
|
# This is an autogenerated file for types exported from the `rainbow` gem.
|
5
5
|
# Please instead update this file by running `bin/tapioca gem rainbow`.
|
6
6
|
|
7
|
-
# source://yard/0.9.28/lib/yard.rb#61
|
8
|
-
::RUBY18 = T.let(T.unsafe(nil), FalseClass)
|
9
|
-
|
10
|
-
# source://yard/0.9.28/lib/yard.rb#62
|
11
|
-
::RUBY19 = T.let(T.unsafe(nil), TrueClass)
|
12
|
-
|
13
7
|
class Object < ::BasicObject
|
14
8
|
include ::Kernel
|
15
9
|
include ::PP::ObjectMixin
|
@@ -20,6 +14,7 @@ class Object < ::BasicObject
|
|
20
14
|
def Rainbow(string); end
|
21
15
|
end
|
22
16
|
|
17
|
+
# source://rainbow//lib/rainbow/string_utils.rb#3
|
23
18
|
module Rainbow
|
24
19
|
class << self
|
25
20
|
# source://rainbow//lib/rainbow/global.rb#10
|
@@ -39,6 +34,7 @@ module Rainbow
|
|
39
34
|
end
|
40
35
|
end
|
41
36
|
|
37
|
+
# source://rainbow//lib/rainbow/color.rb#4
|
42
38
|
class Rainbow::Color
|
43
39
|
# Returns the value of attribute ground.
|
44
40
|
#
|
@@ -54,6 +50,7 @@ class Rainbow::Color
|
|
54
50
|
end
|
55
51
|
end
|
56
52
|
|
53
|
+
# source://rainbow//lib/rainbow/color.rb#54
|
57
54
|
class Rainbow::Color::Indexed < ::Rainbow::Color
|
58
55
|
# @return [Indexed] a new instance of Indexed
|
59
56
|
#
|
@@ -69,6 +66,7 @@ class Rainbow::Color::Indexed < ::Rainbow::Color
|
|
69
66
|
def num; end
|
70
67
|
end
|
71
68
|
|
69
|
+
# source://rainbow//lib/rainbow/color.rb#69
|
72
70
|
class Rainbow::Color::Named < ::Rainbow::Color::Indexed
|
73
71
|
# @return [Named] a new instance of Named
|
74
72
|
#
|
@@ -87,6 +85,7 @@ end
|
|
87
85
|
# source://rainbow//lib/rainbow/color.rb#70
|
88
86
|
Rainbow::Color::Named::NAMES = T.let(T.unsafe(nil), Hash)
|
89
87
|
|
88
|
+
# source://rainbow//lib/rainbow/color.rb#100
|
90
89
|
class Rainbow::Color::RGB < ::Rainbow::Color::Indexed
|
91
90
|
# @return [RGB] a new instance of RGB
|
92
91
|
#
|
@@ -122,6 +121,7 @@ class Rainbow::Color::RGB < ::Rainbow::Color::Indexed
|
|
122
121
|
end
|
123
122
|
end
|
124
123
|
|
124
|
+
# source://rainbow//lib/rainbow/color.rb#129
|
125
125
|
class Rainbow::Color::X11Named < ::Rainbow::Color::RGB
|
126
126
|
include ::Rainbow::X11ColorNames
|
127
127
|
|
@@ -139,6 +139,7 @@ class Rainbow::Color::X11Named < ::Rainbow::Color::RGB
|
|
139
139
|
end
|
140
140
|
end
|
141
141
|
|
142
|
+
# source://rainbow//lib/rainbow/null_presenter.rb#4
|
142
143
|
class Rainbow::NullPresenter < ::String
|
143
144
|
# source://rainbow//lib/rainbow/null_presenter.rb#9
|
144
145
|
def background(*_values); end
|
@@ -226,6 +227,7 @@ class Rainbow::NullPresenter < ::String
|
|
226
227
|
def respond_to_missing?(method_name, *args); end
|
227
228
|
end
|
228
229
|
|
230
|
+
# source://rainbow//lib/rainbow/presenter.rb#8
|
229
231
|
class Rainbow::Presenter < ::String
|
230
232
|
# Sets background color of this text.
|
231
233
|
#
|
@@ -359,6 +361,7 @@ end
|
|
359
361
|
# source://rainbow//lib/rainbow/presenter.rb#9
|
360
362
|
Rainbow::Presenter::TERM_EFFECTS = T.let(T.unsafe(nil), Hash)
|
361
363
|
|
364
|
+
# source://rainbow//lib/rainbow/string_utils.rb#4
|
362
365
|
class Rainbow::StringUtils
|
363
366
|
class << self
|
364
367
|
# source://rainbow//lib/rainbow/string_utils.rb#17
|
@@ -369,6 +372,7 @@ class Rainbow::StringUtils
|
|
369
372
|
end
|
370
373
|
end
|
371
374
|
|
375
|
+
# source://rainbow//lib/rainbow/wrapper.rb#7
|
372
376
|
class Rainbow::Wrapper
|
373
377
|
# @return [Wrapper] a new instance of Wrapper
|
374
378
|
#
|
@@ -391,6 +395,7 @@ class Rainbow::Wrapper
|
|
391
395
|
def wrap(string); end
|
392
396
|
end
|
393
397
|
|
398
|
+
# source://rainbow//lib/rainbow/x11_color_names.rb#4
|
394
399
|
module Rainbow::X11ColorNames; end
|
395
400
|
|
396
401
|
# source://rainbow//lib/rainbow/x11_color_names.rb#5
|
@@ -14,6 +14,8 @@ FileList = Rake::FileList
|
|
14
14
|
# --
|
15
15
|
# This a FileUtils extension that defines several additional commands to be
|
16
16
|
# added to the FileUtils utility functions.
|
17
|
+
#
|
18
|
+
# source://rake//lib/rake/file_utils.rb#8
|
17
19
|
module FileUtils
|
18
20
|
# Run a Ruby interpreter with the given arguments.
|
19
21
|
#
|
@@ -88,6 +90,7 @@ FileUtils::LN_SUPPORTED = T.let(T.unsafe(nil), Array)
|
|
88
90
|
# source://rake//lib/rake/file_utils.rb#10
|
89
91
|
FileUtils::RUBY = T.let(T.unsafe(nil), String)
|
90
92
|
|
93
|
+
# source://rake//lib/rake/ext/core.rb#2
|
91
94
|
class Module
|
92
95
|
# Check for an existing method in the current class before extending. If
|
93
96
|
# the method already exists, then a warning is printed and the extension is
|
@@ -108,6 +111,7 @@ class Module
|
|
108
111
|
def rake_extension(method); end
|
109
112
|
end
|
110
113
|
|
114
|
+
# source://rake//lib/rake.rb#24
|
111
115
|
module Rake
|
112
116
|
extend ::FileUtils::StreamUtils_
|
113
117
|
extend ::FileUtils
|
@@ -176,6 +180,8 @@ end
|
|
176
180
|
|
177
181
|
# Rake main application object. When invoking +rake+ from the
|
178
182
|
# command line, a Rake::Application object is created and run.
|
183
|
+
#
|
184
|
+
# source://rake//lib/rake/application.rb#19
|
179
185
|
class Rake::Application
|
180
186
|
include ::Rake::TaskManager
|
181
187
|
include ::Rake::TraceOutput
|
@@ -480,6 +486,7 @@ end
|
|
480
486
|
# source://rake//lib/rake/application.rb#41
|
481
487
|
Rake::Application::DEFAULT_RAKEFILES = T.let(T.unsafe(nil), Array)
|
482
488
|
|
489
|
+
# source://rake//lib/rake/backtrace.rb#3
|
483
490
|
module Rake::Backtrace
|
484
491
|
class << self
|
485
492
|
# source://rake//lib/rake/backtrace.rb#18
|
@@ -503,6 +510,8 @@ Rake::Backtrace::SYS_KEYS = T.let(T.unsafe(nil), Array)
|
|
503
510
|
Rake::Backtrace::SYS_PATHS = T.let(T.unsafe(nil), Array)
|
504
511
|
|
505
512
|
# Mixin for creating easily cloned objects.
|
513
|
+
#
|
514
|
+
# source://rake//lib/rake/cloneable.rb#6
|
506
515
|
module Rake::Cloneable
|
507
516
|
private
|
508
517
|
|
@@ -512,10 +521,13 @@ module Rake::Cloneable
|
|
512
521
|
def initialize_copy(source); end
|
513
522
|
end
|
514
523
|
|
524
|
+
# source://rake//lib/rake/application.rb#13
|
515
525
|
class Rake::CommandLineOptionError < ::StandardError; end
|
516
526
|
|
517
527
|
# Based on a script at:
|
518
528
|
# http://stackoverflow.com/questions/891537/ruby-detect-number-of-cpus-installed
|
529
|
+
#
|
530
|
+
# source://rake//lib/rake/cpu_counter.rb#6
|
519
531
|
class Rake::CpuCounter
|
520
532
|
# source://rake//lib/rake/cpu_counter.rb#22
|
521
533
|
def count; end
|
@@ -534,6 +546,8 @@ end
|
|
534
546
|
#
|
535
547
|
# For a Rakefile you run from the command line this module is automatically
|
536
548
|
# included.
|
549
|
+
#
|
550
|
+
# source://rake//lib/rake/dsl_definition.rb#14
|
537
551
|
module Rake::DSL
|
538
552
|
include ::FileUtils::StreamUtils_
|
539
553
|
include ::FileUtils
|
@@ -647,6 +661,9 @@ module Rake::DSL
|
|
647
661
|
# source://rake//lib/rake/file_utils_ext.rb#34
|
648
662
|
def ln_sf(*args, **options, &block); end
|
649
663
|
|
664
|
+
# source://rake//lib/rake/file_utils_ext.rb#34
|
665
|
+
def ln_sr(*args, **options, &block); end
|
666
|
+
|
650
667
|
# source://rake//lib/rake/file_utils_ext.rb#34
|
651
668
|
def makedirs(*args, **options, &block); end
|
652
669
|
|
@@ -801,6 +818,8 @@ module Rake::DSL
|
|
801
818
|
end
|
802
819
|
|
803
820
|
# Default Rakefile loader used by +import+.
|
821
|
+
#
|
822
|
+
# source://rake//lib/rake/default_loader.rb#5
|
804
823
|
class Rake::DefaultLoader
|
805
824
|
# Loads a rakefile into the current application from +fn+
|
806
825
|
#
|
@@ -815,6 +834,8 @@ Rake::EARLY = T.let(T.unsafe(nil), Rake::EarlyTime)
|
|
815
834
|
Rake::EMPTY_TASK_ARGS = T.let(T.unsafe(nil), Rake::TaskArguments)
|
816
835
|
|
817
836
|
# EarlyTime is a fake timestamp that occurs _before_ any other time value.
|
837
|
+
#
|
838
|
+
# source://rake//lib/rake/early_time.rb#5
|
818
839
|
class Rake::EarlyTime
|
819
840
|
include ::Comparable
|
820
841
|
include ::Singleton
|
@@ -840,6 +861,8 @@ end
|
|
840
861
|
# needed if and only if the file has not been created. Once created, it is
|
841
862
|
# not re-triggered if any of its dependencies are newer, nor does trigger
|
842
863
|
# any rebuilds of tasks that depend on it whenever it is updated.
|
864
|
+
#
|
865
|
+
# source://rake//lib/rake/file_creation_task.rb#12
|
843
866
|
class Rake::FileCreationTask < ::Rake::FileTask
|
844
867
|
# Is this file task needed? Yes if it doesn't exist.
|
845
868
|
#
|
@@ -867,6 +890,8 @@ end
|
|
867
890
|
# actually used. The key is that the first time an element of the
|
868
891
|
# FileList/Array is requested, the pending patterns are resolved into a real
|
869
892
|
# list of file names.
|
893
|
+
#
|
894
|
+
# source://rake//lib/rake/file_list.rb#22
|
870
895
|
class Rake::FileList
|
871
896
|
include ::Rake::Cloneable
|
872
897
|
|
@@ -985,6 +1010,12 @@ class Rake::FileList
|
|
985
1010
|
# source://rake//lib/rake/file_list.rb#77
|
986
1011
|
def compact!(*args, &block); end
|
987
1012
|
|
1013
|
+
# source://rake//lib/rake/file_list.rb#77
|
1014
|
+
def compact_blank(*args, &block); end
|
1015
|
+
|
1016
|
+
# source://rake//lib/rake/file_list.rb#77
|
1017
|
+
def compact_blank!(*args, &block); end
|
1018
|
+
|
988
1019
|
# source://rake//lib/rake/file_list.rb#77
|
989
1020
|
def concat(*args, &block); end
|
990
1021
|
|
@@ -1080,6 +1111,9 @@ class Rake::FileList
|
|
1080
1111
|
# source://rake//lib/rake/file_list.rb#150
|
1081
1112
|
def exclude(*patterns, &block); end
|
1082
1113
|
|
1114
|
+
# source://rake//lib/rake/file_list.rb#77
|
1115
|
+
def exclude?(*args, &block); end
|
1116
|
+
|
1083
1117
|
# Should the given file name be excluded from the list?
|
1084
1118
|
#
|
1085
1119
|
# NOTE: This method was formerly named "exclude?", but Rails
|
@@ -1093,6 +1127,9 @@ class Rake::FileList
|
|
1093
1127
|
# source://rake//lib/rake/file_list.rb#364
|
1094
1128
|
def excluded_from_list?(fn); end
|
1095
1129
|
|
1130
|
+
# source://rake//lib/rake/file_list.rb#77
|
1131
|
+
def excluding(*args, &block); end
|
1132
|
+
|
1096
1133
|
# Return a new file list that only contains file names from the current
|
1097
1134
|
# file list that exist on the file system.
|
1098
1135
|
#
|
@@ -1117,6 +1154,9 @@ class Rake::FileList
|
|
1117
1154
|
# source://rake//lib/rake/file_list.rb#284
|
1118
1155
|
def ext(newext = T.unsafe(nil)); end
|
1119
1156
|
|
1157
|
+
# source://rake//lib/rake/file_list.rb#77
|
1158
|
+
def extract_options!(*args, &block); end
|
1159
|
+
|
1120
1160
|
# source://rake//lib/rake/file_list.rb#77
|
1121
1161
|
def fetch(*args, &block); end
|
1122
1162
|
|
@@ -1180,6 +1220,9 @@ class Rake::FileList
|
|
1180
1220
|
# source://rake//lib/rake/file_list.rb#391
|
1181
1221
|
def import(array); end
|
1182
1222
|
|
1223
|
+
# source://rake//lib/rake/file_list.rb#77
|
1224
|
+
def in_order_of(*args, &block); end
|
1225
|
+
|
1183
1226
|
# Add file names defined by glob patterns to the file list. If an array
|
1184
1227
|
# is given, add each element of the array.
|
1185
1228
|
#
|
@@ -1193,9 +1236,18 @@ class Rake::FileList
|
|
1193
1236
|
# source://rake//lib/rake/file_list.rb#77
|
1194
1237
|
def include?(*args, &block); end
|
1195
1238
|
|
1239
|
+
# source://rake//lib/rake/file_list.rb#77
|
1240
|
+
def including(*args, &block); end
|
1241
|
+
|
1196
1242
|
# source://rake//lib/rake/file_list.rb#77
|
1197
1243
|
def index(*args, &block); end
|
1198
1244
|
|
1245
|
+
# source://rake//lib/rake/file_list.rb#77
|
1246
|
+
def index_by(*args, &block); end
|
1247
|
+
|
1248
|
+
# source://rake//lib/rake/file_list.rb#77
|
1249
|
+
def index_with(*args, &block); end
|
1250
|
+
|
1199
1251
|
# source://rake//lib/rake/file_list.rb#77
|
1200
1252
|
def inject(*args, &block); end
|
1201
1253
|
|
@@ -1240,6 +1292,9 @@ class Rake::FileList
|
|
1240
1292
|
# source://rake//lib/rake/file_list.rb#77
|
1241
1293
|
def length(*args, &block); end
|
1242
1294
|
|
1295
|
+
# source://rake//lib/rake/file_list.rb#77
|
1296
|
+
def many?(*args, &block); end
|
1297
|
+
|
1243
1298
|
# source://rake//lib/rake/file_list.rb#68
|
1244
1299
|
def map(*args, &block); end
|
1245
1300
|
|
@@ -1252,6 +1307,9 @@ class Rake::FileList
|
|
1252
1307
|
# source://rake//lib/rake/file_list.rb#77
|
1253
1308
|
def max_by(*args, &block); end
|
1254
1309
|
|
1310
|
+
# source://rake//lib/rake/file_list.rb#77
|
1311
|
+
def maximum(*args, &block); end
|
1312
|
+
|
1255
1313
|
# source://rake//lib/rake/file_list.rb#77
|
1256
1314
|
def member?(*args, &block); end
|
1257
1315
|
|
@@ -1261,6 +1319,9 @@ class Rake::FileList
|
|
1261
1319
|
# source://rake//lib/rake/file_list.rb#77
|
1262
1320
|
def min_by(*args, &block); end
|
1263
1321
|
|
1322
|
+
# source://rake//lib/rake/file_list.rb#77
|
1323
|
+
def minimum(*args, &block); end
|
1324
|
+
|
1264
1325
|
# source://rake//lib/rake/file_list.rb#77
|
1265
1326
|
def minmax(*args, &block); end
|
1266
1327
|
|
@@ -1292,9 +1353,15 @@ class Rake::FileList
|
|
1292
1353
|
# source://rake//lib/rake/file_list.rb#77
|
1293
1354
|
def permutation(*args, &block); end
|
1294
1355
|
|
1356
|
+
# source://rake//lib/rake/file_list.rb#77
|
1357
|
+
def pick(*args, &block); end
|
1358
|
+
|
1295
1359
|
# source://rake//lib/rake/file_list.rb#77
|
1296
1360
|
def place(*args, &block); end
|
1297
1361
|
|
1362
|
+
# source://rake//lib/rake/file_list.rb#77
|
1363
|
+
def pluck(*args, &block); end
|
1364
|
+
|
1298
1365
|
# source://rake//lib/rake/file_list.rb#77
|
1299
1366
|
def pop(*args, &block); end
|
1300
1367
|
|
@@ -1390,6 +1457,9 @@ class Rake::FileList
|
|
1390
1457
|
# source://rake//lib/rake/file_list.rb#77
|
1391
1458
|
def slice_when(*args, &block); end
|
1392
1459
|
|
1460
|
+
# source://rake//lib/rake/file_list.rb#77
|
1461
|
+
def sole(*args, &block); end
|
1462
|
+
|
1393
1463
|
# source://rake//lib/rake/file_list.rb#68
|
1394
1464
|
def sort(*args, &block); end
|
1395
1465
|
|
@@ -1438,6 +1508,15 @@ class Rake::FileList
|
|
1438
1508
|
# source://rake//lib/rake/file_list.rb#182
|
1439
1509
|
def to_ary; end
|
1440
1510
|
|
1511
|
+
# source://rake//lib/rake/file_list.rb#77
|
1512
|
+
def to_default_s(*args, &block); end
|
1513
|
+
|
1514
|
+
# source://rake//lib/rake/file_list.rb#77
|
1515
|
+
def to_formatted_s(*args, &block); end
|
1516
|
+
|
1517
|
+
# source://rake//lib/rake/file_list.rb#77
|
1518
|
+
def to_fs(*args, &block); end
|
1519
|
+
|
1441
1520
|
# source://rake//lib/rake/file_list.rb#77
|
1442
1521
|
def to_h(*args, &block); end
|
1443
1522
|
|
@@ -1446,9 +1525,15 @@ class Rake::FileList
|
|
1446
1525
|
# source://rake//lib/rake/file_list.rb#344
|
1447
1526
|
def to_s; end
|
1448
1527
|
|
1528
|
+
# source://rake//lib/rake/file_list.rb#77
|
1529
|
+
def to_sentence(*args, &block); end
|
1530
|
+
|
1449
1531
|
# source://rake//lib/rake/file_list.rb#77
|
1450
1532
|
def to_set(*args, &block); end
|
1451
1533
|
|
1534
|
+
# source://rake//lib/rake/file_list.rb#77
|
1535
|
+
def to_xml(*args, &block); end
|
1536
|
+
|
1452
1537
|
# source://rake//lib/rake/file_list.rb#77
|
1453
1538
|
def transpose(*args, &block); end
|
1454
1539
|
|
@@ -1467,6 +1552,9 @@ class Rake::FileList
|
|
1467
1552
|
# source://rake//lib/rake/file_list.rb#68
|
1468
1553
|
def values_at(*args, &block); end
|
1469
1554
|
|
1555
|
+
# source://rake//lib/rake/file_list.rb#77
|
1556
|
+
def without(*args, &block); end
|
1557
|
+
|
1470
1558
|
# source://rake//lib/rake/file_list.rb#77
|
1471
1559
|
def zip(*args, &block); end
|
1472
1560
|
|
@@ -1542,6 +1630,8 @@ Rake::FileList::SPECIAL_RETURN = T.let(T.unsafe(nil), Array)
|
|
1542
1630
|
# FileTask's prerequisites have a timestamp that is later than the file
|
1543
1631
|
# represented by this task, then the file must be rebuilt (using the
|
1544
1632
|
# supplied actions).
|
1633
|
+
#
|
1634
|
+
# source://rake//lib/rake/file_task.rb#12
|
1545
1635
|
class Rake::FileTask < ::Rake::Task
|
1546
1636
|
# Is this file task needed? Yes if it doesn't exist, or if its time stamp
|
1547
1637
|
# is out of date.
|
@@ -1577,6 +1667,8 @@ end
|
|
1577
1667
|
# FileUtilsExt provides a custom version of the FileUtils methods
|
1578
1668
|
# that respond to the <tt>verbose</tt> and <tt>nowrite</tt>
|
1579
1669
|
# commands.
|
1670
|
+
#
|
1671
|
+
# source://rake//lib/rake/file_utils_ext.rb#10
|
1580
1672
|
module Rake::FileUtilsExt
|
1581
1673
|
include ::FileUtils::StreamUtils_
|
1582
1674
|
include ::FileUtils
|
@@ -1629,6 +1721,9 @@ module Rake::FileUtilsExt
|
|
1629
1721
|
# source://rake//lib/rake/file_utils_ext.rb#34
|
1630
1722
|
def ln_sf(*args, **options, &block); end
|
1631
1723
|
|
1724
|
+
# source://rake//lib/rake/file_utils_ext.rb#34
|
1725
|
+
def ln_sr(*args, **options, &block); end
|
1726
|
+
|
1632
1727
|
# source://rake//lib/rake/file_utils_ext.rb#34
|
1633
1728
|
def makedirs(*args, **options, &block); end
|
1634
1729
|
|
@@ -1773,6 +1868,8 @@ Rake::FileUtilsExt::DEFAULT = T.let(T.unsafe(nil), Object)
|
|
1773
1868
|
|
1774
1869
|
# InvocationChain tracks the chain of task invocations to detect
|
1775
1870
|
# circular dependencies.
|
1871
|
+
#
|
1872
|
+
# source://rake//lib/rake/invocation_chain.rb#6
|
1776
1873
|
class Rake::InvocationChain < ::Rake::LinkedList
|
1777
1874
|
# Append an invocation to the chain of invocations. It is an error
|
1778
1875
|
# if the invocation already listed.
|
@@ -1809,6 +1906,8 @@ end
|
|
1809
1906
|
Rake::InvocationChain::EMPTY = T.let(T.unsafe(nil), Rake::InvocationChain::EmptyInvocationChain)
|
1810
1907
|
|
1811
1908
|
# Null object for an empty chain.
|
1909
|
+
#
|
1910
|
+
# source://rake//lib/rake/invocation_chain.rb#39
|
1812
1911
|
class Rake::InvocationChain::EmptyInvocationChain < ::Rake::LinkedList::EmptyLinkedList
|
1813
1912
|
# source://rake//lib/rake/invocation_chain.rb#46
|
1814
1913
|
def append(invocation); end
|
@@ -1822,6 +1921,7 @@ class Rake::InvocationChain::EmptyInvocationChain < ::Rake::LinkedList::EmptyLin
|
|
1822
1921
|
def to_s; end
|
1823
1922
|
end
|
1824
1923
|
|
1924
|
+
# source://rake//lib/rake/invocation_exception_mixin.rb#3
|
1825
1925
|
module Rake::InvocationExceptionMixin
|
1826
1926
|
# Return the invocation chain (list of Rake tasks) that were in
|
1827
1927
|
# effect when this exception was detected by rake. May be null if
|
@@ -1841,6 +1941,8 @@ end
|
|
1841
1941
|
Rake::LATE = T.let(T.unsafe(nil), Rake::LateTime)
|
1842
1942
|
|
1843
1943
|
# LateTime is a fake timestamp that occurs _after_ any other time value.
|
1944
|
+
#
|
1945
|
+
# source://rake//lib/rake/late_time.rb#4
|
1844
1946
|
class Rake::LateTime
|
1845
1947
|
include ::Comparable
|
1846
1948
|
include ::Singleton
|
@@ -1862,6 +1964,8 @@ end
|
|
1862
1964
|
|
1863
1965
|
# Polylithic linked list structure used to implement several data
|
1864
1966
|
# structures in Rake.
|
1967
|
+
#
|
1968
|
+
# source://rake//lib/rake/linked_list.rb#6
|
1865
1969
|
class Rake::LinkedList
|
1866
1970
|
include ::Enumerable
|
1867
1971
|
|
@@ -1944,6 +2048,8 @@ Rake::LinkedList::EMPTY = T.let(T.unsafe(nil), Rake::LinkedList::EmptyLinkedList
|
|
1944
2048
|
# a type specific Empty class as well. Make sure you set the class
|
1945
2049
|
# instance variable @parent to the associated list class (this
|
1946
2050
|
# allows conj, cons and make to work polymorphically).
|
2051
|
+
#
|
2052
|
+
# source://rake//lib/rake/linked_list.rb#95
|
1947
2053
|
class Rake::LinkedList::EmptyLinkedList < ::Rake::LinkedList
|
1948
2054
|
# @return [EmptyLinkedList] a new instance of EmptyLinkedList
|
1949
2055
|
#
|
@@ -1963,6 +2069,8 @@ end
|
|
1963
2069
|
|
1964
2070
|
# Same as a regular task, but the immediate prerequisites are done in
|
1965
2071
|
# parallel using Ruby threads.
|
2072
|
+
#
|
2073
|
+
# source://rake//lib/rake/multi_task.rb#7
|
1966
2074
|
class Rake::MultiTask < ::Rake::Task
|
1967
2075
|
private
|
1968
2076
|
|
@@ -1972,6 +2080,8 @@ end
|
|
1972
2080
|
|
1973
2081
|
# The NameSpace class will lookup task names in the scope defined by a
|
1974
2082
|
# +namespace+ command.
|
2083
|
+
#
|
2084
|
+
# source://rake//lib/rake/name_space.rb#6
|
1975
2085
|
class Rake::NameSpace
|
1976
2086
|
# Create a namespace lookup object using the given task manager
|
1977
2087
|
# and the list of scopes.
|
@@ -1998,6 +2108,8 @@ class Rake::NameSpace
|
|
1998
2108
|
end
|
1999
2109
|
|
2000
2110
|
# Include PrivateReader to use +private_reader+.
|
2111
|
+
#
|
2112
|
+
# source://rake//lib/rake/private_reader.rb#5
|
2001
2113
|
module Rake::PrivateReader
|
2002
2114
|
mixes_in_class_methods ::Rake::PrivateReader::ClassMethods
|
2003
2115
|
|
@@ -2007,6 +2119,7 @@ module Rake::PrivateReader
|
|
2007
2119
|
end
|
2008
2120
|
end
|
2009
2121
|
|
2122
|
+
# source://rake//lib/rake/private_reader.rb#11
|
2010
2123
|
module Rake::PrivateReader::ClassMethods
|
2011
2124
|
# Declare a list of private accessors
|
2012
2125
|
#
|
@@ -2020,6 +2133,8 @@ end
|
|
2020
2133
|
# the promised chore.
|
2021
2134
|
#
|
2022
2135
|
# Used by ThreadPool.
|
2136
|
+
#
|
2137
|
+
# source://rake//lib/rake/promise.rb#11
|
2023
2138
|
class Rake::Promise
|
2024
2139
|
# Create a promise to do the chore specified by the block.
|
2025
2140
|
#
|
@@ -2090,6 +2205,8 @@ end
|
|
2090
2205
|
Rake::Promise::NOT_SET = T.let(T.unsafe(nil), Object)
|
2091
2206
|
|
2092
2207
|
# Exit status class for times the system just gives us a nil.
|
2208
|
+
#
|
2209
|
+
# source://rake//lib/rake/pseudo_status.rb#6
|
2093
2210
|
class Rake::PseudoStatus
|
2094
2211
|
# @return [PseudoStatus] a new instance of PseudoStatus
|
2095
2212
|
#
|
@@ -2117,6 +2234,8 @@ class Rake::PseudoStatus
|
|
2117
2234
|
end
|
2118
2235
|
|
2119
2236
|
# Error indicating a recursion overflow error in task selection.
|
2237
|
+
#
|
2238
|
+
# source://rake//lib/rake/rule_recursion_overflow_error.rb#5
|
2120
2239
|
class Rake::RuleRecursionOverflowError < ::StandardError
|
2121
2240
|
# @return [RuleRecursionOverflowError] a new instance of RuleRecursionOverflowError
|
2122
2241
|
#
|
@@ -2130,6 +2249,7 @@ class Rake::RuleRecursionOverflowError < ::StandardError
|
|
2130
2249
|
def message; end
|
2131
2250
|
end
|
2132
2251
|
|
2252
|
+
# source://rake//lib/rake/scope.rb#3
|
2133
2253
|
class Rake::Scope < ::Rake::LinkedList
|
2134
2254
|
# Path for the scope.
|
2135
2255
|
#
|
@@ -2155,6 +2275,8 @@ Rake::Scope::EMPTY = T.let(T.unsafe(nil), Rake::Scope::EmptyScope)
|
|
2155
2275
|
|
2156
2276
|
# Scope lists always end with an EmptyScope object. See Null
|
2157
2277
|
# Object Pattern)
|
2278
|
+
#
|
2279
|
+
# source://rake//lib/rake/scope.rb#28
|
2158
2280
|
class Rake::Scope::EmptyScope < ::Rake::LinkedList::EmptyLinkedList
|
2159
2281
|
# source://rake//lib/rake/scope.rb#31
|
2160
2282
|
def path; end
|
@@ -2170,6 +2292,8 @@ end
|
|
2170
2292
|
#
|
2171
2293
|
# Tasks are not usually created directly using the new method, but rather
|
2172
2294
|
# use the +file+ and +task+ convenience methods.
|
2295
|
+
#
|
2296
|
+
# source://rake//lib/rake/task.rb#15
|
2173
2297
|
class Rake::Task
|
2174
2298
|
# Create a task named +task_name+ with no actions or prerequisites. Use
|
2175
2299
|
# +enhance+ to add actions and prerequisites.
|
@@ -2485,9 +2609,13 @@ class Rake::Task
|
|
2485
2609
|
end
|
2486
2610
|
|
2487
2611
|
# Error indicating an ill-formed task declaration.
|
2612
|
+
#
|
2613
|
+
# source://rake//lib/rake/task_argument_error.rb#5
|
2488
2614
|
class Rake::TaskArgumentError < ::ArgumentError; end
|
2489
2615
|
|
2490
2616
|
# TaskArguments manage the arguments passed to a task.
|
2617
|
+
#
|
2618
|
+
# source://rake//lib/rake/task_arguments.rb#7
|
2491
2619
|
class Rake::TaskArguments
|
2492
2620
|
include ::Enumerable
|
2493
2621
|
|
@@ -2582,6 +2710,8 @@ class Rake::TaskArguments
|
|
2582
2710
|
end
|
2583
2711
|
|
2584
2712
|
# Base class for Task Libraries.
|
2713
|
+
#
|
2714
|
+
# source://rake//lib/rake/tasklib.rb#7
|
2585
2715
|
class Rake::TaskLib
|
2586
2716
|
include ::Rake::Cloneable
|
2587
2717
|
include ::FileUtils::StreamUtils_
|
@@ -2591,6 +2721,8 @@ class Rake::TaskLib
|
|
2591
2721
|
end
|
2592
2722
|
|
2593
2723
|
# The TaskManager module is a mixin for managing tasks.
|
2724
|
+
#
|
2725
|
+
# source://rake//lib/rake/task_manager.rb#5
|
2594
2726
|
module Rake::TaskManager
|
2595
2727
|
# source://rake//lib/rake/task_manager.rb#9
|
2596
2728
|
def initialize; end
|
@@ -2757,6 +2889,7 @@ module Rake::TaskManager
|
|
2757
2889
|
end
|
2758
2890
|
end
|
2759
2891
|
|
2892
|
+
# source://rake//lib/rake/thread_history_display.rb#6
|
2760
2893
|
class Rake::ThreadHistoryDisplay
|
2761
2894
|
include ::Rake::PrivateReader
|
2762
2895
|
extend ::Rake::PrivateReader::ClassMethods
|
@@ -2784,6 +2917,7 @@ class Rake::ThreadHistoryDisplay
|
|
2784
2917
|
def threads; end
|
2785
2918
|
end
|
2786
2919
|
|
2920
|
+
# source://rake//lib/rake/thread_pool.rb#7
|
2787
2921
|
class Rake::ThreadPool
|
2788
2922
|
# Creates a ThreadPool object. The +thread_count+ parameter is the size
|
2789
2923
|
# of the pool.
|
@@ -2852,6 +2986,7 @@ class Rake::ThreadPool
|
|
2852
2986
|
def stat(event, data = T.unsafe(nil)); end
|
2853
2987
|
end
|
2854
2988
|
|
2989
|
+
# source://rake//lib/rake/trace_output.rb#3
|
2855
2990
|
module Rake::TraceOutput
|
2856
2991
|
# Write trace output to output stream +out+.
|
2857
2992
|
#
|
@@ -2866,6 +3001,7 @@ end
|
|
2866
3001
|
# source://rake//lib/rake/version.rb#3
|
2867
3002
|
Rake::VERSION = T.let(T.unsafe(nil), String)
|
2868
3003
|
|
3004
|
+
# source://rake//lib/rake/version.rb#5
|
2869
3005
|
module Rake::Version; end
|
2870
3006
|
|
2871
3007
|
# source://rake//lib/rake/version.rb#6
|
@@ -2885,6 +3021,8 @@ Rake::Version::OTHER = T.let(T.unsafe(nil), Array)
|
|
2885
3021
|
|
2886
3022
|
# Win 32 interface methods for Rake. Windows specific functionality
|
2887
3023
|
# will be placed here to collect that knowledge in one spot.
|
3024
|
+
#
|
3025
|
+
# source://rake//lib/rake/win32.rb#7
|
2888
3026
|
module Rake::Win32
|
2889
3027
|
class << self
|
2890
3028
|
# Normalize a win32 path so that the slashes are all forward slashes.
|
@@ -2919,11 +3057,14 @@ end
|
|
2919
3057
|
|
2920
3058
|
# Error indicating a problem in locating the home directory on a
|
2921
3059
|
# Win32 system.
|
3060
|
+
#
|
3061
|
+
# source://rake//lib/rake/win32.rb#11
|
2922
3062
|
class Rake::Win32::Win32HomeError < ::RuntimeError; end
|
2923
3063
|
|
2924
3064
|
# source://rake//lib/rake.rb#71
|
2925
3065
|
RakeFileUtils = Rake::FileUtilsExt
|
2926
3066
|
|
3067
|
+
# source://rake//lib/rake/ext/string.rb#4
|
2927
3068
|
class String
|
2928
3069
|
include ::Comparable
|
2929
3070
|
|