abank 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +110 -64
- data/lib/abank/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a88d822a3034a916352647e92e7907c65e9d8a90988211839b88516bc8f70c0c
|
4
|
+
data.tar.gz: 30082ca518fd8ef18358aba258452e5509ccd1a3e8af199f1d16d6c3f77a38c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 522e3962e3adcfeae890c93c42f455110b2c8598c751ed5bc188444dfcdfe7aabb0bb521285e7d0b597f34c164c5220c83c7f4025398f62c1391322b71d73ea8
|
7
|
+
data.tar.gz: a6a5220a6fec3fe19c34fe3515d57b36f2cfbacb509fbc3b325848678b4ef0da6b58de87af6c32902ffbb8cab512ed1be239dafedfd246a79953ff51c7c7840d
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
abank (0.4.
|
4
|
+
abank (0.4.4)
|
5
5
|
google-cloud-bigquery
|
6
6
|
roo
|
7
7
|
thor
|
@@ -9,79 +9,122 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
addressable (2.8.
|
13
|
-
public_suffix (>= 2.0.2, <
|
12
|
+
addressable (2.8.7)
|
13
|
+
public_suffix (>= 2.0.2, < 7.0)
|
14
14
|
ast (2.4.2)
|
15
15
|
backport (1.2.0)
|
16
|
-
|
17
|
-
|
16
|
+
base64 (0.2.0)
|
17
|
+
benchmark (0.4.0)
|
18
|
+
bigdecimal (3.1.9)
|
19
|
+
concurrent-ruby (1.3.4)
|
18
20
|
declarative (0.0.20)
|
19
|
-
diff-lcs (1.5.
|
21
|
+
diff-lcs (1.5.1)
|
22
|
+
dry-configurable (1.3.0)
|
23
|
+
dry-core (~> 1.1)
|
24
|
+
zeitwerk (~> 2.6)
|
25
|
+
dry-core (1.1.0)
|
26
|
+
concurrent-ruby (~> 1.0)
|
27
|
+
logger
|
28
|
+
zeitwerk (~> 2.6)
|
29
|
+
dry-inflector (1.2.0)
|
30
|
+
dry-initializer (3.2.0)
|
31
|
+
dry-logic (1.6.0)
|
32
|
+
bigdecimal
|
33
|
+
concurrent-ruby (~> 1.0)
|
34
|
+
dry-core (~> 1.1)
|
35
|
+
zeitwerk (~> 2.6)
|
36
|
+
dry-schema (1.13.4)
|
37
|
+
concurrent-ruby (~> 1.0)
|
38
|
+
dry-configurable (~> 1.0, >= 1.0.1)
|
39
|
+
dry-core (~> 1.0, < 2)
|
40
|
+
dry-initializer (~> 3.0)
|
41
|
+
dry-logic (>= 1.4, < 2)
|
42
|
+
dry-types (>= 1.7, < 2)
|
43
|
+
zeitwerk (~> 2.6)
|
44
|
+
dry-types (1.8.0)
|
45
|
+
bigdecimal (~> 3.0)
|
46
|
+
concurrent-ruby (~> 1.0)
|
47
|
+
dry-core (~> 1.0)
|
48
|
+
dry-inflector (~> 1.0)
|
49
|
+
dry-logic (~> 1.4)
|
50
|
+
zeitwerk (~> 2.6)
|
20
51
|
e2mmap (0.1.0)
|
21
|
-
faraday (2.
|
22
|
-
faraday-net_http (>= 2.0, < 3.
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
google-apis-
|
52
|
+
faraday (2.12.2)
|
53
|
+
faraday-net_http (>= 2.0, < 3.5)
|
54
|
+
json
|
55
|
+
logger
|
56
|
+
faraday-net_http (3.4.0)
|
57
|
+
net-http (>= 0.5.0)
|
58
|
+
google-apis-bigquery_v2 (0.83.0)
|
59
|
+
google-apis-core (>= 0.15.0, < 2.a)
|
60
|
+
google-apis-core (0.15.1)
|
28
61
|
addressable (~> 2.5, >= 2.5.1)
|
29
|
-
googleauth (
|
30
|
-
httpclient (>= 2.8.
|
62
|
+
googleauth (~> 1.9)
|
63
|
+
httpclient (>= 2.8.3, < 3.a)
|
31
64
|
mini_mime (~> 1.0)
|
65
|
+
mutex_m
|
32
66
|
representable (~> 3.0)
|
33
67
|
retriable (>= 2.0, < 4.a)
|
34
|
-
|
35
|
-
|
36
|
-
google-cloud-bigquery (1.43.1)
|
68
|
+
google-cloud-bigquery (1.51.1)
|
69
|
+
bigdecimal (~> 3.0)
|
37
70
|
concurrent-ruby (~> 1.0)
|
38
|
-
google-apis-bigquery_v2 (~> 0.
|
71
|
+
google-apis-bigquery_v2 (~> 0.71)
|
72
|
+
google-apis-core (~> 0.13)
|
39
73
|
google-cloud-core (~> 1.6)
|
40
|
-
googleauth (
|
74
|
+
googleauth (~> 1.9)
|
41
75
|
mini_mime (~> 1.0)
|
42
|
-
google-cloud-core (1.
|
43
|
-
google-cloud-env (
|
76
|
+
google-cloud-core (1.7.1)
|
77
|
+
google-cloud-env (>= 1.0, < 3.a)
|
44
78
|
google-cloud-errors (~> 1.0)
|
45
|
-
google-cloud-env (
|
46
|
-
faraday (>= 0
|
47
|
-
google-cloud-errors (1.
|
48
|
-
|
49
|
-
|
79
|
+
google-cloud-env (2.2.1)
|
80
|
+
faraday (>= 1.0, < 3.a)
|
81
|
+
google-cloud-errors (1.4.0)
|
82
|
+
google-logging-utils (0.1.0)
|
83
|
+
googleauth (1.12.2)
|
84
|
+
faraday (>= 1.0, < 3.a)
|
85
|
+
google-cloud-env (~> 2.2)
|
86
|
+
google-logging-utils (~> 0.1)
|
50
87
|
jwt (>= 1.4, < 3.0)
|
51
|
-
memoist (~> 0.16)
|
52
88
|
multi_json (~> 1.11)
|
53
89
|
os (>= 0.9, < 2.0)
|
54
90
|
signet (>= 0.16, < 2.a)
|
55
91
|
httpclient (2.8.3)
|
56
|
-
jaro_winkler (1.
|
57
|
-
json (2.
|
58
|
-
jwt (2.
|
59
|
-
|
60
|
-
|
92
|
+
jaro_winkler (1.6.0)
|
93
|
+
json (2.9.1)
|
94
|
+
jwt (2.10.1)
|
95
|
+
base64
|
96
|
+
kramdown (2.5.1)
|
97
|
+
rexml (>= 3.3.9)
|
61
98
|
kramdown-parser-gfm (1.1.0)
|
62
99
|
kramdown (~> 2.0)
|
63
|
-
kwalify (0.7.2)
|
64
100
|
language_server-protocol (3.17.0.3)
|
65
|
-
|
66
|
-
mini_mime (1.1.
|
101
|
+
logger (1.6.5)
|
102
|
+
mini_mime (1.1.5)
|
103
|
+
mini_portile2 (2.8.8)
|
67
104
|
multi_json (1.15.0)
|
68
|
-
|
105
|
+
mutex_m (0.3.0)
|
106
|
+
net-http (0.6.0)
|
107
|
+
uri
|
108
|
+
nokogiri (1.18.1)
|
109
|
+
mini_portile2 (~> 2.8.2)
|
69
110
|
racc (~> 1.4)
|
70
111
|
os (1.1.4)
|
71
|
-
parallel (1.
|
72
|
-
parser (3.
|
112
|
+
parallel (1.26.3)
|
113
|
+
parser (3.3.6.0)
|
73
114
|
ast (~> 2.4.1)
|
74
115
|
racc
|
75
|
-
public_suffix (
|
76
|
-
racc (1.
|
116
|
+
public_suffix (6.0.1)
|
117
|
+
racc (1.8.1)
|
77
118
|
rainbow (3.1.1)
|
78
119
|
rake (12.3.3)
|
79
120
|
rbs (2.8.4)
|
80
|
-
reek (6.
|
81
|
-
|
82
|
-
|
121
|
+
reek (6.4.0)
|
122
|
+
dry-schema (~> 1.13.0)
|
123
|
+
logger (~> 1.6)
|
124
|
+
parser (~> 3.3.0)
|
83
125
|
rainbow (>= 2.0, < 4.0)
|
84
|
-
|
126
|
+
rexml (~> 3.1)
|
127
|
+
regexp_parser (2.10.0)
|
85
128
|
representable (3.2.0)
|
86
129
|
declarative (< 0.1.0)
|
87
130
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
@@ -89,32 +132,30 @@ GEM
|
|
89
132
|
retriable (3.1.2)
|
90
133
|
reverse_markdown (2.1.1)
|
91
134
|
nokogiri
|
92
|
-
rexml (3.
|
93
|
-
roo (2.10.
|
135
|
+
rexml (3.4.0)
|
136
|
+
roo (2.10.1)
|
94
137
|
nokogiri (~> 1)
|
95
138
|
rubyzip (>= 1.3.0, < 3.0.0)
|
96
|
-
rubocop (1.
|
139
|
+
rubocop (1.70.0)
|
97
140
|
json (~> 2.3)
|
98
141
|
language_server-protocol (>= 3.17.0)
|
99
142
|
parallel (~> 1.10)
|
100
|
-
parser (>= 3.
|
143
|
+
parser (>= 3.3.0.2)
|
101
144
|
rainbow (>= 2.2.2, < 4.0)
|
102
|
-
regexp_parser (>=
|
103
|
-
|
104
|
-
rubocop-ast (>= 1.28.1, < 2.0)
|
145
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
146
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
105
147
|
ruby-progressbar (~> 1.7)
|
106
|
-
unicode-display_width (>= 2.4.0, <
|
107
|
-
rubocop-ast (1.
|
108
|
-
parser (>= 3.
|
148
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
149
|
+
rubocop-ast (1.37.0)
|
150
|
+
parser (>= 3.3.1.0)
|
109
151
|
ruby-progressbar (1.13.0)
|
110
|
-
|
111
|
-
|
112
|
-
signet (0.17.0)
|
152
|
+
rubyzip (2.4.1)
|
153
|
+
signet (0.19.0)
|
113
154
|
addressable (~> 2.8)
|
114
155
|
faraday (>= 0.17.5, < 3.a)
|
115
156
|
jwt (>= 1.5, < 3.0)
|
116
157
|
multi_json (~> 1.10)
|
117
|
-
solargraph (0.
|
158
|
+
solargraph (0.50.0)
|
118
159
|
backport (~> 1.2)
|
119
160
|
benchmark
|
120
161
|
bundler (~> 2.0)
|
@@ -130,20 +171,25 @@ GEM
|
|
130
171
|
thor (~> 1.0)
|
131
172
|
tilt (~> 2.0)
|
132
173
|
yard (~> 0.9, >= 0.9.24)
|
133
|
-
thor (1.
|
134
|
-
tilt (2.
|
174
|
+
thor (1.3.2)
|
175
|
+
tilt (2.6.0)
|
135
176
|
trailblazer-option (0.1.2)
|
136
177
|
uber (0.1.0)
|
137
|
-
unicode-display_width (
|
138
|
-
|
139
|
-
|
178
|
+
unicode-display_width (3.1.4)
|
179
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
180
|
+
unicode-emoji (4.0.4)
|
181
|
+
uri (1.0.2)
|
182
|
+
yard (0.9.37)
|
183
|
+
zeitwerk (2.6.18)
|
140
184
|
|
141
185
|
PLATFORMS
|
186
|
+
ruby
|
142
187
|
x86_64-linux
|
143
188
|
|
144
189
|
DEPENDENCIES
|
145
190
|
abank!
|
146
191
|
bundler
|
192
|
+
nokogiri (~> 1.18.1)
|
147
193
|
rake (~> 12.0)
|
148
194
|
reek
|
149
195
|
rubocop
|
data/lib/abank/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: abank
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hernâni Rodrigues Vaz
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -172,7 +172,7 @@ licenses:
|
|
172
172
|
metadata:
|
173
173
|
homepage_uri: https://github.com/hernanirvaz/abank
|
174
174
|
yard.run: yard
|
175
|
-
post_install_message:
|
175
|
+
post_install_message:
|
176
176
|
rdoc_options: []
|
177
177
|
require_paths:
|
178
178
|
- lib
|
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
188
|
version: '0'
|
189
189
|
requirements: []
|
190
190
|
rubygems_version: 3.3.7
|
191
|
-
signing_key:
|
191
|
+
signing_key:
|
192
192
|
specification_version: 4
|
193
193
|
summary: Arquiva movimentos conta-corrente, conta-cartao do activobank no bigquery.
|
194
194
|
test_files: []
|