kinto_box 0.1.9 → 0.1.10

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: 95c25ba91fa51e81435956573398710adf7fb07d
4
- data.tar.gz: 4fb05eb05002a8185ae79f08bec160ec5481c2f3
3
+ metadata.gz: a82cbc2032eb2fbac538e53b4d3556bd06f8b227
4
+ data.tar.gz: c814a3a47e72c92d8850c49ef817d37f50caa8a8
5
5
  SHA512:
6
- metadata.gz: 0d6d6fd752ade740fee3ab5720e137da0d7c9e491bd8ec99f65d001f052fd162cb177602333ad8d5d5aca25908e9f08fca1d7da6a71799b707b72b937582fccf
7
- data.tar.gz: 8603d23390b54147b5c197848ec69d2c8e8f6b507e1db51c6002a558e834fb52655fbc9fd6e7c1c31ee468f16b5cf351c52173db5ae38b0d25cb6695683c7569
6
+ metadata.gz: 3066b795cdf28e23a3eef7b730600ef2f2775b8e0f1330df32437add3f2fb872ad45dfe3a672b8a348854ec0b7fd394ba218902d270267a26a8a2d36cb70df8e
7
+ data.tar.gz: 03923f433c65c0471f5fad445338c20b5d16a2cdad09cebff0e2e09b3002d78d78cd929ab0bfba0ad1738c4dc788da0a9458acd9843ffb5035fdcafcb4e46f1d
data/LICENSE.txt CHANGED
@@ -1,21 +1,27 @@
1
- The MIT License (MIT)
1
+ Copyright (c) 2015, Vox Media, Inc.
2
+ All rights reserved.
2
3
 
3
- Copyright (c) 2016 Kavya Sukumar
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
4
6
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
7
+ * Redistributions of source code must retain the above copyright notice, this
8
+ list of conditions and the following disclaimer.
11
9
 
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
10
+ * Redistributions in binary form must reproduce the above copyright notice,
11
+ this list of conditions and the following disclaimer in the documentation
12
+ and/or other materials provided with the distribution.
14
13
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
14
+ * Neither the name of the {organization} nor the names of its
15
+ contributors may be used to endorse or promote products derived from
16
+ this software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/kinto_box.gemspec CHANGED
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Kinto http client in ruby}
13
13
  spec.description = %q{Kinto http client in ruby}
14
- spec.homepage = "http://github.com/kavyasukumar/kinto_box"
15
- spec.license = "MIT"
14
+ spec.homepage = "http://github.com/voxmedia/kinto_box"
15
+ spec.license = "BSD"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
18
  # delete this section to allow pushing this gem to any host.
@@ -1,3 +1,3 @@
1
1
  module KintoBox
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kinto_box
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kavya Sukumar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-04 00:00:00.000000000 Z
11
+ date: 2016-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -110,9 +110,9 @@ files:
110
110
  - lib/kinto_box/kinto_record.rb
111
111
  - lib/kinto_box/response_handler.rb
112
112
  - lib/kinto_box/version.rb
113
- homepage: http://github.com/kavyasukumar/kinto_box
113
+ homepage: http://github.com/voxmedia/kinto_box
114
114
  licenses:
115
- - MIT
115
+ - BSD
116
116
  metadata:
117
117
  allowed_push_host: https://rubygems.org
118
118
  post_install_message: