arquivo 0.2.8 → 0.2.9

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 +10 -10
  3. data/lib/arquivo/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0d1c0b7dca23809705a05ea4e6bd704e99eeab5fc27381c780d8aa32a84da10
4
- data.tar.gz: 68b6dda1b3beb4ca52117df535be8885c80e0c3487679feab337aa47d0296306
3
+ metadata.gz: 6d030623f8fd4780d6207d8ad206a06f9b7eb35e1cf2e484d10697bfe5ec1aa4
4
+ data.tar.gz: 5b3c49c43d6b607290db7e0582e0b84a7a87b1d5c6bece2cf2b697bab60e9ce9
5
5
  SHA512:
6
- metadata.gz: 487f95c662296e02d160317dcd22f391182d0561a4cab341198649f05f3d88e35a9284804a72110338e15451bc7a26117180afa5f07148da23cef2147207f8ef
7
- data.tar.gz: d03ca2a02cbab924c791c047103b05bae704ac3d5d9209fa0eae17ae5d3168e99839c173c03a5103968414a68b5d223ff141ba7abde62dec696f5e104b7cb5b5
6
+ metadata.gz: 5c6046db2f720435c3548a9df7cf96d2846d572c3fd5ca259cd3dcbc233d99e7c97414594390d211426b60eea268e3d20d09acb1aa69359c4be7f4990387b26a
7
+ data.tar.gz: 89c01519dcedbfa9cda6b4fe05887156ab93a31358e15eccde40796531655f4ecb6d23fd7b6127d7203bf52620e25c7a96631d6c50415d3def7ad0522804b1a1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- arquivo (0.2.8)
4
+ arquivo (0.2.9)
5
5
  fastimage (~> 2.1)
6
6
  google-api-client (~> 0.34)
7
7
  google-cloud-bigquery
@@ -23,7 +23,7 @@ GEM
23
23
  faraday (1.0.1)
24
24
  multipart-post (>= 1.2, < 3)
25
25
  fastimage (2.1.7)
26
- google-api-client (0.37.3)
26
+ google-api-client (0.40.0)
27
27
  addressable (~> 2.5, >= 2.5.1)
28
28
  googleauth (~> 0.9)
29
29
  httpclient (>= 2.8.1, < 3.0)
@@ -31,7 +31,7 @@ GEM
31
31
  representable (~> 3.0)
32
32
  retriable (>= 2.0, < 4.0)
33
33
  signet (~> 0.12)
34
- google-cloud-bigquery (1.21.0)
34
+ google-cloud-bigquery (1.21.1)
35
35
  concurrent-ruby (~> 1.0)
36
36
  google-api-client (~> 0.33)
37
37
  google-cloud-core (~> 1.2)
@@ -40,16 +40,16 @@ GEM
40
40
  google-cloud-core (1.5.0)
41
41
  google-cloud-env (~> 1.0)
42
42
  google-cloud-errors (~> 1.0)
43
- google-cloud-env (1.3.1)
43
+ google-cloud-env (1.3.2)
44
44
  faraday (>= 0.17.3, < 2.0)
45
- google-cloud-errors (1.0.0)
46
- googleauth (0.11.0)
45
+ google-cloud-errors (1.0.1)
46
+ googleauth (0.12.0)
47
47
  faraday (>= 0.17.3, < 2.0)
48
48
  jwt (>= 1.4, < 3.0)
49
49
  memoist (~> 0.16)
50
50
  multi_json (~> 1.11)
51
51
  os (>= 0.9, < 2.0)
52
- signet (~> 0.12)
52
+ signet (~> 0.14)
53
53
  hashery (2.1.2)
54
54
  httpclient (2.8.3)
55
55
  i18n (1.8.2)
@@ -66,7 +66,7 @@ GEM
66
66
  hashery (~> 2.0)
67
67
  ruby-rc4
68
68
  ttfunk
69
- public_suffix (4.0.4)
69
+ public_suffix (4.0.5)
70
70
  rake (13.0.1)
71
71
  representable (3.0.4)
72
72
  declarative (< 0.1.0)
@@ -82,7 +82,7 @@ GEM
82
82
  thor (0.20.3)
83
83
  ttfunk (1.6.2.1)
84
84
  uber (0.1.0)
85
- yard (0.9.24)
85
+ yard (0.9.25)
86
86
 
87
87
  PLATFORMS
88
88
  ruby
@@ -93,4 +93,4 @@ DEPENDENCIES
93
93
  rake
94
94
 
95
95
  BUNDLED WITH
96
- 1.17.2
96
+ 1.17.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arquivo
4
- VERSION = '0.2.8'
4
+ VERSION = '0.2.9'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arquivo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
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-04-11 00:00:00.000000000 Z
11
+ date: 2020-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  requirements: []
190
- rubygems_version: 3.0.3
190
+ rubygems_version: 3.0.8
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: Processa documentos do condominio ph1341c118 para arquivo.