cns 0.1.2 → 0.1.3
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 +5 -5
- data/lib/cns/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 201bcdd4553aed2ac96634df1b878a188a618e40ee407be8cb62f233e2056b6c
|
|
4
|
+
data.tar.gz: 43b51397a37f3c1f1573387a6dcabb5233801c4e65892adb4aa2b8e2021a7e89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2154d5c336b50962e257a949aca642a495fe855e78ee6a75934a9357d532d37d93078bc703fb0fd4d2bf69b359756c674825893802ff1545cf2b9ec84cf70088
|
|
7
|
+
data.tar.gz: f5ac977a8673340502ca590ca644d3fc8e9ae47e1ab5286b8916180d4b9a5ed021df387c2da17600027b6299799d5723a88de3fa908e6e03433a72c1977316ab
|
data/Gemfile.lock
CHANGED
data/lib/cns/bigquery1.rb
CHANGED
|
@@ -32,12 +32,12 @@ module Cns
|
|
|
32
32
|
|
|
33
33
|
# mostra situacao completa entre kraken/bitcoinde/paymium/therock/etherscan/greymass & bigquery
|
|
34
34
|
def mostra_tudo
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
apius.mostra_resumo
|
|
36
|
+
apide.mostra_resumo
|
|
37
37
|
apifr.mostra_resumo
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
apimt.mostra_resumo
|
|
39
|
+
apies.mostra_resumo
|
|
40
|
+
apigm.mostra_resumo
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# insere (caso existam) transacoes novas kraken/bitcoinde/paymium/therock/etherscan/greymass no bigquery
|
data/lib/cns/version.rb
CHANGED