bps-google-api 0.3.1 → 0.3.2

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
  SHA1:
3
- metadata.gz: 2a02a6cdbdce3150bb4edb0518581510b3b0b344
4
- data.tar.gz: a2ad092b4a76864c42c5312d9ca6fa2e80e931fc
3
+ metadata.gz: 224c2c0919028cc227a062646c33d6b4d5b857ac
4
+ data.tar.gz: dd2263743ddf4b0b24683028463f1bacf5a6c38b
5
5
  SHA512:
6
- metadata.gz: 97b3213dd9dea815f737853cf47f686e14f317ac92de70284826b59e06f473e42f25ef0eacbae09f3ecf52d9333769c64d0d74bd2ca89a80cb9b75cf4c70dc98
7
- data.tar.gz: 4caa40fb6f0451c0a9e7a06083608807f49f3052eb61fc62517c21b8e7f044c2d868a1556b059d9196ef9e788c8557ae8c0794e40144798565558331017b5da7
6
+ metadata.gz: 133faee9d4e46358eafcd8f085eb99cc49dc24eafc1e46de3f5f2602c4ecc5893b82a768be57feb2200d40ab1c3395e232aa7d1c0783547794a32bb2ef833954
7
+ data.tar.gz: 34d2595ddf6987a230d1f05fbbff3932cdb1307b4f7e39758e9a7488b81b61144451811f582f7cfabfe167041a4e4b78b771b9b9236f02d48ea9eaf423f114b4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bps-google-api (0.3.1)
4
+ bps-google-api (0.3.2)
5
5
  exp_retry (~> 0.0.11)
6
6
  fileutils (~> 1.2)
7
7
  google-api-client (~> 0.23.4)
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'bps-google-api'
5
- s.version = '0.3.1'
5
+ s.version = '0.3.2'
6
6
  s.date = '2019-06-25'
7
7
  s.summary = 'Configured Google API'
8
8
  s.description = 'A configured Google API wrapper.'
data/spec/spec_helper.rb CHANGED
@@ -20,9 +20,9 @@ end
20
20
 
21
21
  RSpec.configure do |config|
22
22
  config.before(:suite) do
23
- GoogleAPI.configure do |config|
24
- config.root = 'tmp/spec'
25
- config.keys = 'tmp/spec/keys'
23
+ GoogleAPI.configure do |c|
24
+ c.root = 'tmp/spec'
25
+ c.keys = 'tmp/spec/keys'
26
26
  end
27
27
 
28
28
  FileUtils.rm(Dir.glob(GoogleAPI.configuration.local_path('*', &:keys)))
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander