spiffy_stores_api 4.11.0 → 4.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +3 -1
- data/lib/spiffy_stores_api/resources/transaction.rb +7 -0
- data/lib/spiffy_stores_api/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dace2a3db637b0a55690979df96430d5c8baa5b4fbc533fbedc3267d9f8b8205
|
4
|
+
data.tar.gz: edc14648eabdc3e3dc03dcd5d9ee0b7e19904699698e991ed54ddc53e8f6a544
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9bf824d6f804ab62800a3b57db1fea55acff3e16a023b9e6fa08660a4ee3879e1db311cd35f11c31c7c5e88d962b60fdb9a0c59362047e92e3ff5b125c2b815
|
7
|
+
data.tar.gz: 9c276fd814ff1e8cb09ac58e4c819d54e9ac604199598ca5dc27e992dd15bfcebf9f40553a138547cc4baeb2cb760e66c2de8b07d8cb80630276490e7de96103
|
data/CHANGELOG
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spiffy_stores_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.11.
|
4
|
+
version: 4.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Spiffy Stores
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeresource
|
@@ -145,6 +145,7 @@ files:
|
|
145
145
|
- lib/spiffy_stores_api/resources/standard_collection.rb
|
146
146
|
- lib/spiffy_stores_api/resources/store.rb
|
147
147
|
- lib/spiffy_stores_api/resources/super_collection.rb
|
148
|
+
- lib/spiffy_stores_api/resources/transaction.rb
|
148
149
|
- lib/spiffy_stores_api/resources/variant.rb
|
149
150
|
- lib/spiffy_stores_api/resources/webhook.rb
|
150
151
|
- lib/spiffy_stores_api/session.rb
|