abank 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f70efc2affcd263c927b2deceb650e7c969921774ae61979cc418297128969d
4
- data.tar.gz: 0ddd742132971c98fbd64310bba20d70f456f0f89bd8491e87455a70423c08bb
3
+ metadata.gz: da3c9921806600bb4965a4fcd707150287ddd1bfbbd27e45a5cb338be6775063
4
+ data.tar.gz: 44ffaa54996ebf805cca0aabd0d840bbd82947615f8f8d2477cb13e33b0989ce
5
5
  SHA512:
6
- metadata.gz: 422925d647471aec6e18909d2ae76138d0cc543a050de8415fd4c236d205a4d27faa1c8096d7ff6f9310997f470ebe9a608e5b7374c6a4fec88203c484e693a7
7
- data.tar.gz: 42430036d7117b42a3d3eba358c03ee498b6bd1d3572727206ec240f2d6e5b340dc8f078d088d859a108095d547ebc69763cfdc953880440b0ee70a8a73fdc23
6
+ metadata.gz: 2c18db45ed444321c28a78c82f5ea27a807dbbb6f5eb60c79d1b7d962a5d75c9264d0259b75e1c751cd71d3e809ba27561d7bc5ae48bfbada4e817fba168778e
7
+ data.tar.gz: 3c464d606e8434ee17ab88c1e36e7b60248d111247ca43b895d4138563b2261f16282bc138da8c6b2704cbe3433a3e5b143f35a3617406b4888fc9597ee3130e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abank (0.4.1)
4
+ abank (0.4.2)
5
5
  google-cloud-bigquery
6
6
  roo
7
7
  thor
@@ -9,22 +9,22 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- addressable (2.8.1)
12
+ addressable (2.8.4)
13
13
  public_suffix (>= 2.0.2, < 6.0)
14
14
  ast (2.4.2)
15
15
  backport (1.2.0)
16
- benchmark (0.2.0)
17
- concurrent-ruby (1.1.10)
16
+ benchmark (0.2.1)
17
+ concurrent-ruby (1.2.2)
18
18
  declarative (0.0.20)
19
19
  diff-lcs (1.5.0)
20
20
  e2mmap (0.1.0)
21
- faraday (2.6.0)
21
+ faraday (2.7.10)
22
22
  faraday-net_http (>= 2.0, < 3.1)
23
23
  ruby2_keywords (>= 0.0.4)
24
- faraday-net_http (3.0.1)
25
- google-apis-bigquery_v2 (0.42.0)
26
- google-apis-core (>= 0.9.0, < 2.a)
27
- google-apis-core (0.9.1)
24
+ faraday-net_http (3.0.2)
25
+ google-apis-bigquery_v2 (0.55.0)
26
+ google-apis-core (>= 0.11.0, < 2.a)
27
+ google-apis-core (0.11.0)
28
28
  addressable (~> 2.5, >= 2.5.1)
29
29
  googleauth (>= 0.16.2, < 2.a)
30
30
  httpclient (>= 2.8.1, < 3.a)
@@ -33,7 +33,7 @@ GEM
33
33
  retriable (>= 2.0, < 4.a)
34
34
  rexml
35
35
  webrick
36
- google-cloud-bigquery (1.39.0)
36
+ google-cloud-bigquery (1.43.1)
37
37
  concurrent-ruby (~> 1.0)
38
38
  google-apis-bigquery_v2 (~> 0.1)
39
39
  google-cloud-core (~> 1.6)
@@ -44,8 +44,8 @@ GEM
44
44
  google-cloud-errors (~> 1.0)
45
45
  google-cloud-env (1.6.0)
46
46
  faraday (>= 0.17.3, < 3.0)
47
- google-cloud-errors (1.3.0)
48
- googleauth (1.3.0)
47
+ google-cloud-errors (1.3.1)
48
+ googleauth (1.6.0)
49
49
  faraday (>= 0.17.3, < 3.a)
50
50
  jwt (>= 1.4, < 3.0)
51
51
  memoist (~> 0.16)
@@ -53,32 +53,35 @@ GEM
53
53
  os (>= 0.9, < 2.0)
54
54
  signet (>= 0.16, < 2.a)
55
55
  httpclient (2.8.3)
56
- jaro_winkler (1.5.4)
57
- json (2.6.2)
58
- jwt (2.5.0)
56
+ jaro_winkler (1.5.6)
57
+ json (2.6.3)
58
+ jwt (2.7.1)
59
59
  kramdown (2.4.0)
60
60
  rexml
61
61
  kramdown-parser-gfm (1.1.0)
62
62
  kramdown (~> 2.0)
63
63
  kwalify (0.7.2)
64
+ language_server-protocol (3.17.0.3)
64
65
  memoist (0.16.2)
65
66
  mini_mime (1.1.2)
66
67
  multi_json (1.15.0)
67
- nokogiri (1.13.9-x86_64-linux)
68
+ nokogiri (1.15.3-x86_64-linux)
68
69
  racc (~> 1.4)
69
70
  os (1.1.4)
70
- parallel (1.22.1)
71
- parser (3.1.2.1)
71
+ parallel (1.23.0)
72
+ parser (3.2.2.3)
72
73
  ast (~> 2.4.1)
73
- public_suffix (5.0.0)
74
- racc (1.6.0)
74
+ racc
75
+ public_suffix (5.0.1)
76
+ racc (1.7.1)
75
77
  rainbow (3.1.1)
76
78
  rake (12.3.3)
77
- reek (6.1.1)
79
+ rbs (2.8.4)
80
+ reek (6.1.4)
78
81
  kwalify (~> 0.7.0)
79
- parser (~> 3.1.0)
82
+ parser (~> 3.2.0)
80
83
  rainbow (>= 2.0, < 4.0)
81
- regexp_parser (2.6.0)
84
+ regexp_parser (2.8.1)
82
85
  representable (3.2.0)
83
86
  declarative (< 0.1.0)
84
87
  trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -87,22 +90,23 @@ GEM
87
90
  reverse_markdown (2.1.1)
88
91
  nokogiri
89
92
  rexml (3.2.5)
90
- roo (2.9.0)
93
+ roo (2.10.0)
91
94
  nokogiri (~> 1)
92
95
  rubyzip (>= 1.3.0, < 3.0.0)
93
- rubocop (1.38.0)
96
+ rubocop (1.54.1)
94
97
  json (~> 2.3)
98
+ language_server-protocol (>= 3.17.0)
95
99
  parallel (~> 1.10)
96
- parser (>= 3.1.2.1)
100
+ parser (>= 3.2.2.3)
97
101
  rainbow (>= 2.2.2, < 4.0)
98
102
  regexp_parser (>= 1.8, < 3.0)
99
103
  rexml (>= 3.2.5, < 4.0)
100
- rubocop-ast (>= 1.23.0, < 2.0)
104
+ rubocop-ast (>= 1.28.0, < 2.0)
101
105
  ruby-progressbar (~> 1.7)
102
- unicode-display_width (>= 1.4.0, < 3.0)
103
- rubocop-ast (1.23.0)
104
- parser (>= 3.1.1.0)
105
- ruby-progressbar (1.11.0)
106
+ unicode-display_width (>= 2.4.0, < 3.0)
107
+ rubocop-ast (1.29.0)
108
+ parser (>= 3.2.1.0)
109
+ ruby-progressbar (1.13.0)
106
110
  ruby2_keywords (0.0.5)
107
111
  rubyzip (2.3.2)
108
112
  signet (0.17.0)
@@ -110,29 +114,29 @@ GEM
110
114
  faraday (>= 0.17.5, < 3.a)
111
115
  jwt (>= 1.5, < 3.0)
112
116
  multi_json (~> 1.10)
113
- solargraph (0.47.2)
117
+ solargraph (0.49.0)
114
118
  backport (~> 1.2)
115
119
  benchmark
116
- bundler (>= 1.17.2)
120
+ bundler (~> 2.0)
117
121
  diff-lcs (~> 1.4)
118
122
  e2mmap
119
123
  jaro_winkler (~> 1.5)
120
124
  kramdown (~> 2.3)
121
125
  kramdown-parser-gfm (~> 1.1)
122
126
  parser (~> 3.0)
123
- reverse_markdown (>= 1.0.5, < 3)
124
- rubocop (>= 0.52)
127
+ rbs (~> 2.0)
128
+ reverse_markdown (~> 2.0)
129
+ rubocop (~> 1.38)
125
130
  thor (~> 1.0)
126
131
  tilt (~> 2.0)
127
132
  yard (~> 0.9, >= 0.9.24)
128
- thor (1.2.1)
129
- tilt (2.0.11)
133
+ thor (1.2.2)
134
+ tilt (2.2.0)
130
135
  trailblazer-option (0.1.2)
131
136
  uber (0.1.0)
132
- unicode-display_width (2.3.0)
133
- webrick (1.7.0)
134
- yard (0.9.28)
135
- webrick (~> 1.7.0)
137
+ unicode-display_width (2.4.2)
138
+ webrick (1.8.1)
139
+ yard (0.9.34)
136
140
 
137
141
  PLATFORMS
138
142
  x86_64-linux
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.4.1'
4
+ VERSION = '0.4.2'
5
5
  end
data/ruby-lint.yml ADDED
@@ -0,0 +1,10 @@
1
+ ---
2
+ analysis_classes:
3
+ - argument_amount
4
+ - pedantics
5
+ - shadowing_variables
6
+ # - undefined_methods
7
+ # - undefined_variables
8
+ - unused_variables
9
+ - useless_equality_checks
10
+
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.1
4
+ version: 0.4.2
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: 2022-11-03 00:00:00.000000000 Z
11
+ date: 2023-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -165,6 +165,7 @@ files:
165
165
  - lib/abank/folha1.rb
166
166
  - lib/abank/folha2.rb
167
167
  - lib/abank/version.rb
168
+ - ruby-lint.yml
168
169
  homepage: https://github.com/hernanirvaz/abank
169
170
  licenses:
170
171
  - MIT