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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/cns/bigquery1.rb +1 -1
- data/lib/cns/version.rb +1 -1
- data/ruby-lint.yml +10 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '07580f6979525f8cc820f784769c92c439a5609cd167af622ff03325bd889f5a'
|
|
4
|
+
data.tar.gz: f6038962e0dae1af567bccbcc50cc9eb82fa43f0520d431bad6020fec6d02028
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae31f87a851c5e930a4bb516dbee3c69ede3dccd9772cbb96d9ad63d6ac1ce4428a61839cb3275fc9f59db2f31777cfad7ced54bfc669d50a807ce02a2072ddd
|
|
7
|
+
data.tar.gz: dcb4d565c017bb425895f4ba32ad8e8644f6cbbb61a187ea3622bfcc4ed709e7a6f5cc24b96de9a442cd817e6093b7f4cc4518d1c98b9858bd96acddeb62e9f4
|
data/Gemfile.lock
CHANGED
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
data/ruby-lint.yml
ADDED
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
|
+
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-
|
|
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
|