shipstation 0.12.1 → 0.12.3

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: 23cd5bc9eee43ed47228857fedea840909996240
4
- data.tar.gz: a7ddc4ce39b2bb71143d3f29687596bcaa379e41
3
+ metadata.gz: a4e8316408cc14031d46bab124a3863fae750fa3
4
+ data.tar.gz: 00e01c77fc3e10dcfe390f39588094cd4f0be32d
5
5
  SHA512:
6
- metadata.gz: 15e04272e1e2de13e3e23502304829cfe8e1f0a421901350b12ecf2e7c14b261e1f4bbf927ab7f5651832274e069d6719882fca6d11441fe36f0dd4ba1511604
7
- data.tar.gz: 1fa84e0d02431be1928213ebbeb8acb2d332f2e83df1d05c5d374c79da542f4dd6e5b2d659f38a1db0612812e536e3ab20abeeb9fd52c28633c063d00160e7c1
6
+ metadata.gz: 784a1ede5c522bbe10b38bccaf3d02ace15a177b7e21e71d83ada5cc4e463669b9914b87e5384138669c6c2b47c96d1bc9c6867c19991c27c8a7b9c948c7d26f
7
+ data.tar.gz: 258a443016af09d60825f5f4c1b5d1947ef758d3f914ab4b4bba85878db84c37608f38523e4fbc76cf07e74351530d90613e1c6884e8ba2346988c4438194955
@@ -3,7 +3,7 @@ module Shipstation
3
3
  module Update
4
4
 
5
5
  def update object_id, params={}
6
- Shipstation.request(:put, "#{class_name.downcase.pluralize}/#{id}", params)
6
+ Shipstation.request(:put, "#{class_name.downcase.pluralize}/#{object_id}", params)
7
7
  end
8
8
 
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Shipstation
2
- VERSION = "0.12.1"
2
+ VERSION = "0.12.3"
3
3
  end
@@ -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.4'
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', path: '/Users/nizar/work/code/shipstation'
27
+ gem 'shipstation'
28
28
 
29
29
 
30
30
 
@@ -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.4)
11
- actionpack (= 4.2.4)
12
- actionview (= 4.2.4)
13
- activejob (= 4.2.4)
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.4)
17
- actionview (= 4.2.4)
18
- activesupport (= 4.2.4)
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.4)
24
- activesupport (= 4.2.4)
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.4)
30
- activesupport (= 4.2.4)
23
+ activejob (4.2.7)
24
+ activesupport (= 4.2.7)
31
25
  globalid (>= 0.3.0)
32
- activemodel (4.2.4)
33
- activesupport (= 4.2.4)
26
+ activemodel (4.2.7)
27
+ activesupport (= 4.2.7)
34
28
  builder (~> 3.1)
35
- activerecord (4.2.4)
36
- activemodel (= 4.2.4)
37
- activesupport (= 4.2.4)
29
+ activerecord (4.2.7)
30
+ activemodel (= 4.2.7)
31
+ activesupport (= 4.2.7)
38
32
  arel (~> 6.0)
39
- activesupport (4.2.4)
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.3.7)
64
- activesupport (>= 4.1.0)
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.8.1)
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.3)
72
+ loofah (2.2.0)
73
+ crass (~> 1.0.2)
77
74
  nokogiri (>= 1.5.9)
78
- mail (2.6.4)
79
- mime-types (>= 1.16, < 4)
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
- mini_portile2 (2.1.0)
84
- minitest (5.10.1)
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.7.1)
88
- mini_portile2 (~> 2.1.0)
89
- rack (1.6.5)
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.4)
93
- actionmailer (= 4.2.4)
94
- actionpack (= 4.2.4)
95
- actionview (= 4.2.4)
96
- activejob (= 4.2.4)
97
- activemodel (= 4.2.4)
98
- activerecord (= 4.2.4)
99
- activesupport (= 4.2.4)
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.4)
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.8)
106
- activesupport (>= 4.2.0.beta, < 5.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.4)
112
- actionpack (= 4.2.4)
113
- activesupport (= 4.2.4)
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.0.0)
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.0)
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.19.4)
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.3)
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.4)
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.1
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: 2017-04-20 00:00:00.000000000 Z
11
+ date: 2018-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client