voice_com 0.0.1.2 → 0.0.1.3

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.
@@ -5,7 +5,10 @@ module VoiceCom
5
5
  attr_reader :answer_hash
6
6
 
7
7
  def initialize(args = {})
8
- args.each {|k,v| instance_variable_set("@#{k.strip}", v)}
8
+ args.each do |k,v|
9
+ k = k.strip.gsub("\n", '')
10
+ instance_variable_set("@#{k.strip}", v)
11
+ end
9
12
  yield self if block_given?
10
13
  validate!
11
14
  parse_answer
@@ -1,3 +1,3 @@
1
1
  module VoiceCom
2
- VERSION = "0.0.1.2"
2
+ VERSION = "0.0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voice_com
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.2
4
+ version: 0.0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  version: '0'
79
79
  segments:
80
80
  - 0
81
- hash: -2878627703292417795
81
+ hash: -2999269629713375140
82
82
  required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  version: '0'
88
88
  segments:
89
89
  - 0
90
- hash: -2878627703292417795
90
+ hash: -2999269629713375140
91
91
  requirements: []
92
92
  rubyforge_project:
93
93
  rubygems_version: 1.8.25