bps-google-api 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 723824ab2925aa6bc8778e59f3e6be268e50bf3b
4
- data.tar.gz: a5d1a77bf89d357b1134aa1dbd5a8568128f041a
3
+ metadata.gz: 788064cba2b4804e1160d25ce3821b0272fe639f
4
+ data.tar.gz: 033f65955b8ab308501341e7b6fc5b2516724492
5
5
  SHA512:
6
- metadata.gz: 20cc6578a559490cd3303963b815b9fca1af009a1283d8a375e174c639123b5d4ecb60b07029842d0d58c75653335337a3248cdcaed664f17a79e0116819d7ce
7
- data.tar.gz: b5c762bc067c09a2d0aa723570716e6d26a7c0a21e07e3d9523aa20cbb34ca18dd91135aa72c7ecff8318314a0d5c226f6be9bd0f7d71614b7e4000a8a2189c2
6
+ metadata.gz: 00cf09c82eaa74317ad14726400c0024fdf69782c578ad2f79402386e6e630ecbf3c11762d5bde80002047d9f7ec6f86bf6869aa30fc54ca39acd0badb746437
7
+ data.tar.gz: 5afe4b08a137a5838f356b66ecce7361ff2620be574c10c205daf003c6c036e969ad6a65f875102c433e44cf07291445c3e6cab6be30579688efbaaf79503837
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bps-google-api (0.4.3)
4
+ bps-google-api (0.4.4)
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.4.3'
5
+ s.version = '0.4.4'
6
6
  s.date = '2019-06-27'
7
7
  s.summary = 'Configured Google API'
8
8
  s.description = 'A configured Google API wrapper.'
@@ -17,7 +17,7 @@ class GoogleAPI
17
17
 
18
18
  def conference_info(calendar_id, event_id, all: false)
19
19
  conf = call(:get_event, calendar_id, event_id).conference_data
20
- return conf if all
20
+ return conf if all || conf.nil?
21
21
 
22
22
  { id: conf.conference_id, signature: conf.signature }
23
23
  end
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.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander