ship_compliant 0.1.1 → 0.1.2
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/README.md +1 -1
- data/lib/ship_compliant/version.rb +1 -1
- data/ship_compliant.gemspec +1 -1
- 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: e5f05e2dceba47e17cd5ad67def08fba49c2e781
|
|
4
|
+
data.tar.gz: 9f09a1b3548a3bc5e93006e77ec4b020d94fb0b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 819248aaad639c7579d290de8fa73f9b400ed6daa3226d1d87c01c7a2f138b24e9f05d19cc3ed8c65e806ee36f75d2ab842c2fd2f5120a27193dde768b602749
|
|
7
|
+
data.tar.gz: 83503abbad63a2469f80d0348839e9057fc323c08d7665a7cec1145a0ed1004b23e2edcf0ed338a64d76a974c08b9b81dfb422d5df5e0c3bfec4ff4ae2606882
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ the 9 main API calls.
|
|
|
6
6
|
|
|
7
7
|
[Documentation][documentation_path] | [RDoc][rdoc_path] | [CoreService V1.2][core_service_path]
|
|
8
8
|
|
|
9
|
-
[](https://travis-ci.org/BaylorRae/ship\_compliant-ruby) [](https://codeclimate.com/github/BaylorRae/ship_compliant-ruby)
|
|
9
|
+
[](https://coveralls.io/r/BaylorRae/ship\_compliant-ruby?branch=master) [](https://travis-ci.org/BaylorRae/ship\_compliant-ruby) [](https://codeclimate.com/github/BaylorRae/ship_compliant-ruby)
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
data/ship_compliant.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.homepage = "http://baylorrae.github.io/ship_compliant-ruby"
|
|
14
14
|
s.license = "MIT"
|
|
15
15
|
|
|
16
|
-
s.required_ruby_version = '
|
|
16
|
+
s.required_ruby_version = '>= 1.9.3'
|
|
17
17
|
|
|
18
18
|
s.files = `git ls-files -z`.split("\x0")
|
|
19
19
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ship_compliant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Baylor Rae'
|
|
@@ -287,7 +287,7 @@ require_paths:
|
|
|
287
287
|
- lib
|
|
288
288
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
289
289
|
requirements:
|
|
290
|
-
- - "
|
|
290
|
+
- - ">="
|
|
291
291
|
- !ruby/object:Gem::Version
|
|
292
292
|
version: 1.9.3
|
|
293
293
|
required_rubygems_version: !ruby/object:Gem::Requirement
|