freeswitcher 0.6.14 → 0.6.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ module FSR
29
29
  channels = CSV.parse(call_info)
30
30
  headers = channels[0]
31
31
  @channels = channels[1 .. -1].map { |c| FSR::Model::Channel.new(headers ,*c) }
32
+ return @channels
32
33
  end
33
34
  []
34
35
  end
@@ -1,3 +1,3 @@
1
1
  module FSR
2
- VERSION = "0.6.14"
2
+ VERSION = "0.6.15"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: freeswitcher
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.14
5
+ version: 0.6.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jayson Vaughn