versacommerce_api 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG +1 -0
- data/lib/versacommerce_api/resources/payment_method.rb +7 -0
- data/lib/versacommerce_api/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGRhOWQxMzZjZWE0ZDcyMTFlODA0MTFjMjk2OTdlODhmZDM3YmFkYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Mzg0ZDVlZDA0ZGNjMTUxN2MwMjhmMDQ5YzBmYWYzOTQ4OTQwY2E0Yg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGYyODkxNjM3NjJjZGM4OWI5MGJiZjMwZTlhODA5MGI0M2I3NjI3MDk2MWI4
|
10
|
+
MzA3NjcxZDkwZTY5OGFmNjdiNDczODMxNzBlZTI3MTZkNmFjODNkMTNiZTdj
|
11
|
+
OTg1Y2ViMjNlMjY4MTgyYWJjZGVhY2E4ZTlkOTA5MDA4MjJlZjc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODE2OGEzNzZkNGYzNDA2YmEyMzUyYWFlODZlZjY3ZWRkNDVlYjVkMzk3NWE5
|
14
|
+
ZjI2MjhmZGM5MmFkNzNmYmRjOTg5OTJhMjFmOGNhMzZhYzY5MWYwNzM4MmE4
|
15
|
+
Y2IzYWViZjM3ZGFmNmU3N2VhZTk0YzY3ODdlNmNkZDk4ZDA2ZTY=
|
data/CHANGELOG
CHANGED
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.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VersaCommerce
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -179,6 +179,7 @@ files:
|
|
179
179
|
- lib/versacommerce_api/resources/order.rb
|
180
180
|
- lib/versacommerce_api/resources/page.rb
|
181
181
|
- lib/versacommerce_api/resources/payment.rb
|
182
|
+
- lib/versacommerce_api/resources/payment_method.rb
|
182
183
|
- lib/versacommerce_api/resources/product.rb
|
183
184
|
- lib/versacommerce_api/resources/product_image.rb
|
184
185
|
- lib/versacommerce_api/resources/property.rb
|