voicebase-client-ruby 1.0.16 → 1.0.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/voicebase/version.rb +1 -1
- data/voicebase-client-ruby.gemspec +2 -2
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b71f608c0470cbf3db76138ec2fee26f57de35d1
|
4
|
+
data.tar.gz: 0b54c8acac14382a5986abe4dc7604d7b3ba9031
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5434d0eda6fb541785b1b100399bf22dcbe2937a2242cc37315c0477313182c2c114f6039ab05ded396d09bd7611b8401d3e4df648585e2fb3fe6a622622047e
|
7
|
+
data.tar.gz: 8cf566514a971a780ffe6528f22e724448c7f26f7e0b81bb714b35170b06ce74f27b5bfcd234517ec824503a0958987d82bc0059a81f52776f61e992c0b5af0d
|
data/lib/voicebase/version.rb
CHANGED
@@ -6,8 +6,8 @@ require 'voicebase/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "voicebase-client-ruby"
|
8
8
|
spec.version = VoiceBase::version
|
9
|
-
spec.authors = ["Jerry Hogsett"]
|
10
|
-
spec.email = ["jerry@usertesting.com"]
|
9
|
+
spec.authors = ["Juergen Fesslmeier", "April Wensel", "Jerry Hogsett"]
|
10
|
+
spec.email = ["jerry@usertesting.com", "platform-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,14 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: voicebase-client-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
+
- Juergen Fesslmeier
|
8
|
+
- April Wensel
|
7
9
|
- Jerry Hogsett
|
8
10
|
autorequire:
|
9
11
|
bindir: exe
|
10
12
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
13
|
+
date: 2016-05-05 00:00:00.000000000 Z
|
12
14
|
dependencies:
|
13
15
|
- !ruby/object:Gem::Dependency
|
14
16
|
name: bundler
|
@@ -98,6 +100,7 @@ description: Ruby client for VoiceBase API Version 1.x and 2.x that will make bo
|
|
98
100
|
API versions available at the same time.
|
99
101
|
email:
|
100
102
|
- jerry@usertesting.com
|
103
|
+
- platform-dev@usertesting.com
|
101
104
|
executables: []
|
102
105
|
extensions: []
|
103
106
|
extra_rdoc_files: []
|