shipstation 0.1.0 → 0.1.1
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
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b531f21e2a42688d4e7c4d03d2d0a49bdaa7de82
|
4
|
+
data.tar.gz: 6beeb5e4e0557ddce65dc63255a93a2021cde2ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ebb81db84a29c90233d67a111bf4fce7a01def0e0f9a239ea1c2616e2294935a1e07192c46ca870aee17d4a4e4f32bbfd64bfe626e7cbc2ee6926218bc82470
|
7
|
+
data.tar.gz: 22f8b8c5242262abf2147f3ba95ffebd3b1a2871b90eddbf1738c870fccf9ce974eace63c1f2d3055e6f1def3d94d00f5273e307d7c29a91d62ee3269e6911b2
|
data/lib/shipstation/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shipstation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Dallimore
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
description:
|
27
|
+
description: A Ruby wrapper for the Shipstation API
|
28
28
|
email:
|
29
29
|
- me@tomdallimore.com
|
30
30
|
executables: []
|
@@ -105,7 +105,7 @@ rubyforge_project:
|
|
105
105
|
rubygems_version: 2.5.1
|
106
106
|
signing_key:
|
107
107
|
specification_version: 4
|
108
|
-
summary:
|
108
|
+
summary: A Ruby wrapper for the Shipstation API
|
109
109
|
test_files:
|
110
110
|
- test/dummy/app/assets/javascripts/application.js
|
111
111
|
- test/dummy/app/assets/stylesheets/application.css
|