voicebase-client-ruby 1.0.15 → 1.0.16

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: 86c362743af328e42bd5d54126b0f9a1c7906c8f
4
- data.tar.gz: b3f4fed60130df9d1d2124878823ce9f09667a95
3
+ metadata.gz: 3dfc9b63174f9d3a1c16a76b87da866630cc4cba
4
+ data.tar.gz: cc681065dba10e8c4d6077644cdc003c0719170a
5
5
  SHA512:
6
- metadata.gz: a946d164eedb57448429c3aebb7123213a67744bc9c68d83ba41a615137a4b33b872012d62c6ef547ea6fca2822d114249b1ef5c5380afcf485192d02b755a81
7
- data.tar.gz: 307d7479cfd7f02125c2a106da73ae51839f774ed6fc406283391df9e5b2287d29de8c16bb1d0aebbb8df7c1941d97db8c6ea7ff5400be928a0081c09b1a1f64
6
+ metadata.gz: 1a62ef17e40f49ed5defda27dd46c45e28e70948c6a7e1e915009b66bb9a07ecb409983bfd07af6fea0e945828162b1c001231923048dcb32aa6b04597cf4c14
7
+ data.tar.gz: af5ab467641f310384e6c90d8ca78d267ec72bf88b9d390883c056679d0513c57e0dfe4b515339eabfd50b9370732f440dcee2e8baaac88f014b9543a719dcd1
data/LICENSE CHANGED
@@ -1,13 +1,17 @@
1
- Copyright 2016 User Testing, Inc.
1
+ The MIT License (MIT)
2
+ Copyright (c) 2016 User Testing, Inc.
2
3
 
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5
+ and associated documentation files (the "Software"), to deal in the Software without restriction,
6
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
7
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
8
+ subject to the following conditions:
6
9
 
7
- http://www.apache.org/licenses/LICENSE-2.0
10
+ The above copyright notice and this permission notice shall be included in all copies or substantial
11
+ portions of the Software.
8
12
 
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
14
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
15
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
16
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
17
+ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module VoiceBase
2
- VERSION = "1.0.15"
2
+ VERSION = "1.0.16"
3
3
 
4
4
  def self.version; VERSION; end
5
5
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
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.}
14
14
  spec.homepage = "https://github.com/usertesting/voicebase-client-ruby"
15
- spec.license = "APACHE"
15
+ spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
18
  spec.bindir = "exe"
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.0.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerry Hogsett
@@ -130,7 +130,7 @@ files:
130
130
  - voicebase-client-ruby.gemspec
131
131
  homepage: https://github.com/usertesting/voicebase-client-ruby
132
132
  licenses:
133
- - APACHE
133
+ - MIT
134
134
  metadata: {}
135
135
  post_install_message:
136
136
  rdoc_options: []