bps-google-api 0.4.12 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -21
- data/bps-google-api.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48eb103dafe0d57e7032a72e648f7cf085e2526c53f5d2d18e9122eeec620eea
|
4
|
+
data.tar.gz: e9505e457d101da12a86cd758d2e124b335cfb5271e2f84404816cbd7d74e8d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62a8efa1c192691cf326063b4c9ee19d296b3d6c8953d02d535b449d0cfe78e560965f237993c7aa7728d6748bf91fa40aaa29f3aa924475d92044dd06141f23
|
7
|
+
data.tar.gz: 781131026cb28c330afada70929b2d6564e79620d4dcc87472788e8d6c887461b37d4741f921e8fd3959b039b4a040009f230e217687481c5cb1cc0c9510cef0
|
data/Gemfile.lock
CHANGED
@@ -1,48 +1,90 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bps-google-api (0.
|
4
|
+
bps-google-api (0.5.0)
|
5
5
|
exp_retry (~> 0.0.13)
|
6
6
|
fileutils (~> 1.2)
|
7
|
-
google-api-client (~> 0.23
|
7
|
+
google-api-client (~> 0.23)
|
8
8
|
ruby-progressbar (~> 1.10)
|
9
9
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
+
activesupport (6.1.7.3)
|
14
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
15
|
+
i18n (>= 1.6, < 2)
|
16
|
+
minitest (>= 5.1)
|
17
|
+
tzinfo (~> 2.0)
|
18
|
+
zeitwerk (~> 2.3)
|
13
19
|
addressable (2.8.1)
|
14
20
|
public_suffix (>= 2.0.2, < 6.0)
|
15
21
|
ast (2.4.0)
|
22
|
+
concurrent-ruby (1.2.2)
|
16
23
|
declarative (0.0.20)
|
17
24
|
diff-lcs (1.3)
|
18
25
|
docile (1.3.2)
|
19
26
|
exp_retry (0.0.14)
|
20
|
-
faraday (
|
21
|
-
|
22
|
-
|
23
|
-
|
27
|
+
faraday (1.10.3)
|
28
|
+
faraday-em_http (~> 1.0)
|
29
|
+
faraday-em_synchrony (~> 1.0)
|
30
|
+
faraday-excon (~> 1.1)
|
31
|
+
faraday-httpclient (~> 1.0)
|
32
|
+
faraday-multipart (~> 1.0)
|
33
|
+
faraday-net_http (~> 1.0)
|
34
|
+
faraday-net_http_persistent (~> 1.0)
|
35
|
+
faraday-patron (~> 1.0)
|
36
|
+
faraday-rack (~> 1.0)
|
37
|
+
faraday-retry (~> 1.0)
|
38
|
+
ruby2_keywords (>= 0.0.4)
|
39
|
+
faraday-em_http (1.0.0)
|
40
|
+
faraday-em_synchrony (1.0.0)
|
41
|
+
faraday-excon (1.1.0)
|
42
|
+
faraday-httpclient (1.0.1)
|
43
|
+
faraday-multipart (1.0.4)
|
44
|
+
multipart-post (~> 2)
|
45
|
+
faraday-net_http (1.0.1)
|
46
|
+
faraday-net_http_persistent (1.2.0)
|
47
|
+
faraday-patron (1.0.0)
|
48
|
+
faraday-rack (1.0.0)
|
49
|
+
faraday-retry (1.0.3)
|
50
|
+
fileutils (1.7.0)
|
51
|
+
gems (1.2.0)
|
52
|
+
google-api-client (0.53.0)
|
53
|
+
google-apis-core (~> 0.1)
|
54
|
+
google-apis-generator (~> 0.1)
|
55
|
+
google-apis-core (0.11.0)
|
24
56
|
addressable (~> 2.5, >= 2.5.1)
|
25
|
-
googleauth (>= 0.
|
26
|
-
httpclient (>= 2.8.1, < 3.
|
27
|
-
|
57
|
+
googleauth (>= 0.16.2, < 2.a)
|
58
|
+
httpclient (>= 2.8.1, < 3.a)
|
59
|
+
mini_mime (~> 1.0)
|
28
60
|
representable (~> 3.0)
|
29
|
-
retriable (>= 2.0, < 4.
|
30
|
-
|
31
|
-
|
32
|
-
|
61
|
+
retriable (>= 2.0, < 4.a)
|
62
|
+
rexml
|
63
|
+
webrick
|
64
|
+
google-apis-discovery_v1 (0.14.0)
|
65
|
+
google-apis-core (>= 0.11.0, < 2.a)
|
66
|
+
google-apis-generator (0.12.0)
|
67
|
+
activesupport (>= 5.0)
|
68
|
+
gems (~> 1.2)
|
69
|
+
google-apis-core (>= 0.11.0, < 2.a)
|
70
|
+
google-apis-discovery_v1 (~> 0.5)
|
71
|
+
thor (>= 0.20, < 2.a)
|
72
|
+
googleauth (1.1.3)
|
73
|
+
faraday (>= 0.17.3, < 3.a)
|
33
74
|
jwt (>= 1.4, < 3.0)
|
34
75
|
memoist (~> 0.16)
|
35
76
|
multi_json (~> 1.11)
|
36
77
|
os (>= 0.9, < 2.0)
|
37
|
-
signet (
|
78
|
+
signet (>= 0.16, < 2.a)
|
38
79
|
httpclient (2.8.3)
|
80
|
+
i18n (1.12.0)
|
81
|
+
concurrent-ruby (~> 1.0)
|
39
82
|
jaro_winkler (1.5.3)
|
40
83
|
json (2.3.1)
|
41
|
-
jwt (2.
|
84
|
+
jwt (2.7.0)
|
42
85
|
memoist (0.16.2)
|
43
|
-
|
44
|
-
|
45
|
-
mime-types-data (3.2023.0218.1)
|
86
|
+
mini_mime (1.1.2)
|
87
|
+
minitest (5.15.0)
|
46
88
|
multi_json (1.15.0)
|
47
89
|
multipart-post (2.3.0)
|
48
90
|
os (1.1.4)
|
@@ -56,6 +98,7 @@ GEM
|
|
56
98
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
57
99
|
uber (< 0.2.0)
|
58
100
|
retriable (3.1.2)
|
101
|
+
rexml (3.2.5)
|
59
102
|
rspec (3.8.0)
|
60
103
|
rspec-core (~> 3.8.0)
|
61
104
|
rspec-expectations (~> 3.8.0)
|
@@ -77,9 +120,10 @@ GEM
|
|
77
120
|
ruby-progressbar (~> 1.7)
|
78
121
|
unicode-display_width (>= 1.4.0, < 1.7)
|
79
122
|
ruby-progressbar (1.10.1)
|
80
|
-
|
81
|
-
|
82
|
-
|
123
|
+
ruby2_keywords (0.0.5)
|
124
|
+
signet (0.16.1)
|
125
|
+
addressable (~> 2.8)
|
126
|
+
faraday (>= 0.17.5, < 3.0)
|
83
127
|
jwt (>= 1.5, < 3.0)
|
84
128
|
multi_json (~> 1.10)
|
85
129
|
simplecov (0.16.1)
|
@@ -87,9 +131,14 @@ GEM
|
|
87
131
|
json (>= 1.8, < 3)
|
88
132
|
simplecov-html (~> 0.10.0)
|
89
133
|
simplecov-html (0.10.2)
|
134
|
+
thor (1.2.1)
|
90
135
|
trailblazer-option (0.1.2)
|
136
|
+
tzinfo (2.0.6)
|
137
|
+
concurrent-ruby (~> 1.0)
|
91
138
|
uber (0.1.0)
|
92
139
|
unicode-display_width (1.6.0)
|
140
|
+
webrick (1.8.1)
|
141
|
+
zeitwerk (2.6.7)
|
93
142
|
|
94
143
|
PLATFORMS
|
95
144
|
ruby
|
data/bps-google-api.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'bps-google-api'
|
5
|
-
s.version = '0.
|
5
|
+
s.version = '0.5.0'
|
6
6
|
s.date = '2023-03-13'
|
7
7
|
s.summary = 'Configured Google API'
|
8
8
|
s.description = 'A configured Google API wrapper.'
|
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
|
17
17
|
|
18
18
|
s.add_runtime_dependency 'exp_retry', '~> 0.0.13'
|
19
19
|
s.add_runtime_dependency 'fileutils', '~> 1.2'
|
20
|
-
s.add_runtime_dependency 'google-api-client', '~> 0.23
|
20
|
+
s.add_runtime_dependency 'google-api-client', '~> 0.23'
|
21
21
|
s.add_runtime_dependency 'ruby-progressbar', '~> 1.10'
|
22
22
|
|
23
23
|
s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bps-google-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julian Fiander
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.23
|
47
|
+
version: '0.23'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.23
|
54
|
+
version: '0.23'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: ruby-progressbar
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|