lunchmoney 1.2.0 → 1.4.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 +4 -4
- data/.github/workflows/build_and_publish_yard_docs.yml +1 -1
- data/.github/workflows/check_pipeline.yml +2 -2
- data/.github/workflows/ci.yml +1 -1
- data/.github/workflows/{dependabot-rbi-updater.yml → rbi-updater.yml} +2 -3
- data/.simplecov +1 -2
- data/Gemfile +2 -3
- data/Gemfile.lock +70 -75
- data/lib/lunchmoney/objects/transaction.rb +9 -1
- data/lib/lunchmoney/objects/user.rb +4 -1
- data/lib/lunchmoney/version.rb +1 -1
- data/sorbet/rbi/annotations/activesupport.rbi +31 -0
- data/sorbet/rbi/annotations/minitest.rbi +119 -0
- data/sorbet/rbi/dsl/active_support/callbacks.rbi +1 -0
- data/sorbet/rbi/gems/{activesupport@7.1.3.2.rbi → activesupport@7.2.1.rbi} +1345 -1253
- data/sorbet/rbi/gems/{addressable@2.8.6.rbi → addressable@2.8.7.rbi} +2 -1
- data/sorbet/rbi/gems/{bigdecimal@3.1.7.rbi → bigdecimal@3.1.8.rbi} +1 -0
- data/sorbet/rbi/gems/{chef-utils@18.4.2.rbi → chef-utils@18.5.0.rbi} +1 -0
- data/sorbet/rbi/gems/{concurrent-ruby@1.2.3.rbi → concurrent-ruby@1.3.4.rbi} +64 -9
- data/sorbet/rbi/gems/{docile@1.4.0.rbi → docile@1.4.1.rbi} +1 -0
- data/sorbet/rbi/gems/{dotenv@3.1.0.rbi → dotenv@3.1.2.rbi} +20 -17
- data/sorbet/rbi/gems/{erubi@1.12.0.rbi → erubi@1.13.0.rbi} +20 -15
- data/sorbet/rbi/gems/{faraday-net_http@3.1.0.rbi → faraday-net_http@3.1.1.rbi} +36 -35
- data/sorbet/rbi/gems/{faraday@2.9.0.rbi → faraday@2.10.1.rbi} +79 -33
- data/sorbet/rbi/gems/{hashdiff@1.1.0.rbi → hashdiff@1.1.1.rbi} +3 -2
- data/sorbet/rbi/gems/{i18n@1.14.4.rbi → i18n@1.14.5.rbi} +43 -14
- data/sorbet/rbi/gems/{json@2.7.1.rbi → json@2.7.2.rbi} +72 -72
- data/sorbet/rbi/gems/logger@1.6.0.rbi +903 -0
- data/sorbet/rbi/gems/{minitest@5.22.3.rbi → minitest@5.25.1.rbi} +245 -235
- data/sorbet/rbi/gems/{mixlib-shellout@3.2.7.rbi → mixlib-shellout@3.2.8.rbi} +1 -0
- data/sorbet/rbi/gems/{mocha@2.1.0.rbi → mocha@2.4.5.rbi} +169 -144
- data/sorbet/rbi/gems/{parallel@1.24.0.rbi → parallel@1.26.3.rbi} +32 -21
- data/sorbet/rbi/gems/{parser@3.3.0.5.rbi → parser@3.3.4.2.rbi} +233 -186
- data/sorbet/rbi/gems/{prism@0.24.0.rbi → prism@0.30.0.rbi} +20933 -12761
- data/sorbet/rbi/gems/{public_suffix@5.0.4.rbi → public_suffix@6.0.1.rbi} +1 -0
- data/sorbet/rbi/gems/{racc@1.7.3.rbi → racc@1.8.1.rbi} +34 -33
- data/sorbet/rbi/gems/{rack@3.0.10.rbi → rack@3.1.7.rbi} +694 -987
- data/sorbet/rbi/gems/{rake@13.1.0.rbi → rake@13.2.1.rbi} +56 -55
- data/sorbet/rbi/gems/{rbi@0.1.9.rbi → rbi@0.1.14.rbi} +904 -622
- data/sorbet/rbi/gems/{regexp_parser@2.9.0.rbi → regexp_parser@2.9.2.rbi} +3 -2
- data/sorbet/rbi/gems/{rexml@3.2.6.rbi → rexml@3.3.6.rbi} +383 -245
- data/sorbet/rbi/gems/{rubocop-ast@1.31.2.rbi → rubocop-ast@1.32.1.rbi} +393 -349
- data/sorbet/rbi/gems/{rubocop-minitest@0.35.0.rbi → rubocop-minitest@0.35.1.rbi} +11 -8
- data/sorbet/rbi/gems/{rubocop-rails@2.24.1.rbi → rubocop-rails@2.26.0.rbi} +604 -275
- data/sorbet/rbi/gems/{rubocop-sorbet@0.8.0.rbi → rubocop-sorbet@0.8.5.rbi} +253 -127
- data/sorbet/rbi/gems/{rubocop@1.62.1.rbi → rubocop@1.65.1.rbi} +2334 -1779
- data/sorbet/rbi/gems/securerandom@0.3.1.rbi +73 -0
- data/sorbet/rbi/gems/{spoom@1.2.4.rbi → spoom@1.4.2.rbi} +2003 -848
- data/sorbet/rbi/gems/strscan@3.1.0.rbi +9 -0
- data/sorbet/rbi/gems/{tapioca@0.13.1.rbi → tapioca@0.16.1.rbi} +294 -259
- data/sorbet/rbi/gems/{toys-core@0.15.5.rbi → toys-core@0.15.6.rbi} +1 -0
- data/sorbet/rbi/gems/{toys@0.15.5.rbi → toys@0.15.6.rbi} +4 -3
- data/sorbet/rbi/gems/{vcr@6.2.0.rbi → vcr@6.3.1.rbi} +72 -68
- data/sorbet/rbi/gems/{webmock@3.23.0.rbi → webmock@3.23.1.rbi} +1 -0
- data/sorbet/rbi/gems/{yard-sorbet@0.8.1.rbi → yard-sorbet@0.9.0.rbi} +36 -29
- metadata +46 -49
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +0 -3426
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +0 -272
- data/sorbet/rbi/gems/mutex_m@0.2.0.rbi +0 -93
- data/sorbet/rbi/gems/prettier_print@1.2.1.rbi +0 -951
- data/sorbet/rbi/gems/pry-sorbet@0.2.1.rbi +0 -966
- data/sorbet/rbi/gems/pry@0.14.2.rbi +0 -10077
- data/sorbet/rbi/gems/syntax_tree@6.2.0.rbi +0 -23136
@@ -4,6 +4,7 @@
|
|
4
4
|
# This is an autogenerated file for types exported from the `parallel` gem.
|
5
5
|
# Please instead update this file by running `bin/tapioca gem parallel`.
|
6
6
|
|
7
|
+
|
7
8
|
# source://parallel//lib/parallel/version.rb#2
|
8
9
|
module Parallel
|
9
10
|
class << self
|
@@ -24,10 +25,10 @@ module Parallel
|
|
24
25
|
def each_with_index(array, options = T.unsafe(nil), &block); end
|
25
26
|
|
26
27
|
# source://parallel//lib/parallel.rb#307
|
27
|
-
def filter_map(*
|
28
|
+
def filter_map(*_arg0, **_arg1, &_arg2); end
|
28
29
|
|
29
30
|
# source://parallel//lib/parallel.rb#303
|
30
|
-
def flat_map(*
|
31
|
+
def flat_map(*_arg0, **_arg1, &_arg2); end
|
31
32
|
|
32
33
|
# source://parallel//lib/parallel.rb#228
|
33
34
|
def in_processes(options = T.unsafe(nil), &block); end
|
@@ -46,70 +47,80 @@ module Parallel
|
|
46
47
|
# source://parallel//lib/parallel.rb#312
|
47
48
|
def physical_processor_count; end
|
48
49
|
|
49
|
-
# Number of processors seen by the OS
|
50
|
+
# Number of processors seen by the OS or value considering CPU quota if the process is inside a cgroup,
|
51
|
+
# used for process scheduling
|
50
52
|
#
|
51
|
-
# source://parallel//lib/parallel.rb#
|
53
|
+
# source://parallel//lib/parallel.rb#342
|
52
54
|
def processor_count; end
|
53
55
|
|
54
|
-
# source://parallel//lib/parallel.rb#
|
56
|
+
# source://parallel//lib/parallel.rb#346
|
55
57
|
def worker_number; end
|
56
58
|
|
57
59
|
# TODO: this does not work when doing threads in forks, so should remove and yield the number instead if needed
|
58
60
|
#
|
59
|
-
# source://parallel//lib/parallel.rb#
|
61
|
+
# source://parallel//lib/parallel.rb#351
|
60
62
|
def worker_number=(worker_num); end
|
61
63
|
|
62
64
|
private
|
63
65
|
|
64
|
-
# source://parallel//lib/parallel.rb#
|
66
|
+
# source://parallel//lib/parallel.rb#384
|
65
67
|
def add_progress_bar!(job_factory, options); end
|
66
68
|
|
67
|
-
# source://parallel//lib/parallel.rb#
|
69
|
+
# source://parallel//lib/parallel.rb#699
|
70
|
+
def available_processor_count; end
|
71
|
+
|
72
|
+
# source://parallel//lib/parallel.rb#647
|
68
73
|
def call_with_index(item, index, options, &block); end
|
69
74
|
|
70
|
-
# source://parallel//lib/parallel.rb#
|
75
|
+
# source://parallel//lib/parallel.rb#579
|
71
76
|
def create_workers(job_factory, options, &block); end
|
72
77
|
|
73
78
|
# options is either a Integer or a Hash with :count
|
74
79
|
#
|
75
|
-
# source://parallel//lib/parallel.rb#
|
80
|
+
# source://parallel//lib/parallel.rb#637
|
76
81
|
def extract_count_from_options(options); end
|
77
82
|
|
78
|
-
# source://parallel//lib/parallel.rb#
|
83
|
+
# source://parallel//lib/parallel.rb#665
|
79
84
|
def instrument_finish(item, index, result, options); end
|
80
85
|
|
81
86
|
# yield results in the order of the input items
|
82
87
|
# needs to use `options` to store state between executions
|
83
88
|
# needs to use `done` index since a nil result would also be valid
|
84
89
|
#
|
85
|
-
# source://parallel//lib/parallel.rb#
|
90
|
+
# source://parallel//lib/parallel.rb#674
|
86
91
|
def instrument_finish_in_order(item, index, result, options); end
|
87
92
|
|
88
|
-
# source://parallel//lib/parallel.rb#
|
93
|
+
# source://parallel//lib/parallel.rb#694
|
89
94
|
def instrument_start(item, index, options); end
|
90
95
|
|
91
|
-
# source://parallel//lib/parallel.rb#
|
96
|
+
# source://parallel//lib/parallel.rb#357
|
97
|
+
def physical_processor_count_windows; end
|
98
|
+
|
99
|
+
# source://parallel//lib/parallel.rb#613
|
92
100
|
def process_incoming_jobs(read, write, job_factory, options, &block); end
|
93
101
|
|
94
|
-
# source://parallel//lib/parallel.rb#
|
102
|
+
# source://parallel//lib/parallel.rb#567
|
95
103
|
def replace_worker(job_factory, workers, index, options, blk); end
|
96
104
|
|
97
|
-
# source://parallel//lib/parallel.rb#
|
105
|
+
# source://parallel//lib/parallel.rb#378
|
106
|
+
def run(command); end
|
107
|
+
|
108
|
+
# source://parallel//lib/parallel.rb#658
|
98
109
|
def with_instrumentation(item, index, options); end
|
99
110
|
|
100
|
-
# source://parallel//lib/parallel.rb#
|
111
|
+
# source://parallel//lib/parallel.rb#409
|
101
112
|
def work_direct(job_factory, options, &block); end
|
102
113
|
|
103
|
-
# source://parallel//lib/parallel.rb#
|
114
|
+
# source://parallel//lib/parallel.rb#519
|
104
115
|
def work_in_processes(job_factory, options, &blk); end
|
105
116
|
|
106
|
-
# source://parallel//lib/parallel.rb#
|
117
|
+
# source://parallel//lib/parallel.rb#453
|
107
118
|
def work_in_ractors(job_factory, options); end
|
108
119
|
|
109
|
-
# source://parallel//lib/parallel.rb#
|
120
|
+
# source://parallel//lib/parallel.rb#428
|
110
121
|
def work_in_threads(job_factory, options, &block); end
|
111
122
|
|
112
|
-
# source://parallel//lib/parallel.rb#
|
123
|
+
# source://parallel//lib/parallel.rb#587
|
113
124
|
def worker(job_factory, options, &block); end
|
114
125
|
end
|
115
126
|
end
|