freeswitcher 0.6.14 → 0.6.15

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.
@@ -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