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 +4 -4
- data/.travis.yml +3 -0
- data/README.md +5 -3
- data/lib/ruby_dep/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 585b2e7809884ed70f12ab125b3010a227dd1258
|
4
|
+
data.tar.gz: 4662617de749aed7d226669cd7070ab17ef84475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac19ea4d722256a8c68f6d17f0e85081cef44c97a9f3a8ec87efb09c85af2a4187769880f7a3cbdfd55af92db2e2567853b9579bdff7ea0c4a2840910bc03b69
|
7
|
+
data.tar.gz: a3caa36c96cc3dd80f07cc8646a45dc46bdfa54ff34a11f76cff78998ef27fab15d122fa89034035aee0a1ed0edba9fe2baf07ef211ea23b78d3947b5e812b82
|
data/.travis.yml
CHANGED
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"
|
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,
|
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
|
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
|
|
data/lib/ruby_dep/version.rb
CHANGED