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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3dfc9b63174f9d3a1c16a76b87da866630cc4cba
4
- data.tar.gz: cc681065dba10e8c4d6077644cdc003c0719170a
3
+ metadata.gz: b71f608c0470cbf3db76138ec2fee26f57de35d1
4
+ data.tar.gz: 0b54c8acac14382a5986abe4dc7604d7b3ba9031
5
5
  SHA512:
6
- metadata.gz: 1a62ef17e40f49ed5defda27dd46c45e28e70948c6a7e1e915009b66bb9a07ecb409983bfd07af6fea0e945828162b1c001231923048dcb32aa6b04597cf4c14
7
- data.tar.gz: af5ab467641f310384e6c90d8ca78d267ec72bf88b9d390883c056679d0513c57e0dfe4b515339eabfd50b9370732f440dcee2e8baaac88f014b9543a719dcd1
6
+ metadata.gz: 5434d0eda6fb541785b1b100399bf22dcbe2937a2242cc37315c0477313182c2c114f6039ab05ded396d09bd7611b8401d3e4df648585e2fb3fe6a622622047e
7
+ data.tar.gz: 8cf566514a971a780ffe6528f22e724448c7f26f7e0b81bb714b35170b06ce74f27b5bfcd234517ec824503a0958987d82bc0059a81f52776f61e992c0b5af0d
@@ -1,5 +1,5 @@
1
1
  module VoiceBase
2
- VERSION = "1.0.16"
2
+ VERSION = "1.0.17"
3
3
 
4
4
  def self.version; VERSION; end
5
5
  end
@@ -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.16
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-04 00:00:00.000000000 Z
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: []