abank 0.3.1 → 0.3.6

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: 38252e611997b04e79e9743c3e9027906a47b3eb9252cf2a0d26526fe957d422
4
- data.tar.gz: 927a605ae99f62cd66439d0f5468bb2da4ba2174ac9d3b7888fe72bda4dc6043
3
+ metadata.gz: ac1c8c4594955e95da5c8b499749484b65896f30e6c2269a8f3717e439bd133c
4
+ data.tar.gz: c2ef58f81608548f7d36fef492120e6d10cbe818f05900eb36a62f9975240240
5
5
  SHA512:
6
- metadata.gz: 0dc5655f4c39df0465f00506df19c87b81359c1d2c7ac5fe910b8daf25bd6aa2c59514693437bed6d35dc2c90ef022ab703afc3c14db18e38672fd90fd67318d
7
- data.tar.gz: 5f97e3013d807922e1e6cc18d0636f5f02dbe0e0d83485520a582ab285915f7f71f44b526ad45a16f8931251c3c94d0f0453903db720570b89770a8d8d3fec4f
6
+ metadata.gz: 459bdafafefc9cdc568a9716ace36d7637c085a859f300f17697e44c0d0ba77e104a96fcae3b30c1ac85ac446ce5f9a8e40f128730ee8dd2549817e9998fae71
7
+ data.tar.gz: a7ae25ffb7646696146a30cb332526ce138e36246e8666d2fd1ef9d468a39482fc4d1220b6ca75d5d025fab8ad680974895f14908b42ebd1f793d3e31e4c23ea
data/.travis.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  sudo: false
3
3
  language: ruby
4
4
  rvm:
5
- - 2.6.3
5
+ - 2.7.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abank (0.3.1)
4
+ abank (0.3.6)
5
5
  google-cloud-bigquery
6
6
  roo
7
7
  thor
@@ -11,38 +11,50 @@ GEM
11
11
  specs:
12
12
  addressable (2.7.0)
13
13
  public_suffix (>= 2.0.2, < 5.0)
14
- ast (2.4.1)
14
+ ast (2.4.2)
15
15
  backport (1.1.2)
16
- benchmark (0.1.0)
17
- concurrent-ruby (1.1.7)
16
+ benchmark (0.1.1)
17
+ concurrent-ruby (1.1.8)
18
18
  declarative (0.0.20)
19
- declarative-option (0.1.0)
20
19
  e2mmap (0.1.0)
21
- faraday (1.1.0)
20
+ faraday (1.4.2)
21
+ faraday-em_http (~> 1.0)
22
+ faraday-em_synchrony (~> 1.0)
23
+ faraday-excon (~> 1.1)
24
+ faraday-net_http (~> 1.0)
25
+ faraday-net_http_persistent (~> 1.1)
22
26
  multipart-post (>= 1.2, < 3)
23
- ruby2_keywords
24
- google-api-client (0.50.0)
27
+ ruby2_keywords (>= 0.0.4)
28
+ faraday-em_http (1.0.0)
29
+ faraday-em_synchrony (1.0.0)
30
+ faraday-excon (1.1.0)
31
+ faraday-net_http (1.0.1)
32
+ faraday-net_http_persistent (1.1.0)
33
+ google-apis-bigquery_v2 (0.12.0)
34
+ google-apis-core (~> 0.1)
35
+ google-apis-core (0.3.0)
25
36
  addressable (~> 2.5, >= 2.5.1)
26
- googleauth (~> 0.9)
37
+ googleauth (~> 0.14)
27
38
  httpclient (>= 2.8.1, < 3.0)
28
39
  mini_mime (~> 1.0)
29
40
  representable (~> 3.0)
30
41
  retriable (>= 2.0, < 4.0)
31
42
  rexml
32
- signet (~> 0.12)
33
- google-cloud-bigquery (1.25.0)
43
+ signet (~> 0.14)
44
+ webrick
45
+ google-cloud-bigquery (1.31.0)
34
46
  concurrent-ruby (~> 1.0)
35
- google-api-client (~> 0.47)
47
+ google-apis-bigquery_v2 (~> 0.1)
36
48
  google-cloud-core (~> 1.2)
37
49
  googleauth (~> 0.9)
38
50
  mini_mime (~> 1.0)
39
- google-cloud-core (1.5.0)
51
+ google-cloud-core (1.6.0)
40
52
  google-cloud-env (~> 1.0)
41
53
  google-cloud-errors (~> 1.0)
42
- google-cloud-env (1.4.0)
54
+ google-cloud-env (1.5.0)
43
55
  faraday (>= 0.17.3, < 2.0)
44
- google-cloud-errors (1.0.1)
45
- googleauth (0.14.0)
56
+ google-cloud-errors (1.1.0)
57
+ googleauth (0.16.2)
46
58
  faraday (>= 0.17.3, < 2.0)
47
59
  jwt (>= 1.4, < 3.0)
48
60
  memoist (~> 0.16)
@@ -51,79 +63,86 @@ GEM
51
63
  signet (~> 0.14)
52
64
  httpclient (2.8.3)
53
65
  jaro_winkler (1.5.4)
54
- jwt (2.2.2)
66
+ jwt (2.2.3)
67
+ kramdown (2.3.1)
68
+ rexml
69
+ kramdown-parser-gfm (1.1.0)
70
+ kramdown (~> 2.0)
55
71
  kwalify (0.7.2)
56
- maruku (0.7.3)
57
72
  memoist (0.16.2)
58
- mini_mime (1.0.2)
59
- mini_portile2 (2.4.0)
73
+ mini_mime (1.1.0)
74
+ mini_portile2 (2.5.3)
60
75
  multi_json (1.15.0)
61
76
  multipart-post (2.1.1)
62
- nokogiri (1.10.10)
63
- mini_portile2 (~> 2.4.0)
77
+ nokogiri (1.11.6)
78
+ mini_portile2 (~> 2.5.0)
79
+ racc (~> 1.4)
64
80
  os (1.1.1)
65
81
  parallel (1.20.1)
66
- parser (2.7.2.0)
82
+ parser (3.0.1.1)
67
83
  ast (~> 2.4.1)
68
- psych (3.2.0)
84
+ psych (3.3.2)
69
85
  public_suffix (4.0.6)
86
+ racc (1.5.2)
70
87
  rainbow (3.0.0)
71
88
  rake (12.3.3)
72
- reek (6.0.2)
89
+ reek (6.0.4)
73
90
  kwalify (~> 0.7.0)
74
- parser (>= 2.5.0.0, < 2.8, != 2.5.1.1)
91
+ parser (~> 3.0.0)
75
92
  psych (~> 3.1)
76
93
  rainbow (>= 2.0, < 4.0)
77
- regexp_parser (2.0.0)
78
- representable (3.0.4)
94
+ regexp_parser (2.1.1)
95
+ representable (3.1.1)
79
96
  declarative (< 0.1.0)
80
- declarative-option (< 0.2.0)
97
+ trailblazer-option (>= 0.1.1, < 0.2.0)
81
98
  uber (< 0.2.0)
82
99
  retriable (3.1.2)
83
100
  reverse_markdown (2.0.0)
84
101
  nokogiri
85
- rexml (3.2.4)
102
+ rexml (3.2.5)
86
103
  roo (2.8.3)
87
104
  nokogiri (~> 1)
88
105
  rubyzip (>= 1.3.0, < 3.0.0)
89
- rubocop (0.93.1)
106
+ rubocop (1.16.0)
90
107
  parallel (~> 1.10)
91
- parser (>= 2.7.1.5)
108
+ parser (>= 3.0.0.0)
92
109
  rainbow (>= 2.2.2, < 4.0)
93
- regexp_parser (>= 1.8)
110
+ regexp_parser (>= 1.8, < 3.0)
94
111
  rexml
95
- rubocop-ast (>= 0.6.0)
112
+ rubocop-ast (>= 1.7.0, < 2.0)
96
113
  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)
114
+ unicode-display_width (>= 1.4.0, < 3.0)
115
+ rubocop-ast (1.7.0)
116
+ parser (>= 3.0.1.1)
117
+ ruby-progressbar (1.11.0)
118
+ ruby2_keywords (0.0.4)
102
119
  rubyzip (2.3.0)
103
- signet (0.14.0)
120
+ signet (0.15.0)
104
121
  addressable (~> 2.3)
105
122
  faraday (>= 0.17.3, < 2.0)
106
123
  jwt (>= 1.5, < 3.0)
107
124
  multi_json (~> 1.10)
108
- solargraph (0.39.17)
125
+ solargraph (0.41.1)
109
126
  backport (~> 1.1)
110
127
  benchmark
111
128
  bundler (>= 1.17.2)
112
129
  e2mmap
113
130
  jaro_winkler (~> 1.5)
114
- maruku (~> 0.7, >= 0.7.3)
115
- nokogiri (~> 1.9, >= 1.9.1)
116
- parser (~> 2.3)
131
+ kramdown (~> 2.3)
132
+ kramdown-parser-gfm (~> 1.1)
133
+ parser (~> 3.0)
117
134
  reverse_markdown (>= 1.0.5, < 3)
118
- rubocop (~> 0.52)
135
+ rubocop (>= 0.52)
119
136
  thor (~> 1.0)
120
137
  tilt (~> 2.0)
121
138
  yard (~> 0.9, >= 0.9.24)
122
- thor (1.0.1)
139
+ thor (1.1.0)
123
140
  tilt (2.0.10)
141
+ trailblazer-option (0.1.1)
124
142
  uber (0.1.0)
125
- unicode-display_width (1.7.0)
126
- yard (0.9.25)
143
+ unicode-display_width (2.0.0)
144
+ webrick (1.7.0)
145
+ yard (0.9.26)
127
146
 
128
147
  PLATFORMS
129
148
  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.1'
4
+ VERSION = '0.3.6'
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.1
4
+ version: 0.3.6
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-02 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.