abank 0.7.9 → 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 +4 -4
- data/Gemfile.lock +72 -42
- data/lib/abank/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4aff154fc44a0defab4c105e94615074a5d23ff5478fb1036433e091daebf75
|
|
4
|
+
data.tar.gz: 15f108d433d5eded53b03286b8f4e352dbf6ce1b2597df16806f76af83fc22bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
4
|
+
abank (0.7.10)
|
|
5
5
|
csv
|
|
6
6
|
google-cloud-bigquery
|
|
7
7
|
roo
|
|
@@ -10,19 +10,22 @@ PATH
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
addressable (2.
|
|
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 (
|
|
20
|
-
|
|
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.
|
|
25
|
-
dry-core (~> 1.
|
|
27
|
+
dry-configurable (1.4.0)
|
|
28
|
+
dry-core (~> 1.0)
|
|
26
29
|
zeitwerk (~> 2.6)
|
|
27
30
|
dry-core (1.2.0)
|
|
28
31
|
concurrent-ruby (~> 1.0)
|
|
@@ -35,13 +38,13 @@ GEM
|
|
|
35
38
|
concurrent-ruby (~> 1.0)
|
|
36
39
|
dry-core (~> 1.1)
|
|
37
40
|
zeitwerk (~> 2.6)
|
|
38
|
-
dry-schema (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
46
|
dry-logic (~> 1.6)
|
|
44
|
-
dry-types (~> 1.
|
|
47
|
+
dry-types (~> 1.9, >= 1.9.1)
|
|
45
48
|
zeitwerk (~> 2.6)
|
|
46
49
|
dry-types (1.9.1)
|
|
47
50
|
bigdecimal (>= 3.0)
|
|
@@ -50,62 +53,65 @@ GEM
|
|
|
50
53
|
dry-inflector (~> 1.0)
|
|
51
54
|
dry-logic (~> 1.4)
|
|
52
55
|
zeitwerk (~> 2.6)
|
|
53
|
-
|
|
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
61
|
faraday-follow_redirects (0.5.0)
|
|
58
62
|
faraday (>= 1, < 3)
|
|
59
|
-
faraday-net_http (3.4.
|
|
63
|
+
faraday-net_http (3.4.4)
|
|
60
64
|
net-http (~> 0.5)
|
|
61
|
-
google-apis-bigquery_v2 (0.
|
|
65
|
+
google-apis-bigquery_v2 (0.104.0)
|
|
62
66
|
google-apis-core (>= 0.15.0, < 2.a)
|
|
63
|
-
google-apis-core (1.
|
|
64
|
-
addressable (~> 2.
|
|
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 (
|
|
71
|
-
google-cloud-bigquery (1.
|
|
72
|
-
bigdecimal (
|
|
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.
|
|
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.
|
|
90
|
+
google-cloud-errors (1.6.0)
|
|
86
91
|
google-logging-utils (0.2.0)
|
|
87
|
-
googleauth (1.
|
|
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
|
-
|
|
96
|
-
|
|
97
|
-
|
|
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
105
|
kramdown (2.5.2)
|
|
100
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.
|
|
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.
|
|
114
|
+
multi_json (1.21.1)
|
|
109
115
|
net-http (0.9.1)
|
|
110
116
|
uri (>= 0.11.1)
|
|
111
117
|
nokogiri (1.18.10)
|
|
@@ -117,17 +123,31 @@ GEM
|
|
|
117
123
|
open3 (0.2.1)
|
|
118
124
|
os (1.1.4)
|
|
119
125
|
ostruct (0.6.3)
|
|
120
|
-
parallel (1.
|
|
121
|
-
|
|
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)
|
|
122
133
|
ast (~> 2.4.1)
|
|
123
134
|
racc
|
|
124
135
|
prism (1.9.0)
|
|
125
|
-
|
|
136
|
+
pstore (0.2.1)
|
|
137
|
+
psych (5.4.0)
|
|
138
|
+
date
|
|
139
|
+
stringio
|
|
140
|
+
public_suffix (7.0.5)
|
|
126
141
|
racc (1.8.1)
|
|
127
142
|
rainbow (3.1.1)
|
|
128
143
|
rake (12.3.3)
|
|
129
|
-
rbs (
|
|
144
|
+
rbs (4.0.3)
|
|
130
145
|
logger
|
|
146
|
+
prism (>= 1.6.0)
|
|
147
|
+
tsort
|
|
148
|
+
rdoc (7.2.0)
|
|
149
|
+
erb
|
|
150
|
+
psych (>= 4.0.0)
|
|
131
151
|
tsort
|
|
132
152
|
reek (6.5.0)
|
|
133
153
|
dry-schema (~> 1.13)
|
|
@@ -135,12 +155,12 @@ GEM
|
|
|
135
155
|
parser (~> 3.3.0)
|
|
136
156
|
rainbow (>= 2.0, < 4.0)
|
|
137
157
|
rexml (~> 3.1)
|
|
138
|
-
regexp_parser (2.
|
|
158
|
+
regexp_parser (2.12.0)
|
|
139
159
|
representable (3.2.0)
|
|
140
160
|
declarative (< 0.1.0)
|
|
141
161
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
|
142
162
|
uber (< 0.2.0)
|
|
143
|
-
retriable (
|
|
163
|
+
retriable (4.2.0)
|
|
144
164
|
reverse_markdown (3.0.2)
|
|
145
165
|
nokogiri
|
|
146
166
|
rexml (3.4.4)
|
|
@@ -150,31 +170,30 @@ GEM
|
|
|
150
170
|
logger (~> 1)
|
|
151
171
|
nokogiri (~> 1)
|
|
152
172
|
rubyzip (>= 3.0.0, < 4.0.0)
|
|
153
|
-
rubocop (1.
|
|
173
|
+
rubocop (1.88.1)
|
|
154
174
|
json (~> 2.3)
|
|
155
175
|
language_server-protocol (~> 3.17.0.2)
|
|
156
176
|
lint_roller (~> 1.1.0)
|
|
157
|
-
parallel (
|
|
177
|
+
parallel (>= 1.10)
|
|
158
178
|
parser (>= 3.3.0.2)
|
|
159
179
|
rainbow (>= 2.2.2, < 4.0)
|
|
160
180
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
161
181
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
162
182
|
ruby-progressbar (~> 1.7)
|
|
163
183
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
164
|
-
rubocop-ast (1.
|
|
184
|
+
rubocop-ast (1.50.0)
|
|
165
185
|
parser (>= 3.3.7.2)
|
|
166
186
|
prism (~> 1.7)
|
|
167
187
|
rubocop-rake (0.7.1)
|
|
168
188
|
lint_roller (~> 1.1)
|
|
169
189
|
rubocop (>= 1.72.1)
|
|
170
190
|
ruby-progressbar (1.13.0)
|
|
171
|
-
rubyzip (3.
|
|
172
|
-
signet (0.
|
|
191
|
+
rubyzip (3.4.1)
|
|
192
|
+
signet (0.22.0)
|
|
173
193
|
addressable (~> 2.8)
|
|
174
194
|
faraday (>= 0.17.5, < 3.a)
|
|
175
195
|
jwt (>= 1.5, < 4.0)
|
|
176
|
-
|
|
177
|
-
solargraph (0.58.2)
|
|
196
|
+
solargraph (0.60.2)
|
|
178
197
|
ast (~> 2.4.3)
|
|
179
198
|
backport (~> 1.2)
|
|
180
199
|
benchmark (~> 0.4)
|
|
@@ -189,14 +208,25 @@ GEM
|
|
|
189
208
|
ostruct (~> 0.6)
|
|
190
209
|
parser (~> 3.0)
|
|
191
210
|
prism (~> 1.4)
|
|
192
|
-
rbs (>= 3.
|
|
211
|
+
rbs (>= 3.10.0)
|
|
212
|
+
rdoc (~> 7.0)
|
|
193
213
|
reverse_markdown (~> 3.0)
|
|
194
214
|
rubocop (~> 1.76)
|
|
215
|
+
sord (~> 7.0)
|
|
195
216
|
thor (~> 1.0)
|
|
196
217
|
tilt (~> 2.0)
|
|
197
218
|
yard (~> 0.9, >= 0.9.24)
|
|
198
219
|
yard-activesupport-concern (~> 0.0)
|
|
199
220
|
yard-solargraph (~> 0.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)
|
|
200
230
|
thor (1.5.0)
|
|
201
231
|
tilt (2.7.0)
|
|
202
232
|
trailblazer-option (0.1.2)
|
|
@@ -206,12 +236,12 @@ GEM
|
|
|
206
236
|
unicode-emoji (~> 4.1)
|
|
207
237
|
unicode-emoji (4.2.0)
|
|
208
238
|
uri (1.1.1)
|
|
209
|
-
yard (0.9.
|
|
239
|
+
yard (0.9.44)
|
|
210
240
|
yard-activesupport-concern (0.0.1)
|
|
211
241
|
yard (>= 0.8)
|
|
212
242
|
yard-solargraph (0.1.0)
|
|
213
243
|
yard (~> 0.9)
|
|
214
|
-
zeitwerk (2.
|
|
244
|
+
zeitwerk (2.8.2)
|
|
215
245
|
|
|
216
246
|
PLATFORMS
|
|
217
247
|
ruby
|
|
@@ -229,4 +259,4 @@ DEPENDENCIES
|
|
|
229
259
|
yard
|
|
230
260
|
|
|
231
261
|
BUNDLED WITH
|
|
232
|
-
2.6.
|
|
262
|
+
2.6.9
|
data/lib/abank/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.7.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hernâni Rodrigues Vaz
|
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
212
|
version: '0'
|
|
213
213
|
requirements: []
|
|
214
|
-
rubygems_version:
|
|
214
|
+
rubygems_version: 3.6.9
|
|
215
215
|
specification_version: 4
|
|
216
216
|
summary: Arquiva movimentos conta-corrente, conta-cartao do activobank no bigquery.
|
|
217
217
|
test_files: []
|