etht 0.1.6 → 0.1.7

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: 7f58f14834a4fe6a2b700d12029a4bf6a59142961ae668853698d4879da51728
4
- data.tar.gz: 511eb750d417812fbd074499fdd7734c5c146e2558f0ac1fb9a9c017b74a476a
3
+ metadata.gz: 3be061a3163d8bafe09ced129300c915aad76d6aa079510c172c3d75370a4d8f
4
+ data.tar.gz: 614f3b7ede7052012d92bc54f2f8e0b648e6b85cc423b61a3080e4ae38bb6e92
5
5
  SHA512:
6
- metadata.gz: 33e1a218d03fa87bc4ce457c1c4b922ac2d9d3f6d3adbcc4fce4cabf3c2197f1e34a32e1a7e11a209a13e06b41003340a57373f5c23d2cf96ad09b2e46cfb3bd
7
- data.tar.gz: 03dbc955e3ac7fef1f3f17b50c2ca9b40b2f333e84f6d0569fc90f19eea32b7c5754eb24a96693344a08006942b455d322f4820fb0fd6af1fc7281b5ae55afa2
6
+ metadata.gz: b9e8dff209c46794fbf24f086d04cfffe0fa522fde3adc24dd8e6dd7b401dbf8464c72c898ee84a73d4fe5b12907153164575ac542aae86fcdf5d5681baa3659
7
+ data.tar.gz: 2fbfbd13706ee896981dc39deb13a864e066c8f443e97a7fe9b9e92cdd7c07913eab288e0e30a492916df209f165dad35a2b3f219c7694b9fcc9e83f398ef4e0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- etht (0.1.6)
4
+ etht (0.1.7)
5
5
  faraday
6
6
  google-cloud-bigquery
7
7
  json
@@ -22,7 +22,6 @@ module Etht
22
22
  @api = Etherscan.new
23
23
  @dbq = dad
24
24
  @ops = pop
25
- p(ops)
26
25
  end
27
26
 
28
27
  # @return [Array<Hash>] todos os dados etherscan - saldos & transacoes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Etht
4
- VERSION = '0.1.6'
4
+ VERSION = '0.1.7'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: etht
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz