freeswitcher 0.5.5 → 0.5.6

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.
@@ -40,6 +40,7 @@ module FSR
40
40
  if error?
41
41
  reconnect_until_succeeding
42
42
  end
43
+ before_session
43
44
  end
44
45
 
45
46
  def reconnect_until_succeeding
@@ -57,7 +58,6 @@ module FSR
57
58
  def authorize_and_register_for_events
58
59
  FSR::Log.info "Connection established. Authorizing..."
59
60
  say("auth #{@auth}")
60
- before_session
61
61
  end
62
62
 
63
63
  def before_session
data/lib/fsr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module FSR
2
- VERSION = "0.5.5"
2
+ VERSION = "0.5.6"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 5
9
- version: 0.5.5
8
+ - 6
9
+ version: 0.5.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jayson Vaughn