voicebase-client-ruby 1.2.0 → 1.2.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.
- checksums.yaml +4 -4
- data/lib/voicebase/v2/client.rb +1 -1
- data/lib/voicebase/version.rb +1 -1
- data/voicebase-client-ruby.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 785225f491a4aaf6b48ce964d1219abcbf985745
|
|
4
|
+
data.tar.gz: dfbb73a62ad8b3950f2875c30f05346661e2a2e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32325347c2c5d22759eeb2f493089091bb23e175996ee80e314d045bbd555d042f93f2925bd4b07fb1c81502b8524b5d15723234901d189a5e620e0cba4517de
|
|
7
|
+
data.tar.gz: 2f08d7b9cb0309b4ae6f402acaa3c9330573e1021e6129059da94de80beff3c1aabecd9fd536b897a233f6049a0b3557d6ab427d92d702006894ce4fef5074b6
|
data/lib/voicebase/v2/client.rb
CHANGED
data/lib/voicebase/version.rb
CHANGED
|
@@ -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", "
|
|
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.
|
|
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-
|
|
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
|
-
-
|
|
103
|
+
- client-dev@usertesting.com
|
|
104
104
|
executables: []
|
|
105
105
|
extensions: []
|
|
106
106
|
extra_rdoc_files: []
|