cex 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +5 -3
  3. data/lib/cex/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2fa19d014cc04f9d459f5f9e8d117df96e6b407abf4425e6766dbf4a13d849a
4
- data.tar.gz: 1ef05f9442252f24c785ab2b94ea3ce24841b083fe00220bfc52accd441f29f6
3
+ metadata.gz: 65981320adccf5a55b557016b13ea3028fa36cd083efb1ae2c7ffb87b03ad95d
4
+ data.tar.gz: 999c4a10e914d22bc94d63926d2ef55a6e230283837847cf9eb1ebd9995b85cc
5
5
  SHA512:
6
- metadata.gz: 8df577cc9ef381c64ff9b1dfedaf565e8d9721f3447a2324f3175a0dc27a6d2f42c820f8d51a46cd4e20ec7c133414448610b01788731c96ab111c2cb8f9645c
7
- data.tar.gz: cf4c8639db1e32f5b3ab197498f25cf61f954cd947e39a83a427e4dc1196b8d52d12228075c3d9fe6b649097c4d9b352161c94d84d61c8003d0e0f20d76d1016
6
+ metadata.gz: 7d738ae8f0771b1d975c9466c4dbecfcb8d76ad547bfdb87b4252f5e35c904e265e7f80193e04fb6824ef8154a3ac53947ed3bc0c193705ae0e51adc7a227bd2
7
+ data.tar.gz: c5529f7f1afef66d7b8544d26d8a2e0dc88c1031c7d0634042bfbab76dc41415c4bd9d8db3f6f71e99a8a06c47ba36df45006ac58b17313e6d0ca70085b7e76a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cex (0.1.7)
4
+ cex (0.1.8)
5
5
  curb
6
6
  google-cloud-bigquery
7
7
  thor
@@ -18,15 +18,16 @@ GEM
18
18
  declarative-option (0.1.0)
19
19
  faraday (1.0.1)
20
20
  multipart-post (>= 1.2, < 3)
21
- google-api-client (0.44.1)
21
+ google-api-client (0.44.2)
22
22
  addressable (~> 2.5, >= 2.5.1)
23
23
  googleauth (~> 0.9)
24
24
  httpclient (>= 2.8.1, < 3.0)
25
25
  mini_mime (~> 1.0)
26
26
  representable (~> 3.0)
27
27
  retriable (>= 2.0, < 4.0)
28
+ rexml
28
29
  signet (~> 0.12)
29
- google-cloud-bigquery (1.21.2)
30
+ google-cloud-bigquery (1.22.0)
30
31
  concurrent-ruby (~> 1.0)
31
32
  google-api-client (~> 0.33)
32
33
  google-cloud-core (~> 1.2)
@@ -59,6 +60,7 @@ GEM
59
60
  declarative-option (< 0.2.0)
60
61
  uber (< 0.2.0)
61
62
  retriable (3.1.2)
63
+ rexml (3.2.4)
62
64
  signet (0.14.0)
63
65
  addressable (~> 2.3)
64
66
  faraday (>= 0.17.3, < 2.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cex
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
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: 2020-09-09 00:00:00.000000000 Z
11
+ date: 2020-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler