shipstation 0.13.4 → 0.13.5
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/lib/shipstation/api_operations/delete.rb +1 -1
- data/lib/shipstation/version.rb +1 -1
- data/test/dummy/Gemfile +3 -0
- data/test/dummy/Gemfile.lock +14 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59546ccf47b325621003434a20846502dc838c59
|
|
4
|
+
data.tar.gz: 3b8edfa00ffae338a3d8bc6a251aa2a0404056de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4ac57a08065854ed5671729713440fa4f66aef12100205c864b705473ec98e2f2ef0f4fee8c58122d4eaac076c0b962e9ee23fc229f6c4c91f14ad2e748879a
|
|
7
|
+
data.tar.gz: 676a15535b800fbdba61d00873efbb726ed40552c4fe2703aeabfce873b340eda28c76eb01324751f5d76d4c53907ba71e3952ac3f403c8c2184e1e5ad0cb3ee
|
data/lib/shipstation/version.rb
CHANGED
data/test/dummy/Gemfile
CHANGED
data/test/dummy/Gemfile.lock
CHANGED
|
@@ -55,7 +55,7 @@ GEM
|
|
|
55
55
|
unf (>= 0.0.5, < 1.0.0)
|
|
56
56
|
erubis (2.7.0)
|
|
57
57
|
execjs (2.7.0)
|
|
58
|
-
ffi (1.9.
|
|
58
|
+
ffi (1.9.25)
|
|
59
59
|
globalid (0.4.1)
|
|
60
60
|
activesupport (>= 4.2.0)
|
|
61
61
|
http-cookie (1.0.3)
|
|
@@ -75,15 +75,15 @@ GEM
|
|
|
75
75
|
nokogiri (>= 1.5.9)
|
|
76
76
|
mail (2.7.0)
|
|
77
77
|
mini_mime (>= 0.1.1)
|
|
78
|
-
mime-types (3.
|
|
78
|
+
mime-types (3.2.2)
|
|
79
79
|
mime-types-data (~> 3.2015)
|
|
80
|
-
mime-types-data (3.
|
|
81
|
-
mini_mime (1.0.
|
|
80
|
+
mime-types-data (3.2018.0812)
|
|
81
|
+
mini_mime (1.0.1)
|
|
82
82
|
mini_portile2 (2.3.0)
|
|
83
83
|
minitest (5.11.3)
|
|
84
84
|
multi_json (1.13.1)
|
|
85
85
|
netrc (0.11.0)
|
|
86
|
-
nokogiri (1.8.
|
|
86
|
+
nokogiri (1.8.4)
|
|
87
87
|
mini_portile2 (~> 2.3.0)
|
|
88
88
|
rack (1.6.10)
|
|
89
89
|
rack-test (0.6.3)
|
|
@@ -121,7 +121,7 @@ GEM
|
|
|
121
121
|
http-cookie (>= 1.0.2, < 2.0)
|
|
122
122
|
mime-types (>= 1.16, < 4.0)
|
|
123
123
|
netrc (~> 0.8)
|
|
124
|
-
sass (3.5.
|
|
124
|
+
sass (3.5.7)
|
|
125
125
|
sass-listen (~> 4.0.0)
|
|
126
126
|
sass-listen (4.0.0)
|
|
127
127
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
@@ -135,11 +135,11 @@ GEM
|
|
|
135
135
|
sdoc (0.4.2)
|
|
136
136
|
json (~> 1.7, >= 1.7.7)
|
|
137
137
|
rdoc (~> 4.0)
|
|
138
|
-
shipstation (0.
|
|
138
|
+
shipstation (0.13.4)
|
|
139
139
|
rest-client (~> 2)
|
|
140
140
|
spring (2.0.2)
|
|
141
141
|
activesupport (>= 4.2)
|
|
142
|
-
sprockets (3.7.
|
|
142
|
+
sprockets (3.7.2)
|
|
143
143
|
concurrent-ruby (~> 1.0)
|
|
144
144
|
rack (> 1, < 3)
|
|
145
145
|
sprockets-rails (3.2.1)
|
|
@@ -150,12 +150,12 @@ GEM
|
|
|
150
150
|
thor (0.20.0)
|
|
151
151
|
thread_safe (0.3.6)
|
|
152
152
|
tilt (2.0.8)
|
|
153
|
-
turbolinks (5.
|
|
154
|
-
turbolinks-source (~> 5.
|
|
155
|
-
turbolinks-source (5.
|
|
153
|
+
turbolinks (5.2.0)
|
|
154
|
+
turbolinks-source (~> 5.2)
|
|
155
|
+
turbolinks-source (5.2.0)
|
|
156
156
|
tzinfo (1.2.5)
|
|
157
157
|
thread_safe (~> 0.1)
|
|
158
|
-
uglifier (4.1.
|
|
158
|
+
uglifier (4.1.18)
|
|
159
159
|
execjs (>= 0.3.0, < 3)
|
|
160
160
|
unf (0.1.4)
|
|
161
161
|
unf_ext
|
|
@@ -172,6 +172,7 @@ PLATFORMS
|
|
|
172
172
|
DEPENDENCIES
|
|
173
173
|
byebug
|
|
174
174
|
coffee-rails (~> 4.1.0)
|
|
175
|
+
ffi (~> 1.9.24)
|
|
175
176
|
jbuilder (~> 2.0)
|
|
176
177
|
jquery-rails
|
|
177
178
|
rails (= 4.2.7)
|
|
@@ -180,6 +181,7 @@ DEPENDENCIES
|
|
|
180
181
|
sdoc (~> 0.4.0)
|
|
181
182
|
shipstation
|
|
182
183
|
spring
|
|
184
|
+
sprockets (~> 3.7.2)
|
|
183
185
|
sqlite3
|
|
184
186
|
turbolinks
|
|
185
187
|
uglifier (>= 1.3.0)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shipstation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Dallimore
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|