ups-ruby 0.9.5 → 0.9.6

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: 8587263870ddba28145b0a81018a0d23555bc8a0
4
- data.tar.gz: cb8c70a842dff1404707c87099c880feb6112dd4
3
+ metadata.gz: ae8eb61dda03ca960a88a1214bc5c6abe98a6efb
4
+ data.tar.gz: 5a99fe38d9629c931c8a321c163c0318a2500ad4
5
5
  SHA512:
6
- metadata.gz: d03a42d3ca7a68d6fd342ddfe7fcb7b27a8d3c0ccc31ce6e03e21286c8bd36f3e2ec66e8d09373c88e18636b69760cb199d2543d82d942b4b904ffa6f1c35c3e
7
- data.tar.gz: 83c2cf21eafd317dba696adf13d2fbbee43ddb1d41b74724ce41333cee5c42c10b0dca387f77011796413c47a79ffed0b9b908c2d73b1174e5b17cbeeb44402d
6
+ metadata.gz: ac5aaa642c66ace7d48869bd03e1db9140c7ab0af1480e9a734f8237ecd84558395d98d4b18396d8a6c22033e9309f4df3abc530f027405604e0155d404f4ca9
7
+ data.tar.gz: eeb86df6170b12351baaaaa637f7e0e75d726cef2fbed025aa181b4b714c9d68463906d48ff3fd40d49597c6b7681520f182faddf603b6ab6e0c2d12c43a83ec
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ups-ruby (0.9.5)
4
+ ups-ruby (0.9.6)
5
5
  excon (~> 0.45, >= 0.45.3)
6
6
  insensitive_hash (~> 0.3.3)
7
7
  levenshtein-ffi (~> 1.1)
@@ -13,7 +13,7 @@ GEM
13
13
  codeclimate-test-reporter (1.0.5)
14
14
  simplecov
15
15
  docile (1.1.5)
16
- excon (0.58.0)
16
+ excon (0.59.0)
17
17
  ffi (1.9.18)
18
18
  insensitive_hash (0.3.3)
19
19
  json (1.8.3)
@@ -1,14 +1,19 @@
1
- Copyright (c) 2017 Paul Trippett and Veeqo Ltd
1
+ Copyright (c) 2017 Veeqo Ltd
2
2
 
3
- This program is free software: you can redistribute it and/or modify
4
- it under the terms of the GNU Affero General Public License as
5
- published by the Free Software Foundation, either version 3 of the
6
- License, or (at your option) any later version.
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
7
9
 
8
- This program is distributed in the hope that it will be useful,
9
- but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- GNU Affero General Public License for more details.
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
12
 
13
- You should have received a copy of the GNU Affero General Public License
14
- along with this program. If not, see <http://www.gnu.org/licenses/>.
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -2,7 +2,7 @@ module UPS
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- PATCH = 5
5
+ PATCH = 6
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.summary = 'UPS'
12
12
  gem.description = 'UPS Gem for accessing the UPS API from Ruby'
13
13
 
14
- gem.license = 'AGPL-3.0'
14
+ gem.license = 'MIT'
15
15
 
16
16
  gem.required_rubygems_version = '>= 1.3.6'
17
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ups-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Veeqo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-11 00:00:00.000000000 Z
11
+ date: 2017-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ox
@@ -143,7 +143,7 @@ files:
143
143
  - ups.gemspec
144
144
  homepage: https://github.com/veeqo/ups-ruby
145
145
  licenses:
146
- - AGPL-3.0
146
+ - MIT
147
147
  metadata: {}
148
148
  post_install_message:
149
149
  rdoc_options: []
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: 1.3.6
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.4.5.2
164
+ rubygems_version: 2.6.14
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: UPS