cns 0.3.4 → 0.3.5

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: 628583895b421b1b5d84af2753d24d28d4c0f2d1e4ed4f363160ef07b1d0e23d
4
- data.tar.gz: 7e14420b81120d01f9abe1171fc248949ff8ffbeff2c698901dc0d60d7d68ad5
3
+ metadata.gz: '07580f6979525f8cc820f784769c92c439a5609cd167af622ff03325bd889f5a'
4
+ data.tar.gz: f6038962e0dae1af567bccbcc50cc9eb82fa43f0520d431bad6020fec6d02028
5
5
  SHA512:
6
- metadata.gz: 2d0f31b4f43dcef2abcfddce96174ee06de7650fa5413390e126bd532056df1349f3e438f13759651b35cf666e78e688a6378f92f3dff782a0a14f51ff1c575c
7
- data.tar.gz: 89e7998c421ad34256815ca720f02814875a2d58958c97604c24b3313388e9d6c324ba67473784299a47c9fb90b76af8806bad80563bd985fd3d56a588110029
6
+ metadata.gz: ae31f87a851c5e930a4bb516dbee3c69ede3dccd9772cbb96d9ad63d6ac1ce4428a61839cb3275fc9f59db2f31777cfad7ced54bfc669d50a807ce02a2072ddd
7
+ data.tar.gz: dcb4d565c017bb425895f4ba32ad8e8644f6cbbb61a187ea3622bfcc4ed709e7a6f5cc24b96de9a442cd817e6093b7f4cc4518d1c98b9858bd96acddeb62e9f4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cns (0.3.4)
4
+ cns (0.3.5)
5
5
  curb
6
6
  faraday
7
7
  google-cloud-bigquery
data/lib/cns/bigquery1.rb CHANGED
@@ -89,7 +89,7 @@ module Cns
89
89
  def processa_bc
90
90
  # puts(format("%<n>4i ATTESTATIONS INSERIDAS #{BD}.eth2at", n: apibc.novtx.empty? ? 0 : dml(eth2at_ins)))
91
91
  # puts(format("%<n>4i PROPOSALS INSERIDAS #{BD}.eth2pr", n: apibc.novkx.empty? ? 0 : dml(eth2pr_ins)))
92
- puts(format("%<n>4i BALANCES\tETH2\t\tINSERIDOS eth2bh", n: apibc.nov.empty? ? 0 : dml(eth2bh_ins)))
92
+ puts(format("%<n>4i BALANCES\tETH2\t\tINSERIDOS #{BD}.eth2bh", n: apibc.nov.empty? ? 0 : dml(eth2bh_ins)))
93
93
  end
94
94
 
95
95
  # cria job bigquery & verifica execucao
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.3.4'
4
+ VERSION = '0.3.5'
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: cns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
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: 2023-07-09 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
@@ -220,6 +220,7 @@ files:
220
220
  - lib/cns/paymium.rb
221
221
  - lib/cns/therock.rb
222
222
  - lib/cns/version.rb
223
+ - ruby-lint.yml
223
224
  homepage: https://github.com/hernanirvaz/cns
224
225
  licenses:
225
226
  - MIT