ruby_dep 1.3.0 → 1.3.1

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: 782eb4ea6e3f9bdef3c0fc6e8aa591e9c8f7c5f6
4
- data.tar.gz: fccceb0ba3fd479097d7d7d3389ef020dbb97576
3
+ metadata.gz: 585b2e7809884ed70f12ab125b3010a227dd1258
4
+ data.tar.gz: 4662617de749aed7d226669cd7070ab17ef84475
5
5
  SHA512:
6
- metadata.gz: 54fa44582f5e69b391f3916314e7761325969c3d4aea0975fd9cdc8a73b4713956a9b52b78463af42373aab1b1c2cf8911a0b57d6c5a708ba0ff053a4fd3a0c3
7
- data.tar.gz: 014bb073e3835e97dc4a5cfe8ad451a825b5966bf2609bed1b71a3bb9da276bbd6fb5ec72a21bc23593d2cc0062291dec9913ff4d0a485ee72a2e61e6ea1b356
6
+ metadata.gz: ac19ea4d722256a8c68f6d17f0e85081cef44c97a9f3a8ec87efb09c85af2a4187769880f7a3cbdfd55af92db2e2567853b9579bdff7ea0c4a2840910bc03b69
7
+ data.tar.gz: a3caa36c96cc3dd80f07cc8646a45dc46bdfa54ff34a11f76cff78998ef27fab15d122fa89034035aee0a1ed0edba9fe2baf07ef211ea23b78d3947b5e812b82
@@ -5,5 +5,8 @@ rvm:
5
5
  - 2.0.0
6
6
  - 2.1.9
7
7
  - 2.2.4
8
+ - 2.2.5
9
+ - 2.3.1
8
10
  - jruby-9.0.5.0
9
11
  before_install: gem install bundler -v 1.12.1
12
+ cache: bundler
data/README.md CHANGED
@@ -41,6 +41,8 @@ With RubyDep, your gemspec's `required_ruby_version` can be automatically set ba
41
41
 
42
42
  What about the README? Well, just insert a link to your Travis build status page!
43
43
 
44
+ Example: do you want to know which Ruby versions RubyDep can be installed on? Just look here: https://travis-ci.org/e2/ruby_dep
45
+
44
46
  If you're running Travis builds on a Ruby you support (and it's not in the "allow failures" section), it means you support that version of Ruby, right?
45
47
 
46
48
  RubyDep intelligently creates a version constraint to encompass Rubies listed in your `.travis.yml`.
@@ -62,11 +64,11 @@ RubyDep intelligently creates a version constraint to encompass Rubies listed in
62
64
 
63
65
  ### In your `README.md`:
64
66
 
65
- Replace your mentions of "supported Ruby versions" to point to the Travis build.
67
+ Replace your mentions of "supported Ruby versions" and just insert a link to your Travis build status page.
66
68
 
67
- If users see their Ruby version "green" on Travis, it suggests it's supported, right?
69
+ If users see their Ruby version "green" on Travis, they'll see those are the versions you support and test, right?
68
70
 
69
- (Or, you can point to the rubygems.org site where the required Ruby version is listed).
71
+ (Or, you can link to your project's rubygems.org page where the required Ruby version is listed).
70
72
 
71
73
  ### In your `.travis.yml`:
72
74
 
@@ -1,3 +1,3 @@
1
1
  module RubyDep
2
- VERSION = '1.3.0'.freeze
2
+ VERSION = '1.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_dep
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cezary Baginski