cex 0.1.8 → 0.1.9

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: 65981320adccf5a55b557016b13ea3028fa36cd083efb1ae2c7ffb87b03ad95d
4
- data.tar.gz: 999c4a10e914d22bc94d63926d2ef55a6e230283837847cf9eb1ebd9995b85cc
3
+ metadata.gz: c693b01bf8f48eb5b733c6003bda9587c91f27f9f5969f5fe212c2877f5a244e
4
+ data.tar.gz: e1967825a4b27d9d67f8a3b65c90309df2a7c8a8f7dae2e69a5206acd2663023
5
5
  SHA512:
6
- metadata.gz: 7d738ae8f0771b1d975c9466c4dbecfcb8d76ad547bfdb87b4252f5e35c904e265e7f80193e04fb6824ef8154a3ac53947ed3bc0c193705ae0e51adc7a227bd2
7
- data.tar.gz: c5529f7f1afef66d7b8544d26d8a2e0dc88c1031c7d0634042bfbab76dc41415c4bd9d8db3f6f71e99a8a06c47ba36df45006ac58b17313e6d0ca70085b7e76a
6
+ metadata.gz: c3f21b2c732ff6815e8e771926c4c8fcff5e5ab5e17ec0e9bd1680c2b5fb13df1938e3ed1b91cef55319f304cbece45c9fe643172a3ed0bc5bd954bff9b97306
7
+ data.tar.gz: 00bb774b785722a081f29593ec90c4cec9798600dc927bc708998f515ba851dd88983da76ced05f106382a68404c7dcbc44d7a2ff4d67424c55a3cd46e198b81
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cex (0.1.8)
4
+ cex (0.1.9)
5
5
  curb
6
6
  google-cloud-bigquery
7
7
  thor
data/lib/cex.rb CHANGED
@@ -22,7 +22,7 @@ module Cex
22
22
  option :h, type: :hash, default: {}, desc: 'configuracao ajuste reposicionamento temporal'
23
23
  # carrega transacoes novas no bigquery
24
24
  def work
25
- Bigquery.new(options).processa_tudo
25
+ Cex::Bigquery.new(options).processa_tudo
26
26
  end
27
27
 
28
28
  desc 'show', 'mostra resumo saldos & transacoes'
@@ -30,7 +30,7 @@ module Cex
30
30
  option :t, type: :boolean, default: false, desc: 'mostra transacoes todas ou somente novas'
31
31
  # mostra resumo saldos & transacoes
32
32
  def show
33
- Bigquery.new(options).mostra_tudo
33
+ Cex::Bigquery.new(options).mostra_tudo
34
34
  end
35
35
 
36
36
  default_task :show
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cex
4
- VERSION = '0.1.8'
4
+ VERSION = '0.1.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz