lunchmoney 1.1.1 → 1.1.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.
@@ -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
@@ -0,0 +1,8 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `tomlrb` gem.
5
+ # Please instead update this file by running `bin/tapioca gem tomlrb`.
6
+
7
+ # THIS IS AN EMPTY RBI FILE.
8
+ # see https://github.com/Shopify/tapioca#manually-requiring-parts-of-a-gem
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lunchmoney
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@mmenanno"
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-14 00:00:00.000000000 Z
11
+ date: 2024-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -58,19 +58,22 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
- - ".DS_Store"
61
+ - ".codeclimate.yml"
62
62
  - ".github/dependabot.yml"
63
63
  - ".github/workflows/build_and_publish_yard_docs.yml"
64
64
  - ".github/workflows/check_pipeline.yml"
65
65
  - ".github/workflows/ci.yml"
66
66
  - ".github/workflows/dependabot-rbi-updater.yml"
67
- - ".github/workflows/publish_gem.yml"
68
67
  - ".github/workflows/release_pipeline.yml"
69
68
  - ".gitignore"
69
+ - ".mdlrc"
70
70
  - ".rubocop.yml"
71
71
  - ".ruby-version"
72
+ - ".simplecov"
72
73
  - ".toys/.toys.rb"
73
74
  - ".toys/ci.rb"
75
+ - ".toys/coverage.rb"
76
+ - ".toys/mdl.rb"
74
77
  - ".toys/rbi.rb"
75
78
  - ".toys/rubocop.rb"
76
79
  - ".toys/spoom.rb"
@@ -145,10 +148,12 @@ files:
145
148
  - sorbet/rbi/gems/ast@2.4.2.rbi
146
149
  - sorbet/rbi/gems/base64@0.2.0.rbi
147
150
  - sorbet/rbi/gems/bigdecimal@3.1.6.rbi
151
+ - sorbet/rbi/gems/chef-utils@18.4.2.rbi
148
152
  - sorbet/rbi/gems/coderay@1.1.3.rbi
149
153
  - sorbet/rbi/gems/concurrent-ruby@1.2.3.rbi
150
154
  - sorbet/rbi/gems/connection_pool@2.4.1.rbi
151
155
  - sorbet/rbi/gems/crack@1.0.0.rbi
156
+ - sorbet/rbi/gems/docile@1.4.0.rbi
152
157
  - sorbet/rbi/gems/dotenv@2.8.1.rbi
153
158
  - sorbet/rbi/gems/drb@2.2.0.rbi
154
159
  - sorbet/rbi/gems/erubi@1.12.0.rbi
@@ -157,9 +162,15 @@ files:
157
162
  - sorbet/rbi/gems/hashdiff@1.1.0.rbi
158
163
  - sorbet/rbi/gems/i18n@1.14.1.rbi
159
164
  - sorbet/rbi/gems/json@2.7.1.rbi
165
+ - sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi
166
+ - sorbet/rbi/gems/kramdown@2.4.0.rbi
160
167
  - sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi
168
+ - sorbet/rbi/gems/mdl@0.13.0.rbi
161
169
  - sorbet/rbi/gems/method_source@1.0.0.rbi
162
170
  - sorbet/rbi/gems/minitest@5.22.2.rbi
171
+ - sorbet/rbi/gems/mixlib-cli@2.1.8.rbi
172
+ - sorbet/rbi/gems/mixlib-config@3.0.27.rbi
173
+ - sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi
163
174
  - sorbet/rbi/gems/mocha@2.1.0.rbi
164
175
  - sorbet/rbi/gems/mutex_m@0.2.0.rbi
165
176
  - sorbet/rbi/gems/net-http@0.4.1.rbi
@@ -186,10 +197,14 @@ files:
186
197
  - sorbet/rbi/gems/rubocop@1.60.2.rbi
187
198
  - sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi
188
199
  - sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi
200
+ - sorbet/rbi/gems/simplecov-html@0.12.3.rbi
201
+ - sorbet/rbi/gems/simplecov@0.22.0.rbi
202
+ - sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi
189
203
  - sorbet/rbi/gems/spoom@1.2.4.rbi
190
204
  - sorbet/rbi/gems/syntax_tree@6.2.0.rbi
191
205
  - sorbet/rbi/gems/tapioca@0.12.0.rbi
192
206
  - sorbet/rbi/gems/thor@1.3.0.rbi
207
+ - sorbet/rbi/gems/tomlrb@2.0.3.rbi
193
208
  - sorbet/rbi/gems/toys-core@0.15.5.rbi
194
209
  - sorbet/rbi/gems/toys@0.15.5.rbi
195
210
  - sorbet/rbi/gems/tzinfo@2.0.6.rbi
data/.DS_Store DELETED
Binary file
@@ -1,29 +0,0 @@
1
- name: Publish Gem
2
-
3
- on:
4
- workflow_call:
5
- workflow_dispatch:
6
-
7
- jobs:
8
- build:
9
- name: Build & Release Gem
10
- runs-on: ubuntu-latest
11
- environment: rubygems
12
-
13
- permissions:
14
- contents: write
15
- id-token: write
16
-
17
- steps:
18
- # Set up
19
- - uses: actions/checkout@v4
20
- - name: Set up Ruby
21
- uses: ruby/setup-ruby@v1
22
- with:
23
- bundler-cache: true
24
- ruby-version: ruby
25
-
26
- # Release
27
- - name: Publish to RubyGems
28
- uses: rubygems/release-gem@v1
29
-