shipstation 0.12.3 → 0.12.4
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/version.rb +1 -1
- data/test/dummy/Gemfile.lock +34 -26
- 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: 09e099e21c9ae4a139e450c5bd63af600a47a6b5
|
4
|
+
data.tar.gz: e0ab93b688d176b7809a9343c5e8c658ca4a9e60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a683d803f7a0d26c124e8a889bde4092eafcca26c445385d97295f29898a30dabc4975016cba2b3a7f45077a865cf3dbb9b462abfe8643a168b6c55dfd2b2f2
|
7
|
+
data.tar.gz: c3a641de603fc495623b96bf6f1fc6e0b83bfe5f7fc2d060be0be5a1a9d6d07654cd591f9532a696c1c4e4ba0adc314055e1bb5ed1f0d1e487da7548eb9113b2
|
data/lib/shipstation/version.rb
CHANGED
data/test/dummy/Gemfile.lock
CHANGED
@@ -37,10 +37,10 @@ GEM
|
|
37
37
|
thread_safe (~> 0.3, >= 0.3.4)
|
38
38
|
tzinfo (~> 1.1)
|
39
39
|
arel (6.0.4)
|
40
|
-
binding_of_caller (0.
|
40
|
+
binding_of_caller (0.8.0)
|
41
41
|
debug_inspector (>= 0.0.1)
|
42
42
|
builder (3.2.3)
|
43
|
-
byebug (
|
43
|
+
byebug (10.0.2)
|
44
44
|
coffee-rails (4.1.1)
|
45
45
|
coffee-script (>= 2.2.0)
|
46
46
|
railties (>= 4.0.0, < 5.1.x)
|
@@ -49,27 +49,28 @@ GEM
|
|
49
49
|
execjs
|
50
50
|
coffee-script-source (1.12.2)
|
51
51
|
concurrent-ruby (1.0.5)
|
52
|
-
crass (1.0.
|
53
|
-
debug_inspector (0.0.
|
54
|
-
domain_name (0.5.
|
52
|
+
crass (1.0.4)
|
53
|
+
debug_inspector (0.0.3)
|
54
|
+
domain_name (0.5.20180417)
|
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.23)
|
58
59
|
globalid (0.4.1)
|
59
60
|
activesupport (>= 4.2.0)
|
60
61
|
http-cookie (1.0.3)
|
61
62
|
domain_name (~> 0.5)
|
62
63
|
i18n (0.9.5)
|
63
64
|
concurrent-ruby (~> 1.0)
|
64
|
-
jbuilder (2.
|
65
|
-
activesupport (>=
|
66
|
-
multi_json (
|
67
|
-
jquery-rails (4.3.
|
65
|
+
jbuilder (2.7.0)
|
66
|
+
activesupport (>= 4.2.0)
|
67
|
+
multi_json (>= 1.2)
|
68
|
+
jquery-rails (4.3.3)
|
68
69
|
rails-dom-testing (>= 1, < 3)
|
69
70
|
railties (>= 4.2.0)
|
70
71
|
thor (>= 0.14, < 2.0)
|
71
72
|
json (1.8.6)
|
72
|
-
loofah (2.2.
|
73
|
+
loofah (2.2.2)
|
73
74
|
crass (~> 1.0.2)
|
74
75
|
nokogiri (>= 1.5.9)
|
75
76
|
mail (2.7.0)
|
@@ -80,11 +81,11 @@ GEM
|
|
80
81
|
mini_mime (1.0.0)
|
81
82
|
mini_portile2 (2.3.0)
|
82
83
|
minitest (5.11.3)
|
83
|
-
multi_json (1.
|
84
|
+
multi_json (1.13.1)
|
84
85
|
netrc (0.11.0)
|
85
86
|
nokogiri (1.8.2)
|
86
87
|
mini_portile2 (~> 2.3.0)
|
87
|
-
rack (1.6.
|
88
|
+
rack (1.6.10)
|
88
89
|
rack-test (0.6.3)
|
89
90
|
rack (>= 1.0)
|
90
91
|
rails (4.2.7)
|
@@ -104,21 +105,28 @@ GEM
|
|
104
105
|
activesupport (>= 4.2.0, < 5.0)
|
105
106
|
nokogiri (~> 1.6)
|
106
107
|
rails-deprecated_sanitizer (>= 1.0.1)
|
107
|
-
rails-html-sanitizer (1.0.
|
108
|
-
loofah (~> 2.
|
108
|
+
rails-html-sanitizer (1.0.4)
|
109
|
+
loofah (~> 2.2, >= 2.2.2)
|
109
110
|
railties (4.2.7)
|
110
111
|
actionpack (= 4.2.7)
|
111
112
|
activesupport (= 4.2.7)
|
112
113
|
rake (>= 0.8.7)
|
113
114
|
thor (>= 0.18.1, < 2.0)
|
114
|
-
rake (12.3.
|
115
|
+
rake (12.3.1)
|
116
|
+
rb-fsevent (0.10.3)
|
117
|
+
rb-inotify (0.9.10)
|
118
|
+
ffi (>= 0.5.0, < 2)
|
115
119
|
rdoc (4.3.0)
|
116
|
-
rest-client (2.0.
|
120
|
+
rest-client (2.0.2)
|
117
121
|
http-cookie (>= 1.0.2, < 2.0)
|
118
122
|
mime-types (>= 1.16, < 4.0)
|
119
123
|
netrc (~> 0.8)
|
120
|
-
sass (3.
|
121
|
-
|
124
|
+
sass (3.5.6)
|
125
|
+
sass-listen (~> 4.0.0)
|
126
|
+
sass-listen (4.0.0)
|
127
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
128
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
129
|
+
sass-rails (5.0.7)
|
122
130
|
railties (>= 4.0.0, < 6)
|
123
131
|
sass (~> 3.1)
|
124
132
|
sprockets (>= 2.8, < 4.0)
|
@@ -127,9 +135,9 @@ GEM
|
|
127
135
|
sdoc (0.4.2)
|
128
136
|
json (~> 1.7, >= 1.7.7)
|
129
137
|
rdoc (~> 4.0)
|
130
|
-
shipstation (0.12.
|
138
|
+
shipstation (0.12.3)
|
131
139
|
rest-client (~> 2)
|
132
|
-
spring (2.0.
|
140
|
+
spring (2.0.2)
|
133
141
|
activesupport (>= 4.2)
|
134
142
|
sprockets (3.7.1)
|
135
143
|
concurrent-ruby (~> 1.0)
|
@@ -141,17 +149,17 @@ GEM
|
|
141
149
|
sqlite3 (1.3.13)
|
142
150
|
thor (0.20.0)
|
143
151
|
thread_safe (0.3.6)
|
144
|
-
tilt (2.0.
|
145
|
-
turbolinks (5.
|
146
|
-
turbolinks-source (~> 5)
|
147
|
-
turbolinks-source (5.
|
152
|
+
tilt (2.0.8)
|
153
|
+
turbolinks (5.1.1)
|
154
|
+
turbolinks-source (~> 5.1)
|
155
|
+
turbolinks-source (5.1.0)
|
148
156
|
tzinfo (1.2.5)
|
149
157
|
thread_safe (~> 0.1)
|
150
|
-
uglifier (
|
158
|
+
uglifier (4.1.10)
|
151
159
|
execjs (>= 0.3.0, < 3)
|
152
160
|
unf (0.1.4)
|
153
161
|
unf_ext
|
154
|
-
unf_ext (0.0.7.
|
162
|
+
unf_ext (0.0.7.5)
|
155
163
|
web-console (2.3.0)
|
156
164
|
activemodel (>= 4.0)
|
157
165
|
binding_of_caller (>= 0.7.2)
|
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.12.
|
4
|
+
version: 0.12.4
|
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-
|
11
|
+
date: 2018-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|