bps-google-api 0.4.11 → 0.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9568cf68776abd0aa81f0ceaeecc4b8ca1152f9351f58afb2c6e00936b379bc
4
- data.tar.gz: e21356e6b6928dd1e678e442e3bb87e524e3a90308ec741d4670def3838b326b
3
+ metadata.gz: dbdc8c4373d9529ae2bb293a984152c8b63aecbe580cd6f44bb0de168f1f244f
4
+ data.tar.gz: 163c36bd9077b256c0181587ba4a2ba7d8d61ed1c9fcf272cd0d6565d8b7f62d
5
5
  SHA512:
6
- metadata.gz: 53244017cd5d5b904bd30489f31e6788d05a9bd40ca660870409afb6113f059dc469a6442b5c7627fa56ff00d87a2b7a447e41d3182a6313b529b37989b8c475
7
- data.tar.gz: def98ec0603bcbd7d13b4c793ed1f3b52b31dbf5023e71a47a78554cb5c6f220d8e76761ee308baefde47978e0b48e842d54336d234e6e536ab7b0b232d162d6
6
+ metadata.gz: acf4e1ced97d4a4dfbd497e238980b86eb94847173132c77c750967986ce4ac7971ea4739cdc097e62b819dcc6a9962faa17e9610889ecbdaf2bd2e4a4025484
7
+ data.tar.gz: '00916fda444d3cd6580a611293a260af8cdbb1cd7324bffadcaee67c32626861e86c9ae06f89efabd45ca529e99a28e63c75337d8631b00fd21a46c9157a00fd'
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.4.4
1
+ 2.5.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bps-google-api (0.4.11)
4
+ bps-google-api (0.4.12)
5
5
  exp_retry (~> 0.0.13)
6
6
  fileutils (~> 1.2)
7
7
  google-api-client (~> 0.23.4)
@@ -10,14 +10,14 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- addressable (2.8.0)
14
- public_suffix (>= 2.0.2, < 5.0)
13
+ addressable (2.8.1)
14
+ public_suffix (>= 2.0.2, < 6.0)
15
15
  ast (2.4.0)
16
16
  declarative (0.0.20)
17
17
  diff-lcs (1.3)
18
18
  docile (1.3.2)
19
- exp_retry (0.0.13)
20
- faraday (0.17.4)
19
+ exp_retry (0.0.14)
20
+ faraday (0.17.6)
21
21
  multipart-post (>= 1.2, < 3)
22
22
  fileutils (1.5.0)
23
23
  google-api-client (0.23.9)
@@ -38,20 +38,20 @@ GEM
38
38
  httpclient (2.8.3)
39
39
  jaro_winkler (1.5.3)
40
40
  json (2.3.1)
41
- jwt (2.2.3)
41
+ jwt (2.3.0)
42
42
  memoist (0.16.2)
43
- mime-types (3.3.1)
43
+ mime-types (3.4.1)
44
44
  mime-types-data (~> 3.2015)
45
- mime-types-data (3.2021.0901)
45
+ mime-types-data (3.2023.0218.1)
46
46
  multi_json (1.15.0)
47
- multipart-post (2.1.1)
48
- os (1.1.1)
47
+ multipart-post (2.3.0)
48
+ os (1.1.4)
49
49
  parallel (1.17.0)
50
50
  parser (2.6.3.0)
51
51
  ast (~> 2.4.0)
52
- public_suffix (4.0.6)
52
+ public_suffix (4.0.7)
53
53
  rainbow (3.0.0)
54
- representable (3.1.1)
54
+ representable (3.2.0)
55
55
  declarative (< 0.1.0)
56
56
  trailblazer-option (>= 0.1.1, < 0.2.0)
57
57
  uber (< 0.2.0)
@@ -87,7 +87,7 @@ GEM
87
87
  json (>= 1.8, < 3)
88
88
  simplecov-html (~> 0.10.0)
89
89
  simplecov-html (0.10.2)
90
- trailblazer-option (0.1.1)
90
+ trailblazer-option (0.1.2)
91
91
  uber (0.1.0)
92
92
  unicode-display_width (1.6.0)
93
93
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'bps-google-api'
5
- s.version = '0.4.11'
6
- s.date = '2021-09-15'
5
+ s.version = '0.4.12'
6
+ s.date = '2023-03-13'
7
7
  s.summary = 'Configured Google API'
8
8
  s.description = 'A configured Google API wrapper.'
9
9
  s.homepage = 'http://rubygems.org/gems/bps-google-api'
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  s.require_paths = %w[lib]
14
14
  s.files = `git ls-files`.split("\n")
15
15
 
16
- s.required_ruby_version = '~> 2.4'
16
+ s.required_ruby_version = '>= 2.4'
17
17
 
18
18
  s.add_runtime_dependency 'exp_retry', '~> 0.0.13'
19
19
  s.add_runtime_dependency 'fileutils', '~> 1.2'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bps-google-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.11
4
+ version: 0.4.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-15 00:00:00.000000000 Z
11
+ date: 2023-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: exp_retry
@@ -171,7 +171,7 @@ require_paths:
171
171
  - lib
172
172
  required_ruby_version: !ruby/object:Gem::Requirement
173
173
  requirements:
174
- - - "~>"
174
+ - - ">="
175
175
  - !ruby/object:Gem::Version
176
176
  version: '2.4'
177
177
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  requirements: []
183
- rubygems_version: 3.2.7
183
+ rubygems_version: 3.2.30
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: Configured Google API