shipstation 0.12.3 → 0.12.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4e8316408cc14031d46bab124a3863fae750fa3
4
- data.tar.gz: 00e01c77fc3e10dcfe390f39588094cd4f0be32d
3
+ metadata.gz: 09e099e21c9ae4a139e450c5bd63af600a47a6b5
4
+ data.tar.gz: e0ab93b688d176b7809a9343c5e8c658ca4a9e60
5
5
  SHA512:
6
- metadata.gz: 784a1ede5c522bbe10b38bccaf3d02ace15a177b7e21e71d83ada5cc4e463669b9914b87e5384138669c6c2b47c96d1bc9c6867c19991c27c8a7b9c948c7d26f
7
- data.tar.gz: 258a443016af09d60825f5f4c1b5d1947ef758d3f914ab4b4bba85878db84c37608f38523e4fbc76cf07e74351530d90613e1c6884e8ba2346988c4438194955
6
+ metadata.gz: 6a683d803f7a0d26c124e8a889bde4092eafcca26c445385d97295f29898a30dabc4975016cba2b3a7f45077a865cf3dbb9b462abfe8643a168b6c55dfd2b2f2
7
+ data.tar.gz: c3a641de603fc495623b96bf6f1fc6e0b83bfe5f7fc2d060be0be5a1a9d6d07654cd591f9532a696c1c4e4ba0adc314055e1bb5ed1f0d1e487da7548eb9113b2
@@ -1,3 +1,3 @@
1
1
  module Shipstation
2
- VERSION = "0.12.3"
2
+ VERSION = "0.12.4"
3
3
  end
@@ -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.7.2)
40
+ binding_of_caller (0.8.0)
41
41
  debug_inspector (>= 0.0.1)
42
42
  builder (3.2.3)
43
- byebug (9.0.6)
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.3)
53
- debug_inspector (0.0.2)
54
- domain_name (0.5.20170404)
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.6.3)
65
- activesupport (>= 3.0.0, < 5.2)
66
- multi_json (~> 1.2)
67
- jquery-rails (4.3.1)
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.0)
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.12.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.9)
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.3)
108
- loofah (~> 2.0)
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.0)
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.1)
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.4.23)
121
- sass-rails (5.0.6)
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.1)
138
+ shipstation (0.12.3)
131
139
  rest-client (~> 2)
132
- spring (2.0.1)
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.7)
145
- turbolinks (5.0.1)
146
- turbolinks-source (~> 5)
147
- turbolinks-source (5.0.0)
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 (3.1.13)
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.2)
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.3
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-03-06 00:00:00.000000000 Z
11
+ date: 2018-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client