cns 0.2.5 → 0.2.6

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: a47862314401c42edfb5a5d8755d61426eff0ec3bb442cc7212ea248882b6851
4
- data.tar.gz: 8295b8dd35aa236f53161ede0e1a5f09226d07380dd92e2cbbd889a54f5656e3
3
+ metadata.gz: 317da1b5cfb582d361f66b4a2be005ba8d222d373abc2bd5a094b7737510105c
4
+ data.tar.gz: 06eab4a14ba9fad076b0ca394083c4dffad80cf29db32fe4ab8d8f362d6f49c4
5
5
  SHA512:
6
- metadata.gz: 794219bb93e08571b3413157a2290e7c8b1812c23ff548fcd4adc75322aa345785e1c4fc8394b5c102022d791cac4fc62bb2b52f6b680e2136752266444022b1
7
- data.tar.gz: 3f4f1e6c6c0b17a4501d32eb5a90a8270311d0d19ee268911bb49e73ff8c87a73f80185a2f4997441dd9e6e81e345097c902a6fa2d952740964d40293ed5da2b
6
+ metadata.gz: 161f041ca13c145698640dce514d76134e25fa12c7f76bf1e9050338543b2beb67cc80382afe6f30d01ebbac92ff1c0aee2c0d293165cb8141a25ce9ef09672c
7
+ data.tar.gz: 2e4b3692c305d8389f16e9499bb6ff7fde49dedcc5667bb1b2ea17403285422597d12ceca30b2c0f3cc8857e7884db03f9746c123cc8c4bc832294b612da0f8e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cns (0.2.5)
4
+ cns (0.2.6)
5
5
  curb
6
6
  faraday
7
7
  google-cloud-bigquery
@@ -19,16 +19,20 @@ GEM
19
19
  curb (0.9.11)
20
20
  declarative (0.0.20)
21
21
  e2mmap (0.1.0)
22
- faraday (1.4.1)
22
+ faraday (1.4.2)
23
+ faraday-em_http (~> 1.0)
24
+ faraday-em_synchrony (~> 1.0)
23
25
  faraday-excon (~> 1.1)
24
26
  faraday-net_http (~> 1.0)
25
27
  faraday-net_http_persistent (~> 1.1)
26
28
  multipart-post (>= 1.2, < 3)
27
29
  ruby2_keywords (>= 0.0.4)
30
+ faraday-em_http (1.0.0)
31
+ faraday-em_synchrony (1.0.0)
28
32
  faraday-excon (1.1.0)
29
33
  faraday-net_http (1.0.1)
30
34
  faraday-net_http_persistent (1.1.0)
31
- google-apis-bigquery_v2 (0.9.0)
35
+ google-apis-bigquery_v2 (0.12.0)
32
36
  google-apis-core (~> 0.1)
33
37
  google-apis-core (0.3.0)
34
38
  addressable (~> 2.5, >= 2.5.1)
@@ -69,17 +73,17 @@ GEM
69
73
  kwalify (0.7.2)
70
74
  memoist (0.16.2)
71
75
  mini_mime (1.1.0)
72
- mini_portile2 (2.5.1)
76
+ mini_portile2 (2.5.3)
73
77
  multi_json (1.15.0)
74
78
  multipart-post (2.1.1)
75
- nokogiri (1.11.3)
79
+ nokogiri (1.11.6)
76
80
  mini_portile2 (~> 2.5.0)
77
81
  racc (~> 1.4)
78
82
  os (1.1.1)
79
83
  parallel (1.20.1)
80
84
  parser (3.0.1.1)
81
85
  ast (~> 2.4.1)
82
- psych (3.3.1)
86
+ psych (3.3.2)
83
87
  public_suffix (4.0.6)
84
88
  racc (1.5.2)
85
89
  rainbow (3.0.0)
@@ -98,16 +102,16 @@ GEM
98
102
  reverse_markdown (2.0.0)
99
103
  nokogiri
100
104
  rexml (3.2.5)
101
- rubocop (1.13.0)
105
+ rubocop (1.16.0)
102
106
  parallel (~> 1.10)
103
107
  parser (>= 3.0.0.0)
104
108
  rainbow (>= 2.2.2, < 4.0)
105
109
  regexp_parser (>= 1.8, < 3.0)
106
110
  rexml
107
- rubocop-ast (>= 1.2.0, < 2.0)
111
+ rubocop-ast (>= 1.7.0, < 2.0)
108
112
  ruby-progressbar (~> 1.7)
109
113
  unicode-display_width (>= 1.4.0, < 3.0)
110
- rubocop-ast (1.5.0)
114
+ rubocop-ast (1.7.0)
111
115
  parser (>= 3.0.1.1)
112
116
  rubocop-rake (0.5.1)
113
117
  rubocop
@@ -118,7 +122,7 @@ GEM
118
122
  faraday (>= 0.17.3, < 2.0)
119
123
  jwt (>= 1.5, < 3.0)
120
124
  multi_json (~> 1.10)
121
- solargraph (0.40.4)
125
+ solargraph (0.41.1)
122
126
  backport (~> 1.1)
123
127
  benchmark
124
128
  bundler (>= 1.17.2)
data/bin/console CHANGED
File without changes
data/bin/setup CHANGED
File without changes
data/lib/cns/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cns
4
- VERSION = '0.2.5'
4
+ VERSION = '0.2.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.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: 2021-05-04 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
@@ -168,8 +168,7 @@ description: Arquiva transactions etherscan/greymass/bitcoinde/kraken/paymium/th
168
168
  no bigquery. Pode ajustar dias para reposicionamento temporal.
169
169
  email:
170
170
  - hernanirvaz@gmail.com
171
- executables:
172
- - cns
171
+ executables: []
173
172
  extensions: []
174
173
  extra_rdoc_files: []
175
174
  files:
@@ -186,7 +185,6 @@ files:
186
185
  - bin/console
187
186
  - bin/setup
188
187
  - cns.gemspec
189
- - exe/cns
190
188
  - lib/cns.rb
191
189
  - lib/cns/apibc.rb
192
190
  - lib/cns/apice1.rb
@@ -227,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
225
  - !ruby/object:Gem::Version
228
226
  version: '0'
229
227
  requirements: []
230
- rubygems_version: 3.1.2
228
+ rubygems_version: 3.1.4
231
229
  signing_key:
232
230
  specification_version: 4
233
231
  summary: Arquiva transactions etherscan/greymass/bitcoinde/kraken/paymium/therock
data/exe/cns DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- require('cns')
5
-
6
- Cns::CLI.start(ARGV)