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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7fa650be2f7c4dff9984992e42310dcdbd3449e
4
- data.tar.gz: 9929a1eb88587dca6028e3cc47225c3297bbc2eb
3
+ metadata.gz: e5f05e2dceba47e17cd5ad67def08fba49c2e781
4
+ data.tar.gz: 9f09a1b3548a3bc5e93006e77ec4b020d94fb0b3
5
5
  SHA512:
6
- metadata.gz: f416eeaed1b12119a154a6b5ba58c1abe9520bf8200f78cdb77fb3aea52b19749112c4e802ce95f08c2cb44be9aff9155d94beeca6a6064d96699555b4e89d4f
7
- data.tar.gz: d1e3f8cfacbef5a36d6a0aba0291165260e06da9e17c6f2c6bf539b182c91aac45622484976bfc9e29107ac189f3e94054359b5aef657376c6661f1c1bbb3984
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
- [![Build Status](https://travis-ci.org/BaylorRae/ship_compliant-ruby.png?branch=master)](https://travis-ci.org/BaylorRae/ship\_compliant-ruby) [![Code Climate](https://codeclimate.com/github/BaylorRae/ship_compliant-ruby.png)](https://codeclimate.com/github/BaylorRae/ship_compliant-ruby)
9
+ [![Coverage Status](https://coveralls.io/repos/BaylorRae/ship_compliant-ruby/badge.png?branch=master)](https://coveralls.io/r/BaylorRae/ship\_compliant-ruby?branch=master) [![Build Status](https://travis-ci.org/BaylorRae/ship_compliant-ruby.png?branch=master)](https://travis-ci.org/BaylorRae/ship\_compliant-ruby) [![Code Climate](https://codeclimate.com/github/BaylorRae/ship_compliant-ruby.png)](https://codeclimate.com/github/BaylorRae/ship_compliant-ruby)
10
10
 
11
11
  ## Installation
12
12
 
@@ -1,3 +1,3 @@
1
1
  module ShipCompliant
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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 = '~> 1.9.3'
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.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