travis_check_rubies 0.2.1 → 0.2.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/.travis.yml +4 -1
- data/lib/travis_check_rubies/version.rb +1 -1
- data/travis_check_rubies.gemspec +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: 6dfa90b3a72aa937099b77271cea52cc0b949693
|
|
4
|
+
data.tar.gz: 3f333d0dc8f2898eea5c468ea07bb3fd9502a44c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 127f3053cf10229c1b692c0c5efdcfd04aa936bd5cdf6ff08d46628209bfcc06ecd642aec3aa61b556e6f699bf64e14679ae04033b609cb43e068f7493c7d3fd
|
|
7
|
+
data.tar.gz: 0d7b1a8e3a32a23c96da5457bd9c7dbe52708cdc5dc762ea539a574b978b49ebd3e3d23f13810ede2deffd0e127f348d50ae40578c27841b7d8c8d0ace0183f1
|
data/.travis.yml
CHANGED
|
@@ -103,7 +103,7 @@ module TravisCheckRubies
|
|
|
103
103
|
|
|
104
104
|
def base_url
|
|
105
105
|
@base_url ||= if ENV['TRAVIS']
|
|
106
|
-
sys_path = `rvm debug`[/system:\s*"(.*?)"/, 1]
|
|
106
|
+
sys_path = `rvm debug`[/(?:system|remote path):\s*"(.*?)"/, 1]
|
|
107
107
|
"#{ROOT_URL}#{sys_path}/"
|
|
108
108
|
else
|
|
109
109
|
base_ubuntu_url = "#{ROOT_URL}ubuntu/"
|
data/travis_check_rubies.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'travis_check_rubies'
|
|
5
|
-
s.version = '0.2.
|
|
5
|
+
s.version = '0.2.2'
|
|
6
6
|
s.summary = 'Are you using the latest rubies in .travis.yml?'
|
|
7
7
|
s.description = 'Check if `.travis.yml` specifies latest available rubies from listed on https://rubies.travis-ci.org and propose changes'
|
|
8
8
|
s.homepage = "http://github.com/toy/#{s.name}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis_check_rubies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Kuchin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fspath
|
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
79
|
rubyforge_project:
|
|
80
|
-
rubygems_version: 2.6.
|
|
80
|
+
rubygems_version: 2.6.11
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 4
|
|
83
83
|
summary: Are you using the latest rubies in .travis.yml?
|