pwinty 3.0.2 → 3.0.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/pwinty/image.rb +5 -5
- data/lib/pwinty/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c96a8f034fa0a6147ca26c6d795eef40a0d3b6b4821494fbd33127829e1cc268
|
|
4
|
+
data.tar.gz: 6596781c7281f3e97ec77d8050ce464fb3eab66792a77e07fbdc4c30dff59f61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a3a524ed51db86e71bca62b1675a34317cb6154864dfc0789c742b4007ab95344f27bb80ab8b2e451384cf65d101425232a96549749cf0ae13d5897cde97a77
|
|
7
|
+
data.tar.gz: ea1e9e9be17e7ed067b16adb6b9a7efe2c9bfe69f1e1e5c75754b0d4633be4363fd3cb5ec2a4dd4ce48a5d53474fd33946f28dcf1f7ee03284d2eccd97ec32e1
|
data/Gemfile.lock
CHANGED
data/lib/pwinty/image.rb
CHANGED
|
@@ -13,11 +13,11 @@ module Pwinty
|
|
|
13
13
|
attribute :thumbnailUrl, Types::String.optional
|
|
14
14
|
attribute :sku, Types::String
|
|
15
15
|
attribute :attributes, Types::Hash.schema(
|
|
16
|
-
substrateWeight
|
|
17
|
-
frame
|
|
18
|
-
edge
|
|
19
|
-
paperType
|
|
20
|
-
frameColour
|
|
16
|
+
substrateWeight?: Types::String.optional,
|
|
17
|
+
frame?: Types::String.optional,
|
|
18
|
+
edge?: Types::String.optional,
|
|
19
|
+
paperType?: Types::String.optional,
|
|
20
|
+
frameColour?: Types::String.optional,
|
|
21
21
|
).optional
|
|
22
22
|
attribute :errorMessage, Types::String.optional
|
|
23
23
|
end
|
data/lib/pwinty/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pwinty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Thomas Harvey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -217,8 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
217
217
|
- !ruby/object:Gem::Version
|
|
218
218
|
version: '0'
|
|
219
219
|
requirements: []
|
|
220
|
-
|
|
221
|
-
rubygems_version: 2.7.7
|
|
220
|
+
rubygems_version: 3.0.6
|
|
222
221
|
signing_key:
|
|
223
222
|
specification_version: 4
|
|
224
223
|
summary: Order photo prints through Pwinty
|