versacommerce_api 1.0.10 → 1.0.11
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 +8 -8
- data/CHANGELOG +4 -0
- data/lib/versacommerce_api/resources/{billing_addres.rb → billing_address.rb} +1 -1
- data/lib/versacommerce_api/resources/order.rb +4 -0
- data/lib/versacommerce_api/resources/product.rb +4 -0
- data/lib/versacommerce_api/resources/shipment.rb +4 -0
- data/lib/versacommerce_api/resources/{shipping_addres.rb → shipping_address.rb} +1 -1
- data/lib/versacommerce_api/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzY0MmU3ZTlmM2IzMGU0MzI2YTVlZWEyZGQxMDEyMDczNjdlMThmYQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDkzOWY1MTVjN2E1MzBjNWQ4MGUzMjY4ZjgzZjFiNmYxNmRjOTdhZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZGMyODZjZWFhNjBkNGUxNTBjY2JjY2NhOGU0N2Q3OGE3MzNkOTc1YzgxZjA4
|
10
|
+
YTcyNWMwMTI1MWQ2MGJlNjRlMDI1MzBmODZmZGE3MDUzMWM2NzczODA1NDQ0
|
11
|
+
NzM1OTc1ZmU0MTNiOGNhZDhjYTdhNGNhNmY3MWEwZmFiZTBmOWY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NmUxMmE1YmVlMzFhMTJjYTJmZTcyYjgwY2Y1YzY5N2IzODAxYWUzNTA5YmIy
|
14
|
+
OTRkY2FlMDcxMmQ0NDc4ODgzOGJhY2E5NDc4NmZjNjkwMTg0Nzc1ODEzZmNk
|
15
|
+
MGMzZjNjYTY5NTg5YjkzMWZlNGY5MWIxN2IxOTJlYmZjNzM4OWE=
|
data/CHANGELOG
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
1.0.11 - Associate items with shipments
|
2
|
+
- Associate shipments with orders
|
3
|
+
- Add categories to products
|
4
|
+
- Fix typo on class BillingAddress and ShippingAddress
|
1
5
|
1.0.10 - Associate items with order
|
2
6
|
1.0.9 - Added PaymentMethod resource
|
3
7
|
1.0.8 - Added Carrier resource
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: versacommerce_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VersaCommerce
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -169,7 +169,7 @@ files:
|
|
169
169
|
- lib/versacommerce_api/resources.rb
|
170
170
|
- lib/versacommerce_api/resources/account.rb
|
171
171
|
- lib/versacommerce_api/resources/base.rb
|
172
|
-
- lib/versacommerce_api/resources/
|
172
|
+
- lib/versacommerce_api/resources/billing_address.rb
|
173
173
|
- lib/versacommerce_api/resources/carrier.rb
|
174
174
|
- lib/versacommerce_api/resources/collection.rb
|
175
175
|
- lib/versacommerce_api/resources/customer.rb
|
@@ -184,7 +184,7 @@ files:
|
|
184
184
|
- lib/versacommerce_api/resources/product_image.rb
|
185
185
|
- lib/versacommerce_api/resources/property.rb
|
186
186
|
- lib/versacommerce_api/resources/shipment.rb
|
187
|
-
- lib/versacommerce_api/resources/
|
187
|
+
- lib/versacommerce_api/resources/shipping_address.rb
|
188
188
|
- lib/versacommerce_api/resources/shop.rb
|
189
189
|
- lib/versacommerce_api/resources/variant.rb
|
190
190
|
- lib/versacommerce_api/session.rb
|