etht 0.1.10 → 0.1.11

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: 7a4ad7470fa9f34376a9d8c23bfda947957d8d5ec81038fb093cc531724c4a34
4
- data.tar.gz: 58347c74acaafd830dca7a21bc57cf090cca08490215f45c47859325fd520aa5
3
+ metadata.gz: 3684c2c8ef10db43c6a2ef339ff4066bf3937198c497f9f6e7d2b8f67889a606
4
+ data.tar.gz: 5885a6b55577b25fbb5437b293f69e4a6cefe2e863a5063aca2ebc7ab3c67d1f
5
5
  SHA512:
6
- metadata.gz: e35824b0aff4e74300246d2374306e9ff6fa1b1a3fa46b6a840c230feaa2ca76e2a6d443ac3dac9dc59b8a61de37986fc3ca3d57ec5d2f8d019605c2bd348ebd
7
- data.tar.gz: 994efb07d372f8bcf2a8a2b0bad20d956f2adc64310ccde371635c40750a6fe8c39495ac04c7da46d119ffc2850a6d4d5b6e62b0f588434f4cbeec1c710c901f
6
+ metadata.gz: 11d672fb263089adc466c30541af7b3218f581d960b2ddc6128e2ddbb958d8c349e70db972f8c569fc8d169d5ebf0c34afb43eab289682453d0315fcfa441360
7
+ data.tar.gz: b3ccdf480d22be07f6680362b9ca392821fb0cb29eec8851175c0edd938e84b958f4b5b2cdcbd26bafdb65e742165b87d6bc1c79e58f0bd6094ad3826743439e
@@ -0,0 +1,5 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ rvm:
5
+ - 2.7.0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- etht (0.1.10)
4
+ etht (0.1.11)
5
5
  faraday
6
6
  google-cloud-bigquery
7
7
  json
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Etht
1
+ # Etht [![Build Status](https://travis-ci.com/hernanirvaz/etht.svg?branch=master)](https://travis-ci.com/hernanirvaz/etht)
2
2
 
3
3
  Arquiva eth-transactions no bigquery. Pode ajustar dias para reposicionamento temporal.
4
4
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Etht
4
- VERSION = '0.1.10'
4
+ VERSION = '0.1.11'
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.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz
@@ -119,6 +119,7 @@ extra_rdoc_files: []
119
119
  files:
120
120
  - ".gitignore"
121
121
  - ".rubocop.yml"
122
+ - ".travis.yml"
122
123
  - CODE_OF_CONDUCT.md
123
124
  - Gemfile
124
125
  - Gemfile.lock