shipstation 0.12.1 → 0.12.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/lib/shipstation/api_operations/update.rb +1 -1
- data/lib/shipstation/version.rb +1 -1
- data/test/dummy/Gemfile +2 -2
- data/test/dummy/Gemfile.lock +57 -54
- 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: a4e8316408cc14031d46bab124a3863fae750fa3
|
4
|
+
data.tar.gz: 00e01c77fc3e10dcfe390f39588094cd4f0be32d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 784a1ede5c522bbe10b38bccaf3d02ace15a177b7e21e71d83ada5cc4e463669b9914b87e5384138669c6c2b47c96d1bc9c6867c19991c27c8a7b9c948c7d26f
|
7
|
+
data.tar.gz: 258a443016af09d60825f5f4c1b5d1947ef758d3f914ab4b4bba85878db84c37608f38523e4fbc76cf07e74351530d90613e1c6884e8ba2346988c4438194955
|
data/lib/shipstation/version.rb
CHANGED
data/test/dummy/Gemfile
CHANGED
@@ -2,7 +2,7 @@ source 'http://rubygems.org'
|
|
2
2
|
|
3
3
|
|
4
4
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
5
|
-
gem 'rails', '4.2.
|
5
|
+
gem 'rails', '4.2.7'
|
6
6
|
# Use sqlite3 as the database for Active Record
|
7
7
|
gem 'sqlite3'
|
8
8
|
# Use SCSS for stylesheets
|
@@ -24,7 +24,7 @@ gem 'jbuilder', '~> 2.0'
|
|
24
24
|
gem 'sdoc', '~> 0.4.0', group: :doc
|
25
25
|
|
26
26
|
gem 'rest-client'
|
27
|
-
gem 'shipstation'
|
27
|
+
gem 'shipstation'
|
28
28
|
|
29
29
|
|
30
30
|
|
data/test/dummy/Gemfile.lock
CHANGED
@@ -1,42 +1,36 @@
|
|
1
|
-
PATH
|
2
|
-
remote: /Users/nizar/work/code/shipstation
|
3
|
-
specs:
|
4
|
-
shipstation (0.3.2)
|
5
|
-
rest-client (~> 2)
|
6
|
-
|
7
1
|
GEM
|
8
2
|
remote: http://rubygems.org/
|
9
3
|
specs:
|
10
|
-
actionmailer (4.2.
|
11
|
-
actionpack (= 4.2.
|
12
|
-
actionview (= 4.2.
|
13
|
-
activejob (= 4.2.
|
4
|
+
actionmailer (4.2.7)
|
5
|
+
actionpack (= 4.2.7)
|
6
|
+
actionview (= 4.2.7)
|
7
|
+
activejob (= 4.2.7)
|
14
8
|
mail (~> 2.5, >= 2.5.4)
|
15
9
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
-
actionpack (4.2.
|
17
|
-
actionview (= 4.2.
|
18
|
-
activesupport (= 4.2.
|
10
|
+
actionpack (4.2.7)
|
11
|
+
actionview (= 4.2.7)
|
12
|
+
activesupport (= 4.2.7)
|
19
13
|
rack (~> 1.6)
|
20
14
|
rack-test (~> 0.6.2)
|
21
15
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
16
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
-
actionview (4.2.
|
24
|
-
activesupport (= 4.2.
|
17
|
+
actionview (4.2.7)
|
18
|
+
activesupport (= 4.2.7)
|
25
19
|
builder (~> 3.1)
|
26
20
|
erubis (~> 2.7.0)
|
27
21
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
22
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
activejob (4.2.
|
30
|
-
activesupport (= 4.2.
|
23
|
+
activejob (4.2.7)
|
24
|
+
activesupport (= 4.2.7)
|
31
25
|
globalid (>= 0.3.0)
|
32
|
-
activemodel (4.2.
|
33
|
-
activesupport (= 4.2.
|
26
|
+
activemodel (4.2.7)
|
27
|
+
activesupport (= 4.2.7)
|
34
28
|
builder (~> 3.1)
|
35
|
-
activerecord (4.2.
|
36
|
-
activemodel (= 4.2.
|
37
|
-
activesupport (= 4.2.
|
29
|
+
activerecord (4.2.7)
|
30
|
+
activemodel (= 4.2.7)
|
31
|
+
activesupport (= 4.2.7)
|
38
32
|
arel (~> 6.0)
|
39
|
-
activesupport (4.2.
|
33
|
+
activesupport (4.2.7)
|
40
34
|
i18n (~> 0.7)
|
41
35
|
json (~> 1.7, >= 1.7.7)
|
42
36
|
minitest (~> 5.1)
|
@@ -55,16 +49,18 @@ GEM
|
|
55
49
|
execjs
|
56
50
|
coffee-script-source (1.12.2)
|
57
51
|
concurrent-ruby (1.0.5)
|
52
|
+
crass (1.0.3)
|
58
53
|
debug_inspector (0.0.2)
|
59
54
|
domain_name (0.5.20170404)
|
60
55
|
unf (>= 0.0.5, < 1.0.0)
|
61
56
|
erubis (2.7.0)
|
62
57
|
execjs (2.7.0)
|
63
|
-
globalid (0.
|
64
|
-
activesupport (>= 4.
|
58
|
+
globalid (0.4.1)
|
59
|
+
activesupport (>= 4.2.0)
|
65
60
|
http-cookie (1.0.3)
|
66
61
|
domain_name (~> 0.5)
|
67
|
-
i18n (0.
|
62
|
+
i18n (0.9.5)
|
63
|
+
concurrent-ruby (~> 1.0)
|
68
64
|
jbuilder (2.6.3)
|
69
65
|
activesupport (>= 3.0.0, < 5.2)
|
70
66
|
multi_json (~> 1.2)
|
@@ -73,47 +69,49 @@ GEM
|
|
73
69
|
railties (>= 4.2.0)
|
74
70
|
thor (>= 0.14, < 2.0)
|
75
71
|
json (1.8.6)
|
76
|
-
loofah (2.0
|
72
|
+
loofah (2.2.0)
|
73
|
+
crass (~> 1.0.2)
|
77
74
|
nokogiri (>= 1.5.9)
|
78
|
-
mail (2.
|
79
|
-
|
75
|
+
mail (2.7.0)
|
76
|
+
mini_mime (>= 0.1.1)
|
80
77
|
mime-types (3.1)
|
81
78
|
mime-types-data (~> 3.2015)
|
82
79
|
mime-types-data (3.2016.0521)
|
83
|
-
|
84
|
-
|
80
|
+
mini_mime (1.0.0)
|
81
|
+
mini_portile2 (2.3.0)
|
82
|
+
minitest (5.11.3)
|
85
83
|
multi_json (1.12.1)
|
86
84
|
netrc (0.11.0)
|
87
|
-
nokogiri (1.
|
88
|
-
mini_portile2 (~> 2.
|
89
|
-
rack (1.6.
|
85
|
+
nokogiri (1.8.2)
|
86
|
+
mini_portile2 (~> 2.3.0)
|
87
|
+
rack (1.6.9)
|
90
88
|
rack-test (0.6.3)
|
91
89
|
rack (>= 1.0)
|
92
|
-
rails (4.2.
|
93
|
-
actionmailer (= 4.2.
|
94
|
-
actionpack (= 4.2.
|
95
|
-
actionview (= 4.2.
|
96
|
-
activejob (= 4.2.
|
97
|
-
activemodel (= 4.2.
|
98
|
-
activerecord (= 4.2.
|
99
|
-
activesupport (= 4.2.
|
90
|
+
rails (4.2.7)
|
91
|
+
actionmailer (= 4.2.7)
|
92
|
+
actionpack (= 4.2.7)
|
93
|
+
actionview (= 4.2.7)
|
94
|
+
activejob (= 4.2.7)
|
95
|
+
activemodel (= 4.2.7)
|
96
|
+
activerecord (= 4.2.7)
|
97
|
+
activesupport (= 4.2.7)
|
100
98
|
bundler (>= 1.3.0, < 2.0)
|
101
|
-
railties (= 4.2.
|
99
|
+
railties (= 4.2.7)
|
102
100
|
sprockets-rails
|
103
101
|
rails-deprecated_sanitizer (1.0.3)
|
104
102
|
activesupport (>= 4.2.0.alpha)
|
105
|
-
rails-dom-testing (1.0.
|
106
|
-
activesupport (>= 4.2.0
|
103
|
+
rails-dom-testing (1.0.9)
|
104
|
+
activesupport (>= 4.2.0, < 5.0)
|
107
105
|
nokogiri (~> 1.6)
|
108
106
|
rails-deprecated_sanitizer (>= 1.0.1)
|
109
107
|
rails-html-sanitizer (1.0.3)
|
110
108
|
loofah (~> 2.0)
|
111
|
-
railties (4.2.
|
112
|
-
actionpack (= 4.2.
|
113
|
-
activesupport (= 4.2.
|
109
|
+
railties (4.2.7)
|
110
|
+
actionpack (= 4.2.7)
|
111
|
+
activesupport (= 4.2.7)
|
114
112
|
rake (>= 0.8.7)
|
115
113
|
thor (>= 0.18.1, < 2.0)
|
116
|
-
rake (12.
|
114
|
+
rake (12.3.0)
|
117
115
|
rdoc (4.3.0)
|
118
116
|
rest-client (2.0.1)
|
119
117
|
http-cookie (>= 1.0.2, < 2.0)
|
@@ -129,23 +127,25 @@ GEM
|
|
129
127
|
sdoc (0.4.2)
|
130
128
|
json (~> 1.7, >= 1.7.7)
|
131
129
|
rdoc (~> 4.0)
|
130
|
+
shipstation (0.12.1)
|
131
|
+
rest-client (~> 2)
|
132
132
|
spring (2.0.1)
|
133
133
|
activesupport (>= 4.2)
|
134
134
|
sprockets (3.7.1)
|
135
135
|
concurrent-ruby (~> 1.0)
|
136
136
|
rack (> 1, < 3)
|
137
|
-
sprockets-rails (3.2.
|
137
|
+
sprockets-rails (3.2.1)
|
138
138
|
actionpack (>= 4.0)
|
139
139
|
activesupport (>= 4.0)
|
140
140
|
sprockets (>= 3.0.0)
|
141
141
|
sqlite3 (1.3.13)
|
142
|
-
thor (0.
|
142
|
+
thor (0.20.0)
|
143
143
|
thread_safe (0.3.6)
|
144
144
|
tilt (2.0.7)
|
145
145
|
turbolinks (5.0.1)
|
146
146
|
turbolinks-source (~> 5)
|
147
147
|
turbolinks-source (5.0.0)
|
148
|
-
tzinfo (1.2.
|
148
|
+
tzinfo (1.2.5)
|
149
149
|
thread_safe (~> 0.1)
|
150
150
|
uglifier (3.1.13)
|
151
151
|
execjs (>= 0.3.0, < 3)
|
@@ -166,13 +166,16 @@ DEPENDENCIES
|
|
166
166
|
coffee-rails (~> 4.1.0)
|
167
167
|
jbuilder (~> 2.0)
|
168
168
|
jquery-rails
|
169
|
-
rails (= 4.2.
|
169
|
+
rails (= 4.2.7)
|
170
170
|
rest-client
|
171
171
|
sass-rails (~> 5.0)
|
172
172
|
sdoc (~> 0.4.0)
|
173
|
-
shipstation
|
173
|
+
shipstation
|
174
174
|
spring
|
175
175
|
sqlite3
|
176
176
|
turbolinks
|
177
177
|
uglifier (>= 1.3.0)
|
178
178
|
web-console (~> 2.0)
|
179
|
+
|
180
|
+
BUNDLED WITH
|
181
|
+
1.14.6
|
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Dallimore
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|