pwinty 3.0.6 → 3.0.7
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/.travis.yml +1 -1
- data/Gemfile.lock +44 -47
- data/README.md +1 -1
- data/lib/pwinty/order.rb +1 -0
- data/lib/pwinty/shipment.rb +2 -2
- data/lib/pwinty/version.rb +1 -1
- data/pwinty.gemspec +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dcf71ee9a54e4f465c63cb14f36b5e381daafdbc7977481348064bad6682f16
|
4
|
+
data.tar.gz: 0f8ccb3c28d7acd1d9dfbf2fba587079d4462f77dbef597f885ddfca91c5904c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cd4afa3d875a3bb268ce2278c638187707a7b65d2629feac438ecb53637cb66c91afb22efbed66947520349bde4a3626a8e8aa2e39933e1fac973d29b0a4537
|
7
|
+
data.tar.gz: 7c99cc760d7ae010dbeb3c166418b8ccaef6b3a8ca69f6baffb7a5b692f2eb5a3f8c1b4100a9445f104e46f13eddc3e6302cee6fe696e44f9f01dc67e7b184c8
|
data/.travis.yml
CHANGED
@@ -3,7 +3,7 @@ language: ruby
|
|
3
3
|
cache: bundler
|
4
4
|
rvm:
|
5
5
|
- 2.5.5
|
6
|
-
before_install: gem install bundler -v
|
6
|
+
before_install: gem install bundler -v 2.2.10
|
7
7
|
before_script:
|
8
8
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
|
9
9
|
> ./cc-test-reporter
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pwinty (3.0.
|
4
|
+
pwinty (3.0.7)
|
5
5
|
dry-struct (~> 1.0)
|
6
6
|
dry-struct-setters (~> 0.2)
|
7
7
|
faraday (~> 0.15)
|
@@ -11,82 +11,79 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
addressable (2.
|
14
|
+
addressable (2.8.0)
|
15
15
|
public_suffix (>= 2.0.2, < 5.0)
|
16
|
-
concurrent-ruby (1.1.
|
17
|
-
crack (0.4.
|
18
|
-
|
19
|
-
diff-lcs (1.
|
20
|
-
docile (1.
|
21
|
-
dotenv (2.7.
|
22
|
-
dry-configurable (0.
|
16
|
+
concurrent-ruby (1.1.9)
|
17
|
+
crack (0.4.5)
|
18
|
+
rexml
|
19
|
+
diff-lcs (1.4.4)
|
20
|
+
docile (1.4.0)
|
21
|
+
dotenv (2.7.6)
|
22
|
+
dry-configurable (0.12.1)
|
23
23
|
concurrent-ruby (~> 1.0)
|
24
|
-
dry-core (~> 0.
|
25
|
-
dry-equalizer (~> 0.2)
|
24
|
+
dry-core (~> 0.5, >= 0.5.0)
|
26
25
|
dry-container (0.7.2)
|
27
26
|
concurrent-ruby (~> 1.0)
|
28
27
|
dry-configurable (~> 0.1, >= 0.1.3)
|
29
|
-
dry-core (0.
|
28
|
+
dry-core (0.6.0)
|
30
29
|
concurrent-ruby (~> 1.0)
|
31
|
-
dry-equalizer (0.3.0)
|
32
30
|
dry-inflector (0.2.0)
|
33
|
-
dry-logic (1.0
|
31
|
+
dry-logic (1.2.0)
|
34
32
|
concurrent-ruby (~> 1.0)
|
35
|
-
dry-core (~> 0.
|
36
|
-
|
37
|
-
|
38
|
-
dry-
|
39
|
-
dry-equalizer (~> 0.3)
|
40
|
-
dry-types (~> 1.3)
|
33
|
+
dry-core (~> 0.5, >= 0.5)
|
34
|
+
dry-struct (1.4.0)
|
35
|
+
dry-core (~> 0.5, >= 0.5)
|
36
|
+
dry-types (~> 1.5)
|
41
37
|
ice_nine (~> 0.11)
|
42
|
-
dry-struct-setters (0.
|
43
|
-
dry-struct (>= 0.
|
44
|
-
dry-types (1.
|
38
|
+
dry-struct-setters (0.3.0)
|
39
|
+
dry-struct (>= 1.0.0)
|
40
|
+
dry-types (1.5.1)
|
45
41
|
concurrent-ruby (~> 1.0)
|
46
42
|
dry-container (~> 0.3)
|
47
|
-
dry-core (~> 0.
|
48
|
-
dry-equalizer (~> 0.3)
|
43
|
+
dry-core (~> 0.5, >= 0.5)
|
49
44
|
dry-inflector (~> 0.1, >= 0.1.2)
|
50
45
|
dry-logic (~> 1.0, >= 1.0.2)
|
51
|
-
faraday (0.17.
|
46
|
+
faraday (0.17.4)
|
52
47
|
multipart-post (>= 1.2, < 3)
|
53
48
|
faraday_middleware (0.14.0)
|
54
49
|
faraday (>= 0.7.4, < 1.0)
|
55
50
|
hashdiff (1.0.1)
|
56
51
|
ice_nine (0.11.2)
|
57
|
-
json (2.
|
52
|
+
json (2.5.1)
|
58
53
|
multipart-post (2.1.1)
|
59
|
-
public_suffix (4.0.
|
60
|
-
rake (13.0.
|
61
|
-
|
62
|
-
|
63
|
-
rspec-
|
64
|
-
rspec-
|
65
|
-
|
66
|
-
|
67
|
-
|
54
|
+
public_suffix (4.0.6)
|
55
|
+
rake (13.0.6)
|
56
|
+
rexml (3.2.5)
|
57
|
+
rspec (3.10.0)
|
58
|
+
rspec-core (~> 3.10.0)
|
59
|
+
rspec-expectations (~> 3.10.0)
|
60
|
+
rspec-mocks (~> 3.10.0)
|
61
|
+
rspec-core (3.10.1)
|
62
|
+
rspec-support (~> 3.10.0)
|
63
|
+
rspec-expectations (3.10.1)
|
68
64
|
diff-lcs (>= 1.2.0, < 2.0)
|
69
|
-
rspec-support (~> 3.
|
70
|
-
rspec-mocks (3.
|
65
|
+
rspec-support (~> 3.10.0)
|
66
|
+
rspec-mocks (3.10.2)
|
71
67
|
diff-lcs (>= 1.2.0, < 2.0)
|
72
|
-
rspec-support (~> 3.
|
73
|
-
rspec-support (3.
|
74
|
-
|
75
|
-
simplecov (0.18.5)
|
68
|
+
rspec-support (~> 3.10.0)
|
69
|
+
rspec-support (3.10.2)
|
70
|
+
simplecov (0.21.2)
|
76
71
|
docile (~> 1.1)
|
77
72
|
simplecov-html (~> 0.11)
|
78
|
-
|
73
|
+
simplecov_json_formatter (~> 0.1)
|
74
|
+
simplecov-html (0.12.3)
|
75
|
+
simplecov_json_formatter (0.1.3)
|
79
76
|
vcr (5.1.0)
|
80
|
-
webmock (3.
|
77
|
+
webmock (3.13.0)
|
81
78
|
addressable (>= 2.3.6)
|
82
79
|
crack (>= 0.3.2)
|
83
80
|
hashdiff (>= 0.4.0, < 2.0.0)
|
84
81
|
|
85
82
|
PLATFORMS
|
86
|
-
|
83
|
+
x86_64-darwin-18
|
87
84
|
|
88
85
|
DEPENDENCIES
|
89
|
-
bundler (~>
|
86
|
+
bundler (~> 2.2.10)
|
90
87
|
dotenv (~> 2.7.5)
|
91
88
|
pwinty!
|
92
89
|
rake (~> 13.0)
|
@@ -96,4 +93,4 @@ DEPENDENCIES
|
|
96
93
|
webmock (~> 3.6)
|
97
94
|
|
98
95
|
BUNDLED WITH
|
99
|
-
|
96
|
+
2.2.23
|
data/README.md
CHANGED
data/lib/pwinty/order.rb
CHANGED
data/lib/pwinty/shipment.rb
CHANGED
@@ -7,8 +7,8 @@ module Pwinty
|
|
7
7
|
attribute :trackingUrl, Types::String.optional
|
8
8
|
attribute :carrier, Types::String.optional
|
9
9
|
attribute :photoIds, Types::Array.of(Types::Integer)
|
10
|
-
attribute :earliestEstimatedArrivalDate, Types::JSON::DateTime
|
11
|
-
attribute :latestEstimatedArrivalDate, Types::JSON::DateTime
|
10
|
+
attribute :earliestEstimatedArrivalDate, Types::JSON::DateTime.optional
|
11
|
+
attribute :latestEstimatedArrivalDate, Types::JSON::DateTime.optional
|
12
12
|
attribute :shippedOn, Types::JSON::DateTime.optional
|
13
13
|
end
|
14
14
|
end
|
data/lib/pwinty/version.rb
CHANGED
data/pwinty.gemspec
CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
28
28
|
spec.require_paths = ["lib"]
|
29
29
|
|
30
|
-
spec.add_development_dependency "bundler", "~>
|
30
|
+
spec.add_development_dependency "bundler", "~> 2.2.10"
|
31
31
|
spec.add_development_dependency "rake", "~> 13.0"
|
32
32
|
spec.add_development_dependency "rspec", "~> 3.0"
|
33
33
|
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Harvey
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 2.2.10
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 2.2.10
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -218,7 +218,7 @@ metadata:
|
|
218
218
|
homepage_uri: https://github.com/tomharvey/pwinty3-rb
|
219
219
|
source_code_uri: https://github.com/tomharvey/pwinty3-rb
|
220
220
|
documentation_uri: https://pwinty.com/api/
|
221
|
-
post_install_message:
|
221
|
+
post_install_message:
|
222
222
|
rdoc_options: []
|
223
223
|
require_paths:
|
224
224
|
- lib
|
@@ -233,9 +233,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
233
233
|
- !ruby/object:Gem::Version
|
234
234
|
version: '0'
|
235
235
|
requirements: []
|
236
|
-
|
237
|
-
|
238
|
-
signing_key:
|
236
|
+
rubygems_version: 3.0.6
|
237
|
+
signing_key:
|
239
238
|
specification_version: 4
|
240
239
|
summary: Order photo prints through Pwinty
|
241
240
|
test_files: []
|