canvas_webex 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,7 @@ class CiscoWebexConference < WebConference
48
48
  def conference_status
49
49
  if self.started_at.nil?
50
50
  :created
51
- elsif meeting || !self.started_at.nil? && !self.ended_at
51
+ elsif meeting && self.ended_at.nil?
52
52
  :active
53
53
  else
54
54
  unless self.ended_at
@@ -17,6 +17,6 @@
17
17
  #
18
18
 
19
19
  module CanvasWebex
20
- VERSION = "0.6"
20
+ VERSION = "0.7"
21
21
  end
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canvas_webex
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: '0.7'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-20 00:00:00.000000000 Z
12
+ date: 2013-11-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake