freeswitcher 0.6.15 → 0.6.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ module FSR
41
41
  elsif @filter.is_a?(Fixnum)
42
42
  'show channels %d' % @filter
43
43
  elsif @filter.is_a?(String)
44
- 'show channels like "%s"' % @filter
44
+ "show channels like '%s'" % @filter
45
45
  else
46
46
  'show channels'
47
47
  end
data/lib/fsr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module FSR
2
- VERSION = "0.6.15"
2
+ VERSION = "0.6.16"
3
3
  end
@@ -19,7 +19,7 @@ describe "Testing FSR::Cmd::Channels" do
19
19
 
20
20
  it "FSR::Cmd::Channels (string as the filter) should add the filter" do
21
21
  sofia = FSR::Cmd::Channels.new(nil, 'something')
22
- sofia.raw.should == 'show channels like "something"'
22
+ sofia.raw.should == "show channels like 'something'"
23
23
  end
24
24
 
25
25
  it "FSR::Cmd::Channels (number as the filter) should just limit the calls to that number" do
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: freeswitcher
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.15
5
+ version: 0.6.16
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jayson Vaughn