voice_com 0.0.1.3 → 0.0.1.3.1

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.
@@ -6,7 +6,7 @@ module VoiceCom
6
6
 
7
7
  def initialize(args = {})
8
8
  args.each do |k,v|
9
- k = k.strip.gsub("\n", '')
9
+ k = k.strip.gsub("\s", "")
10
10
  instance_variable_set("@#{k.strip}", v)
11
11
  end
12
12
  yield self if block_given?
@@ -1,3 +1,3 @@
1
1
  module VoiceCom
2
- VERSION = "0.0.1.3"
2
+ VERSION = "0.0.1.3.1"
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.3
4
+ version: 0.0.1.3.1
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: -2999269629713375140
81
+ hash: -3327817740219824844
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: -2999269629713375140
90
+ hash: -3327817740219824844
91
91
  requirements: []
92
92
  rubyforge_project:
93
93
  rubygems_version: 1.8.25