freeswitcher 0.6.11 → 0.6.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ module FSR
22
22
  @responses ||= []
23
23
  end
24
24
 
25
- def list_tier(queue)
25
+ def list_tier(queue = nil)
26
26
  ["list", queue]
27
27
  end
28
28
 
data/lib/fsr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module FSR
2
- VERSION = "0.6.11"
2
+ VERSION = "0.6.12"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 11
9
- version: 0.6.11
8
+ - 12
9
+ version: 0.6.12
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jayson Vaughn
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-04-22 00:00:00 -05:00
20
+ date: 2011-04-28 00:00:00 -05:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency