voicebase-client-ruby 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5445e1026c14d88f3055f3d8782973aa2f52395b
4
- data.tar.gz: 21994418f75521b8b912463ef9284cff52dc42b0
3
+ metadata.gz: 785225f491a4aaf6b48ce964d1219abcbf985745
4
+ data.tar.gz: dfbb73a62ad8b3950f2875c30f05346661e2a2e6
5
5
  SHA512:
6
- metadata.gz: 4a9da1f05df02a5c65d9959a7b879a0ce1e21e6b5ccbdc92d8448493aee54b6249cebfeece74c75101f26485fd22e7cb270c7b5384b9a3f721bbe3820cd85565
7
- data.tar.gz: 1bf4bdce7a8580e8ab263a015cdae71d49dcf3529e833ba901da90357de5a1e144b241577cf9186d4a692082db42b8243227d07983aa2cc5c2766150f066452f
6
+ metadata.gz: 32325347c2c5d22759eeb2f493089091bb23e175996ee80e314d045bbd555d042f93f2925bd4b07fb1c81502b8524b5d15723234901d189a5e620e0cba4517de
7
+ data.tar.gz: 2f08d7b9cb0309b4ae6f402acaa3c9330573e1021e6129059da94de80beff3c1aabecd9fd536b897a233f6049a0b3557d6ab427d92d702006894ce4fef5074b6
@@ -134,7 +134,7 @@ module VoiceBase
134
134
  'metadata' => {
135
135
  'metadata' => {
136
136
  'external' => {
137
- 'id' => external_id
137
+ 'id' => "#{external_id}"
138
138
  }
139
139
  }
140
140
  }
@@ -1,5 +1,5 @@
1
1
  module VoiceBase
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
 
4
4
  def self.version; VERSION; end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "voicebase-client-ruby"
8
8
  spec.version = VoiceBase::version
9
9
  spec.authors = ["Juergen Fesslmeier", "April Wensel", "Jerry Hogsett"]
10
- spec.email = ["jerry@usertesting.com", "platform-dev@usertesting.com"]
10
+ spec.email = ["jerry@usertesting.com", "client-dev@usertesting.com"]
11
11
 
12
12
  spec.summary = %q{Ruby client for VoiceBase API Version 1.x and 2.x.}
13
13
  spec.description = %q{Ruby client for VoiceBase API Version 1.x and 2.x that will make both API versions available at the same time.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voicebase-client-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen Fesslmeier
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2016-10-11 00:00:00.000000000 Z
13
+ date: 2016-10-12 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -100,7 +100,7 @@ description: Ruby client for VoiceBase API Version 1.x and 2.x that will make bo
100
100
  API versions available at the same time.
101
101
  email:
102
102
  - jerry@usertesting.com
103
- - platform-dev@usertesting.com
103
+ - client-dev@usertesting.com
104
104
  executables: []
105
105
  extensions: []
106
106
  extra_rdoc_files: []