newgistics 2.1.0 → 2.2.0

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: 531b711f00ce955b4cd22a6b2e9e9f33faa50506
4
- data.tar.gz: 611c887de7ba5cdb4989857218b7bfbfdbf82a01
3
+ metadata.gz: c78efd59e9969427e5667058ec67d2e3ef98b1d0
4
+ data.tar.gz: 268b0649dff9364b4ddf08bbfe7928ab98cb2572
5
5
  SHA512:
6
- metadata.gz: 566e377c9306a88b8dd218afc100ccfadaa64d4cb4bb467c0c5e12f927dc815764c9786af3393e8bc916e6cb23e128b169835a3d8586dc10768160858280baf7
7
- data.tar.gz: 7e131edb758105bae9051d639c52bf56d84011b7da67f0765522d03ad0dd98dd0e755e8cbc59ceb39207ded8e946e7e8e30caf16f169b760842ab616f75b2e60
6
+ metadata.gz: c9dc722ef281ebd07358037462798faed5de755f7ccc9f1f20689eb688330369daf52ad87d981f687e92a29d03ec167ad4c45444a9882caed9b4cfa6a90efa7d
7
+ data.tar.gz: c1b67f93b7311e980ac660b17db9928159ea6c5d72b6ffd46b9a57c233ce89d5818741991e609364617048231d354b91dc77ce11dec9e88c13c60a5a0b617ad8
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- [![Code Climate](https://codeclimate.com/repos/5991e52637216b02640002d4/badges/9e19d346f6da0db0783c/gpa.svg)](https://codeclimate.com/repos/5991e52637216b02640002d4/feed)
2
- [![Test Coverage](https://codeclimate.com/repos/5991e52637216b02640002d4/badges/9e19d346f6da0db0783c/coverage.svg)](https://codeclimate.com/repos/5991e52637216b02640002d4/coverage)
1
+ [![Maintainability](https://api.codeclimate.com/v1/badges/ed9b1c5905ae5547414e/maintainability)](https://codeclimate.com/github/rocketsofawesome/newgistics-ruby/maintainability)
2
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/ed9b1c5905ae5547414e/test_coverage)](https://codeclimate.com/github/rocketsofawesome/newgistics-ruby/test_coverage)
3
3
  [ ![Codeship Status for rocketsofawesome/newgistics-ruby](https://app.codeship.com/projects/63cb9a70-68b6-0135-a28b-5ec5668067cc/status?branch=master)](https://app.codeship.com/projects/241459)
4
4
  # Newgistics
5
5
 
@@ -5,6 +5,9 @@ module Newgistics
5
5
  attribute :id, String
6
6
 
7
7
  attribute :sku, String
8
+ attribute :upc, String
9
+ attribute :description, String
10
+ attribute :lot, String
8
11
  attribute :qty, Integer
9
12
  attribute :is_gift_wrapped, Boolean
10
13
  attribute :custom_fields, Hash
@@ -1,3 +1,3 @@
1
1
  module Newgistics
2
- VERSION = "2.1.0"
2
+ VERSION = "2.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newgistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manuel Martinez
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-10-25 00:00:00.000000000 Z
12
+ date: 2018-11-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: virtus