abank 0.7.8 → 0.7.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d038eac147643024bc3140393d817ddc712e1be48106021621c74b6df42825ca
4
- data.tar.gz: e7f0648e06c5a72f3b3011acb96defc45cd3f922d79e706fcc826d477349556e
3
+ metadata.gz: b4aff154fc44a0defab4c105e94615074a5d23ff5478fb1036433e091daebf75
4
+ data.tar.gz: 15f108d433d5eded53b03286b8f4e352dbf6ce1b2597df16806f76af83fc22bc
5
5
  SHA512:
6
- metadata.gz: d70066049f34a6490ae908ea69a64d963143a1a1246793aede0b5232b32c4702c89fdbc068e9fcc0da5f2dc4a82acc367956b77bfa98dfb14b881400ed866922
7
- data.tar.gz: 603b8557c212e2278c56592dfd3f43f2a9cbb264be90bb7536a9b5630140605e588111bf161ac0bda4c8ffe69c2fa6bbf1787c7eade1ff53688072aa661af57e
6
+ metadata.gz: 65cf316c19721e4f183ae713c263846fcd27a939455a9590e8b930e51952e02ec594e360de3c73bd8114af9ec9e3036915983d8e295dbd32c95c99fbe7569a09
7
+ data.tar.gz: c0e8bdadd5b2d078b83174774c5308afafc8cda9937866b3c2b9b2b363134bafb3f3ec93c89e5971b225703eb0135a692293b70b91a4c80e1522e1262e14220b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abank (0.7.8)
4
+ abank (0.7.10)
5
5
  csv
6
6
  google-cloud-bigquery
7
7
  roo
@@ -10,103 +10,109 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- addressable (2.8.8)
13
+ addressable (2.9.0)
14
14
  public_suffix (>= 2.0.2, < 8.0)
15
15
  ast (2.4.3)
16
16
  backport (1.2.0)
17
17
  base64 (0.3.0)
18
18
  benchmark (0.5.0)
19
- bigdecimal (3.3.1)
20
- concurrent-ruby (1.3.5)
19
+ bigdecimal (4.1.2)
20
+ commander (5.0.0)
21
+ highline (~> 3.0.0)
22
+ concurrent-ruby (1.3.7)
21
23
  csv (3.3.5)
24
+ date (3.5.1)
22
25
  declarative (0.0.20)
23
26
  diff-lcs (1.6.2)
24
- dry-configurable (1.3.0)
25
- dry-core (~> 1.1)
27
+ dry-configurable (1.4.0)
28
+ dry-core (~> 1.0)
26
29
  zeitwerk (~> 2.6)
27
- dry-core (1.1.0)
30
+ dry-core (1.2.0)
28
31
  concurrent-ruby (~> 1.0)
29
32
  logger
30
33
  zeitwerk (~> 2.6)
31
- dry-inflector (1.2.0)
34
+ dry-inflector (1.3.1)
32
35
  dry-initializer (3.2.0)
33
36
  dry-logic (1.6.0)
34
37
  bigdecimal
35
38
  concurrent-ruby (~> 1.0)
36
39
  dry-core (~> 1.1)
37
40
  zeitwerk (~> 2.6)
38
- dry-schema (1.14.1)
41
+ dry-schema (1.16.0)
39
42
  concurrent-ruby (~> 1.0)
40
43
  dry-configurable (~> 1.0, >= 1.0.1)
41
44
  dry-core (~> 1.1)
42
45
  dry-initializer (~> 3.2)
43
- dry-logic (~> 1.5)
44
- dry-types (~> 1.8)
46
+ dry-logic (~> 1.6)
47
+ dry-types (~> 1.9, >= 1.9.1)
45
48
  zeitwerk (~> 2.6)
46
- dry-types (1.8.3)
47
- bigdecimal (~> 3.0)
49
+ dry-types (1.9.1)
50
+ bigdecimal (>= 3.0)
48
51
  concurrent-ruby (~> 1.0)
49
52
  dry-core (~> 1.0)
50
53
  dry-inflector (~> 1.0)
51
54
  dry-logic (~> 1.4)
52
55
  zeitwerk (~> 2.6)
53
- faraday (2.14.0)
56
+ erb (6.0.4)
57
+ faraday (2.14.3)
54
58
  faraday-net_http (>= 2.0, < 3.5)
55
59
  json
56
60
  logger
57
- faraday-follow_redirects (0.4.0)
61
+ faraday-follow_redirects (0.5.0)
58
62
  faraday (>= 1, < 3)
59
- faraday-net_http (3.4.2)
63
+ faraday-net_http (3.4.4)
60
64
  net-http (~> 0.5)
61
- google-apis-bigquery_v2 (0.96.0)
65
+ google-apis-bigquery_v2 (0.104.0)
62
66
  google-apis-core (>= 0.15.0, < 2.a)
63
- google-apis-core (1.0.2)
64
- addressable (~> 2.8, >= 2.8.7)
67
+ google-apis-core (1.2.4)
68
+ addressable (~> 2.9)
65
69
  faraday (~> 2.13)
66
70
  faraday-follow_redirects (~> 0.3)
67
71
  googleauth (~> 1.14)
68
72
  mini_mime (~> 1.1)
73
+ multi_json (~> 1.11)
69
74
  representable (~> 3.0)
70
- retriable (~> 3.1)
71
- google-cloud-bigquery (1.61.1)
72
- bigdecimal (~> 3.0)
75
+ retriable (>= 3.1, < 5.0)
76
+ google-cloud-bigquery (1.64.0)
77
+ bigdecimal (>= 3.0, < 5)
73
78
  concurrent-ruby (~> 1.0)
74
79
  google-apis-bigquery_v2 (~> 0.71)
75
80
  google-apis-core (>= 0.18, < 2)
76
81
  google-cloud-core (~> 1.6)
77
82
  googleauth (~> 1.9)
78
83
  mini_mime (~> 1.0)
79
- google-cloud-core (1.8.0)
84
+ google-cloud-core (1.9.0)
80
85
  google-cloud-env (>= 1.0, < 3.a)
81
86
  google-cloud-errors (~> 1.0)
82
87
  google-cloud-env (2.3.1)
83
88
  base64 (~> 0.2)
84
89
  faraday (>= 1.0, < 3.a)
85
- google-cloud-errors (1.5.0)
90
+ google-cloud-errors (1.6.0)
86
91
  google-logging-utils (0.2.0)
87
- googleauth (1.16.0)
92
+ googleauth (1.17.1)
88
93
  faraday (>= 1.0, < 3.a)
89
94
  google-cloud-env (~> 2.2)
90
95
  google-logging-utils (~> 0.1)
91
96
  jwt (>= 1.4, < 4.0)
92
- multi_json (~> 1.11)
93
97
  os (>= 0.9, < 2.0)
98
+ pstore (~> 0.1)
94
99
  signet (>= 0.16, < 2.a)
95
- jaro_winkler (1.6.1)
96
- json (2.16.0)
97
- jwt (3.1.2)
100
+ highline (3.0.1)
101
+ jaro_winkler (1.7.0)
102
+ json (2.20.0)
103
+ jwt (3.2.0)
98
104
  base64
99
- kramdown (2.5.1)
100
- rexml (>= 3.3.9)
105
+ kramdown (2.5.2)
106
+ rexml (>= 3.4.4)
101
107
  kramdown-parser-gfm (1.1.0)
102
108
  kramdown (~> 2.0)
103
- language_server-protocol (3.17.0.5)
109
+ language_server-protocol (3.17.0.6)
104
110
  lint_roller (1.1.0)
105
111
  logger (1.7.0)
106
112
  mini_mime (1.1.5)
107
113
  mini_portile2 (2.8.9)
108
- multi_json (1.18.0)
109
- net-http (0.8.0)
114
+ multi_json (1.21.1)
115
+ net-http (0.9.1)
110
116
  uri (>= 0.11.1)
111
117
  nokogiri (1.18.10)
112
118
  mini_portile2 (~> 2.8.2)
@@ -114,32 +120,48 @@ GEM
114
120
  nokogiri (1.18.10-x86_64-linux-gnu)
115
121
  racc (~> 1.4)
116
122
  observer (0.1.2)
123
+ open3 (0.2.1)
117
124
  os (1.1.4)
118
125
  ostruct (0.6.3)
119
- parallel (1.27.0)
120
- parser (3.3.10.0)
126
+ parallel (2.1.0)
127
+ parlour (9.1.2)
128
+ commander (~> 5.0)
129
+ parser
130
+ rainbow (~> 3.0)
131
+ sorbet-runtime (>= 0.5)
132
+ parser (3.3.11.1)
121
133
  ast (~> 2.4.1)
122
134
  racc
123
- prism (1.6.0)
124
- public_suffix (7.0.0)
135
+ prism (1.9.0)
136
+ pstore (0.2.1)
137
+ psych (5.4.0)
138
+ date
139
+ stringio
140
+ public_suffix (7.0.5)
125
141
  racc (1.8.1)
126
142
  rainbow (3.1.1)
127
143
  rake (12.3.3)
128
- rbs (3.9.5)
144
+ rbs (4.0.3)
129
145
  logger
146
+ prism (>= 1.6.0)
147
+ tsort
148
+ rdoc (7.2.0)
149
+ erb
150
+ psych (>= 4.0.0)
151
+ tsort
130
152
  reek (6.5.0)
131
153
  dry-schema (~> 1.13)
132
154
  logger (~> 1.6)
133
155
  parser (~> 3.3.0)
134
156
  rainbow (>= 2.0, < 4.0)
135
157
  rexml (~> 3.1)
136
- regexp_parser (2.11.3)
158
+ regexp_parser (2.12.0)
137
159
  representable (3.2.0)
138
160
  declarative (< 0.1.0)
139
161
  trailblazer-option (>= 0.1.1, < 0.2.0)
140
162
  uber (< 0.2.0)
141
- retriable (3.1.2)
142
- reverse_markdown (3.0.0)
163
+ retriable (4.2.0)
164
+ reverse_markdown (3.0.2)
143
165
  nokogiri
144
166
  rexml (3.4.4)
145
167
  roo (3.0.0)
@@ -148,65 +170,78 @@ GEM
148
170
  logger (~> 1)
149
171
  nokogiri (~> 1)
150
172
  rubyzip (>= 3.0.0, < 4.0.0)
151
- rubocop (1.81.7)
173
+ rubocop (1.88.1)
152
174
  json (~> 2.3)
153
175
  language_server-protocol (~> 3.17.0.2)
154
176
  lint_roller (~> 1.1.0)
155
- parallel (~> 1.10)
177
+ parallel (>= 1.10)
156
178
  parser (>= 3.3.0.2)
157
179
  rainbow (>= 2.2.2, < 4.0)
158
180
  regexp_parser (>= 2.9.3, < 3.0)
159
- rubocop-ast (>= 1.47.1, < 2.0)
181
+ rubocop-ast (>= 1.49.0, < 2.0)
160
182
  ruby-progressbar (~> 1.7)
161
183
  unicode-display_width (>= 2.4.0, < 4.0)
162
- rubocop-ast (1.48.0)
184
+ rubocop-ast (1.50.0)
163
185
  parser (>= 3.3.7.2)
164
- prism (~> 1.4)
186
+ prism (~> 1.7)
165
187
  rubocop-rake (0.7.1)
166
188
  lint_roller (~> 1.1)
167
189
  rubocop (>= 1.72.1)
168
190
  ruby-progressbar (1.13.0)
169
- rubyzip (3.2.2)
170
- signet (0.21.0)
191
+ rubyzip (3.4.1)
192
+ signet (0.22.0)
171
193
  addressable (~> 2.8)
172
194
  faraday (>= 0.17.5, < 3.a)
173
195
  jwt (>= 1.5, < 4.0)
174
- multi_json (~> 1.10)
175
- solargraph (0.57.0)
196
+ solargraph (0.60.2)
197
+ ast (~> 2.4.3)
176
198
  backport (~> 1.2)
177
199
  benchmark (~> 0.4)
178
- bundler (~> 2.0)
200
+ bundler (>= 2.0)
179
201
  diff-lcs (~> 1.4)
180
202
  jaro_winkler (~> 1.6, >= 1.6.1)
181
203
  kramdown (~> 2.3)
182
204
  kramdown-parser-gfm (~> 1.1)
183
205
  logger (~> 1.6)
184
206
  observer (~> 0.1)
207
+ open3 (~> 0.2.1)
185
208
  ostruct (~> 0.6)
186
209
  parser (~> 3.0)
187
210
  prism (~> 1.4)
188
- rbs (>= 3.6.1, <= 4.0.0.dev.4)
211
+ rbs (>= 3.10.0)
212
+ rdoc (~> 7.0)
189
213
  reverse_markdown (~> 3.0)
190
214
  rubocop (~> 1.76)
215
+ sord (~> 7.0)
191
216
  thor (~> 1.0)
192
217
  tilt (~> 2.0)
193
218
  yard (~> 0.9, >= 0.9.24)
194
219
  yard-activesupport-concern (~> 0.0)
195
220
  yard-solargraph (~> 0.1)
196
- thor (1.4.0)
197
- tilt (2.6.1)
221
+ sorbet-runtime (0.6.13323)
222
+ sord (7.1.0)
223
+ commander (~> 5.0)
224
+ parlour (~> 9.1)
225
+ parser
226
+ rbs (>= 3.0, < 5)
227
+ sorbet-runtime
228
+ yard
229
+ stringio (3.2.0)
230
+ thor (1.5.0)
231
+ tilt (2.7.0)
198
232
  trailblazer-option (0.1.2)
233
+ tsort (0.2.0)
199
234
  uber (0.1.0)
200
235
  unicode-display_width (3.2.0)
201
236
  unicode-emoji (~> 4.1)
202
- unicode-emoji (4.1.0)
237
+ unicode-emoji (4.2.0)
203
238
  uri (1.1.1)
204
- yard (0.9.37)
239
+ yard (0.9.44)
205
240
  yard-activesupport-concern (0.0.1)
206
241
  yard (>= 0.8)
207
242
  yard-solargraph (0.1.0)
208
243
  yard (~> 0.9)
209
- zeitwerk (2.7.3)
244
+ zeitwerk (2.8.2)
210
245
 
211
246
  PLATFORMS
212
247
  ruby
@@ -224,4 +259,4 @@ DEPENDENCIES
224
259
  yard
225
260
 
226
261
  BUNDLED WITH
227
- 2.6.7
262
+ 2.6.9
data/lib/abank/big.rb CHANGED
@@ -192,7 +192,7 @@ module Abank
192
192
  re_delete_dml
193
193
  end
194
194
 
195
- # optem lista dados contrato arrendamento (inclui lista movimentos novos)
195
+ # obtem lista dados contrato arrendamento (inclui lista movimentos novos)
196
196
  # @return [Big] acesso a base dados abank no bigquery
197
197
  def ct_dados
198
198
  ctlct.map! do |ctr|
data/lib/abank/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Abank
4
- VERSION = '0.7.8'
4
+ VERSION = '0.7.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz