endicia_label_server-ruby 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0435a8b678c7d27054a2e31190048c856449de21
4
- data.tar.gz: 29df3c8245378bf9639ed265820c16c8d5b4e344
3
+ metadata.gz: 89fce71aa7885d100f728db9d23ce6b7ba5bdbd8
4
+ data.tar.gz: 9335e0b92f9481048e8b7f3fce95270b0b05c8da
5
5
  SHA512:
6
- metadata.gz: 27c9f8f5e5741919ebc027aa33e54ca00e7c2545b516b5fadafee5e3ece37751efbaf6ff3658b3e34da0b00d93faa0eaaca0e4d801d3b2744a4f868b0a405e95
7
- data.tar.gz: 789c8a38aac1fb4b6c1d8b382923e063ebd33a137d74842d1c8c017cf73f9bf526c680b09bad76b940175393de215666270172b19f412b65e3bd0f1c7743eda5
6
+ metadata.gz: 62e9dcdc87ec8dccf502d7f096de83067bf0411ec2f4a99b90afa9583f21563f141afb08e40a44de17cd99d62dbf0a91d502ba0cf518da4e5bdd52abd7f76b90
7
+ data.tar.gz: cb1b5dda5436b1a8c8463aeb68dee2dd00e333fc4422cdd4738dcbd23994c26f1de62981ee67588aa0114e8573a5a7dfd4017c8055e24301ae4c5706227eb8a7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- endicia_label_server-ruby (0.2.2)
4
+ endicia_label_server-ruby (0.2.3)
5
5
  excon (~> 0.45, >= 0.45.3)
6
6
  insensitive_hash (~> 0.3.3, >= 0.3.3)
7
7
  ox (~> 2.2, >= 2.2.0)
@@ -59,4 +59,4 @@ DEPENDENCIES
59
59
  simplecov
60
60
 
61
61
  BUNDLED WITH
62
- 1.13.6
62
+ 1.15.4
data/LICENSE.txt CHANGED
@@ -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.
data/README.md CHANGED
@@ -1,8 +1,4 @@
1
- [![Gem Version](https://img.shields.io/gem/v/endicia_label_server.svg?style=flat-square)](http://badge.fury.io/rb/endicia_label_server)
2
- [![Dependency Status](https://img.shields.io/gemnasium/ptrippett/endicia_label_server.svg?style=flat-square)](https://gemnasium.com/ptrippett/endicia_label_server)
3
- [![Build Status](https://img.shields.io/travis/ptrippett/endicia_label_server.svg?style=flat-square)](https://travis-ci.org/ptrippett/endicia_label_server)
4
- [![Coverage Status](https://img.shields.io/codeclimate/coverage/github/ptrippett/endicia_label_server.svg?style=flat-square)](https://codeclimate.com/github/ptrippett/endicia_label_server/coverage)
5
- [![Code Climate](https://img.shields.io/codeclimate/github/ptrippett/endicia_label_server.svg?style=flat-square)](https://codeclimate.com/github/ptrippett/endicia_label_server)
1
+ [![Gem Version](https://img.shields.io/gem/v/endicia_label_server-ruby.svg?style=flat-square)](http://badge.fury.io/rb/endicia_label_server-ruby)
6
2
 
7
3
  # Endicia Label Server
8
4
 
@@ -23,7 +19,7 @@ $ gem install endicia_label_server-ruby
23
19
 
24
20
  ## Documentation
25
21
 
26
- Yard documentation can be found at [RubyDoc](http://www.rubydoc.info/github/ptrippett/endicia_label_server).
22
+ Yard documentation can be found at [RubyDoc](http://www.rubydoc.info/github/veeqo/endicia_label_server-ruby).
27
23
 
28
24
  ## Sample Usage
29
25
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.summary = 'Endicia Label Server'
11
11
  gem.description = 'Gem for accessing the Endicia Label Server XML API from Ruby'
12
12
 
13
- gem.license = 'AGPL-3.0'
13
+ gem.license = 'MIT'
14
14
 
15
15
  gem.required_rubygems_version = '>= 1.3.6'
16
16
 
@@ -2,7 +2,7 @@ module EndiciaLabelServer
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- PATCH = 2
5
+ PATCH = 3
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: endicia_label_server-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Veeqo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 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
@@ -125,7 +125,7 @@ files:
125
125
  - spec/stubs/user_sign_up_success.xml
126
126
  homepage: https://github.com/veeqo/endicia_label_server-ruby
127
127
  licenses:
128
- - AGPL-3.0
128
+ - MIT
129
129
  metadata: {}
130
130
  post_install_message:
131
131
  rdoc_options: []
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  version: 1.3.6
144
144
  requirements: []
145
145
  rubyforge_project:
146
- rubygems_version: 2.5.2
146
+ rubygems_version: 2.6.13
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: Endicia Label Server