abank 0.3.2 → 0.3.7

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: 3172e47caa2daf5b30cd1ab0cdcf9e14b8a64d7934608167b6f04af341dc69b9
4
- data.tar.gz: e30642b9e5ba8d9f3a9eaf63a1ea877f2497da50633f2fcd61ab2e2fff760de9
3
+ metadata.gz: f5252b9f708d84226a96d390c301423a5743ae616c368e052482f4573cbf1591
4
+ data.tar.gz: d195c11e58e3917ce7883d361ffdb63289ebd9267cb89d720d175680e7806c7a
5
5
  SHA512:
6
- metadata.gz: aa9c6db46366203dd88e97abc9855e82b444346a4d85a6817f9117b009fc796542661e01e99ea93e60fda0d5eb36b868f623efdf6ceecc65531e84a1fd054b28
7
- data.tar.gz: 96fd3cecfd57e6d2bd326b646135c1900573a27545b11299b438bb421ec56e9e85d8bf647cb47a59e26377a9425e38380faf03cfe0386a7755291ee0f3525d6d
6
+ metadata.gz: f4731c7fa6de257772d56cdcca83a1d39d1321389155e525955cbc454a0299f7ca0798844480435583659882c04be7b631247a8d629d637b07a4c2b81964e383
7
+ data.tar.gz: b2a091545527c17020b91780066c9210c17f54027403730e540f7200da6480dffbd0c3a6b76303559679e3151a54f9d432315b1b4b8e2d6dd52882d8e4cdff18
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abank (0.3.2)
4
+ abank (0.3.7)
5
5
  google-cloud-bigquery
6
6
  roo
7
7
  thor
@@ -11,38 +11,51 @@ GEM
11
11
  specs:
12
12
  addressable (2.7.0)
13
13
  public_suffix (>= 2.0.2, < 5.0)
14
- ast (2.4.1)
15
- backport (1.1.2)
16
- benchmark (0.1.0)
17
- concurrent-ruby (1.1.7)
14
+ ast (2.4.2)
15
+ backport (1.2.0)
16
+ benchmark (0.1.1)
17
+ concurrent-ruby (1.1.9)
18
18
  declarative (0.0.20)
19
- declarative-option (0.1.0)
19
+ diff-lcs (1.4.4)
20
20
  e2mmap (0.1.0)
21
- faraday (1.1.0)
21
+ faraday (1.4.3)
22
+ faraday-em_http (~> 1.0)
23
+ faraday-em_synchrony (~> 1.0)
24
+ faraday-excon (~> 1.1)
25
+ faraday-net_http (~> 1.0)
26
+ faraday-net_http_persistent (~> 1.1)
22
27
  multipart-post (>= 1.2, < 3)
23
- ruby2_keywords
24
- google-api-client (0.50.0)
28
+ ruby2_keywords (>= 0.0.4)
29
+ faraday-em_http (1.0.0)
30
+ faraday-em_synchrony (1.0.0)
31
+ faraday-excon (1.1.0)
32
+ faraday-net_http (1.0.1)
33
+ faraday-net_http_persistent (1.1.0)
34
+ google-apis-bigquery_v2 (0.13.0)
35
+ google-apis-core (~> 0.1)
36
+ google-apis-core (0.3.0)
25
37
  addressable (~> 2.5, >= 2.5.1)
26
- googleauth (~> 0.9)
38
+ googleauth (~> 0.14)
27
39
  httpclient (>= 2.8.1, < 3.0)
28
40
  mini_mime (~> 1.0)
29
41
  representable (~> 3.0)
30
42
  retriable (>= 2.0, < 4.0)
31
43
  rexml
32
- signet (~> 0.12)
33
- google-cloud-bigquery (1.25.0)
44
+ signet (~> 0.14)
45
+ webrick
46
+ google-cloud-bigquery (1.32.0)
34
47
  concurrent-ruby (~> 1.0)
35
- google-api-client (~> 0.47)
36
- google-cloud-core (~> 1.2)
37
- googleauth (~> 0.9)
48
+ google-apis-bigquery_v2 (~> 0.1)
49
+ google-cloud-core (~> 1.6)
50
+ googleauth (>= 0.16.2, < 2.a)
38
51
  mini_mime (~> 1.0)
39
- google-cloud-core (1.5.0)
52
+ google-cloud-core (1.6.0)
40
53
  google-cloud-env (~> 1.0)
41
54
  google-cloud-errors (~> 1.0)
42
- google-cloud-env (1.4.0)
55
+ google-cloud-env (1.5.0)
43
56
  faraday (>= 0.17.3, < 2.0)
44
- google-cloud-errors (1.0.1)
45
- googleauth (0.14.0)
57
+ google-cloud-errors (1.1.0)
58
+ googleauth (0.16.2)
46
59
  faraday (>= 0.17.3, < 2.0)
47
60
  jwt (>= 1.4, < 3.0)
48
61
  memoist (~> 0.16)
@@ -51,79 +64,87 @@ GEM
51
64
  signet (~> 0.14)
52
65
  httpclient (2.8.3)
53
66
  jaro_winkler (1.5.4)
54
- jwt (2.2.2)
67
+ jwt (2.2.3)
68
+ kramdown (2.3.1)
69
+ rexml
70
+ kramdown-parser-gfm (1.1.0)
71
+ kramdown (~> 2.0)
55
72
  kwalify (0.7.2)
56
- maruku (0.7.3)
57
73
  memoist (0.16.2)
58
- mini_mime (1.0.2)
59
- mini_portile2 (2.4.0)
74
+ mini_mime (1.1.0)
75
+ mini_portile2 (2.5.3)
60
76
  multi_json (1.15.0)
61
77
  multipart-post (2.1.1)
62
- nokogiri (1.10.10)
63
- mini_portile2 (~> 2.4.0)
78
+ nokogiri (1.11.7)
79
+ mini_portile2 (~> 2.5.0)
80
+ racc (~> 1.4)
64
81
  os (1.1.1)
65
82
  parallel (1.20.1)
66
- parser (2.7.2.0)
83
+ parser (3.0.1.1)
67
84
  ast (~> 2.4.1)
68
- psych (3.2.0)
85
+ psych (3.3.2)
69
86
  public_suffix (4.0.6)
87
+ racc (1.5.2)
70
88
  rainbow (3.0.0)
71
89
  rake (12.3.3)
72
- reek (6.0.2)
90
+ reek (6.0.4)
73
91
  kwalify (~> 0.7.0)
74
- parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
92
+ parser (~> 3.0.0)
75
93
  psych (~> 3.1)
76
94
  rainbow (>= 2.0, < 4.0)
77
- regexp_parser (2.0.0)
78
- representable (3.0.4)
95
+ regexp_parser (2.1.1)
96
+ representable (3.1.1)
79
97
  declarative (< 0.1.0)
80
- declarative-option (< 0.2.0)
98
+ trailblazer-option (>= 0.1.1, < 0.2.0)
81
99
  uber (< 0.2.0)
82
100
  retriable (3.1.2)
83
101
  reverse_markdown (2.0.0)
84
102
  nokogiri
85
- rexml (3.2.4)
103
+ rexml (3.2.5)
86
104
  roo (2.8.3)
87
105
  nokogiri (~> 1)
88
106
  rubyzip (>= 1.3.0, < 3.0.0)
89
- rubocop (0.93.1)
107
+ rubocop (1.17.0)
90
108
  parallel (~> 1.10)
91
- parser (>= 2.7.1.5)
109
+ parser (>= 3.0.0.0)
92
110
  rainbow (>= 2.2.2, < 4.0)
93
- regexp_parser (>= 1.8)
111
+ regexp_parser (>= 1.8, < 3.0)
94
112
  rexml
95
- rubocop-ast (>= 0.6.0)
113
+ rubocop-ast (>= 1.7.0, < 2.0)
96
114
  ruby-progressbar (~> 1.7)
97
- unicode-display_width (>= 1.4.0, < 2.0)
98
- rubocop-ast (1.2.0)
99
- parser (>= 2.7.1.5)
100
- ruby-progressbar (1.10.1)
101
- ruby2_keywords (0.0.2)
115
+ unicode-display_width (>= 1.4.0, < 3.0)
116
+ rubocop-ast (1.7.0)
117
+ parser (>= 3.0.1.1)
118
+ ruby-progressbar (1.11.0)
119
+ ruby2_keywords (0.0.4)
102
120
  rubyzip (2.3.0)
103
- signet (0.14.0)
121
+ signet (0.15.0)
104
122
  addressable (~> 2.3)
105
123
  faraday (>= 0.17.3, < 2.0)
106
124
  jwt (>= 1.5, < 3.0)
107
125
  multi_json (~> 1.10)
108
- solargraph (0.39.17)
109
- backport (~> 1.1)
126
+ solargraph (0.42.3)
127
+ backport (~> 1.2)
110
128
  benchmark
111
129
  bundler (>= 1.17.2)
130
+ diff-lcs (~> 1.4)
112
131
  e2mmap
113
132
  jaro_winkler (~> 1.5)
114
- maruku (~> 0.7, >= 0.7.3)
115
- nokogiri (~> 1.9, >= 1.9.1)
116
- parser (~> 2.3)
133
+ kramdown (~> 2.3)
134
+ kramdown-parser-gfm (~> 1.1)
135
+ parser (~> 3.0)
117
136
  reverse_markdown (>= 1.0.5, < 3)
118
- rubocop (~> 0.52)
137
+ rubocop (>= 0.52)
119
138
  thor (~> 1.0)
120
139
  tilt (~> 2.0)
121
140
  yard (~> 0.9, >= 0.9.24)
122
- thor (1.0.1)
141
+ thor (1.1.0)
123
142
  tilt (2.0.10)
143
+ trailblazer-option (0.1.1)
124
144
  uber (0.1.0)
125
- unicode-display_width (1.7.0)
126
- yard (0.9.25)
145
+ unicode-display_width (2.0.0)
146
+ webrick (1.7.0)
147
+ yard (0.9.26)
127
148
 
128
149
  PLATFORMS
129
150
  ruby
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
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.3.2'
4
+ VERSION = '0.3.7'
5
5
  end
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.3.2
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-25 00:00:00.000000000 Z
11
+ date: 2021-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubygems_version: 3.1.2
189
+ rubygems_version: 3.1.4
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Arquiva movimentos conta-corrente, conta-cartao do activobank no bigquery.