arquivo 0.3.0 → 0.3.2

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 +72 -32
  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: 8a76870038b98ebfbe1908469787efdc14668f43f9ca378f4006b46f1542bc79
4
- data.tar.gz: 67a5eaf4bfd86f4f10efa00e5f63ff02de4f9907d2f1f666b46ea4fb1d4f58b4
3
+ metadata.gz: 547b4cad2f4ea892ba11aa96d948d6569030753a403c830048371f0e45451624
4
+ data.tar.gz: '08987d485a880f786f0264775c49fe2c731bc097ef09bd983b0dc205ef9c6daf'
5
5
  SHA512:
6
- metadata.gz: 914e9b3d7986502ac35b0db15b81f5cc1c0a0fa884531adc74d617f9f2a8af832eb5e218edc38f8cf7ae0b6ffe41b15a0f0b4726744ae43234dedb0a4026a4a3
7
- data.tar.gz: f7d6be4dd6d8dd3a31af523b1ed20c3b03ef076954acc88cc222d9da645df8609ab4847768e57642dc634bbab0dde89c1a5780388bac8490c8ddabe8fbc74f5c
6
+ metadata.gz: dc17a7e507868ac122ddb52269e39e5e8c4f87e256dc83c4a31e2f7d43a63a6d97e3cfe49c423ba574c7fe6c6246b4baf5e3af56d8f2657f90e29f7ea1e4c2bc
7
+ data.tar.gz: aa28b40ef8b46de80c0f4a048ec0a1897dd5b07490814c0fd6604ea0936cddd91a6fdfe704a810fd678be77230c90d7e9965ccced42954e87dc51d395828d9ea
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- arquivo (0.3.0)
4
+ arquivo (0.3.2)
5
5
  fastimage
6
6
  google-api-client
7
7
  google-cloud-bigquery
@@ -13,37 +13,69 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- Ascii85 (1.0.3)
16
+ Ascii85 (1.1.0)
17
+ activesupport (6.1.3.2)
18
+ concurrent-ruby (~> 1.0, >= 1.0.2)
19
+ i18n (>= 1.6, < 2)
20
+ minitest (>= 5.1)
21
+ tzinfo (~> 2.0)
22
+ zeitwerk (~> 2.3)
17
23
  addressable (2.7.0)
18
24
  public_suffix (>= 2.0.2, < 5.0)
19
25
  afm (0.2.2)
20
- concurrent-ruby (1.1.6)
21
- declarative (0.0.10)
22
- declarative-option (0.1.0)
23
- faraday (1.0.1)
26
+ concurrent-ruby (1.1.8)
27
+ declarative (0.0.20)
28
+ faraday (1.4.2)
29
+ faraday-em_http (~> 1.0)
30
+ faraday-em_synchrony (~> 1.0)
31
+ faraday-excon (~> 1.1)
32
+ faraday-net_http (~> 1.0)
33
+ faraday-net_http_persistent (~> 1.1)
24
34
  multipart-post (>= 1.2, < 3)
25
- fastimage (2.1.7)
26
- google-api-client (0.40.2)
35
+ ruby2_keywords (>= 0.0.4)
36
+ faraday-em_http (1.0.0)
37
+ faraday-em_synchrony (1.0.0)
38
+ faraday-excon (1.1.0)
39
+ faraday-net_http (1.0.1)
40
+ faraday-net_http_persistent (1.1.0)
41
+ fastimage (2.2.4)
42
+ gems (1.2.0)
43
+ google-api-client (0.53.0)
44
+ google-apis-core (~> 0.1)
45
+ google-apis-generator (~> 0.1)
46
+ google-apis-bigquery_v2 (0.12.0)
47
+ google-apis-core (~> 0.1)
48
+ google-apis-core (0.3.0)
27
49
  addressable (~> 2.5, >= 2.5.1)
28
- googleauth (~> 0.9)
50
+ googleauth (~> 0.14)
29
51
  httpclient (>= 2.8.1, < 3.0)
30
52
  mini_mime (~> 1.0)
31
53
  representable (~> 3.0)
32
54
  retriable (>= 2.0, < 4.0)
33
- signet (~> 0.12)
34
- google-cloud-bigquery (1.21.1)
55
+ rexml
56
+ signet (~> 0.14)
57
+ webrick
58
+ google-apis-discovery_v1 (0.4.0)
59
+ google-apis-core (~> 0.1)
60
+ google-apis-generator (0.3.0)
61
+ activesupport (>= 5.0)
62
+ gems (~> 1.2)
63
+ google-apis-core (~> 0.1)
64
+ google-apis-discovery_v1 (~> 0.0)
65
+ thor (>= 0.20, < 2.a)
66
+ google-cloud-bigquery (1.31.0)
35
67
  concurrent-ruby (~> 1.0)
36
- google-api-client (~> 0.33)
68
+ google-apis-bigquery_v2 (~> 0.1)
37
69
  google-cloud-core (~> 1.2)
38
70
  googleauth (~> 0.9)
39
71
  mini_mime (~> 1.0)
40
- google-cloud-core (1.5.0)
72
+ google-cloud-core (1.6.0)
41
73
  google-cloud-env (~> 1.0)
42
74
  google-cloud-errors (~> 1.0)
43
- google-cloud-env (1.3.2)
75
+ google-cloud-env (1.5.0)
44
76
  faraday (>= 0.17.3, < 2.0)
45
- google-cloud-errors (1.0.1)
46
- googleauth (0.13.0)
77
+ google-cloud-errors (1.1.0)
78
+ googleauth (0.16.2)
47
79
  faraday (>= 0.17.3, < 2.0)
48
80
  jwt (>= 1.4, < 3.0)
49
81
  memoist (~> 0.16)
@@ -52,37 +84,45 @@ GEM
52
84
  signet (~> 0.14)
53
85
  hashery (2.1.2)
54
86
  httpclient (2.8.3)
55
- i18n (1.8.3)
87
+ i18n (1.8.10)
56
88
  concurrent-ruby (~> 1.0)
57
- jwt (2.2.1)
89
+ jwt (2.2.3)
58
90
  memoist (0.16.2)
59
- mini_mime (1.0.2)
60
- multi_json (1.14.1)
91
+ mini_mime (1.1.0)
92
+ minitest (5.14.4)
93
+ multi_json (1.15.0)
61
94
  multipart-post (2.1.1)
62
- os (1.1.0)
63
- pdf-reader (2.4.0)
64
- Ascii85 (~> 1.0.0)
95
+ os (1.1.1)
96
+ pdf-reader (2.4.2)
97
+ Ascii85 (~> 1.0)
65
98
  afm (~> 0.2.1)
66
99
  hashery (~> 2.0)
67
100
  ruby-rc4
68
101
  ttfunk
69
- public_suffix (4.0.5)
70
- rake (13.0.1)
71
- representable (3.0.4)
102
+ public_suffix (4.0.6)
103
+ rake (13.0.3)
104
+ representable (3.1.1)
72
105
  declarative (< 0.1.0)
73
- declarative-option (< 0.2.0)
106
+ trailblazer-option (>= 0.1.1, < 0.2.0)
74
107
  uber (< 0.2.0)
75
108
  retriable (3.1.2)
109
+ rexml (3.2.5)
76
110
  ruby-rc4 (0.1.5)
77
- signet (0.14.0)
111
+ ruby2_keywords (0.0.4)
112
+ signet (0.15.0)
78
113
  addressable (~> 2.3)
79
114
  faraday (>= 0.17.3, < 2.0)
80
115
  jwt (>= 1.5, < 3.0)
81
116
  multi_json (~> 1.10)
82
- thor (1.0.1)
83
- ttfunk (1.6.2.1)
117
+ thor (1.1.0)
118
+ trailblazer-option (0.1.1)
119
+ ttfunk (1.7.0)
120
+ tzinfo (2.0.4)
121
+ concurrent-ruby (~> 1.0)
84
122
  uber (0.1.0)
85
- yard (0.9.25)
123
+ webrick (1.7.0)
124
+ yard (0.9.26)
125
+ zeitwerk (2.4.2)
86
126
 
87
127
  PLATFORMS
88
128
  ruby
@@ -93,4 +133,4 @@ DEPENDENCIES
93
133
  rake
94
134
 
95
135
  BUNDLED WITH
96
- 2.1.2
136
+ 2.2.19
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Arquivo
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.2'
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.3.0
4
+ version: 0.3.2
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-07-11 00:00:00.000000000 Z
11
+ date: 2021-06-03 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.1.2
190
+ rubygems_version: 3.2.19
191
191
  signing_key:
192
192
  specification_version: 4
193
193
  summary: Processa documentos do condominio ph1341c118 para arquivo.