travis 1.6.11.travis.503.6 → 1.6.11.travis.507.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +1 -1
- data/lib/travis/cli/login.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZjVlYWNjNGZiYWQ3NzVlZmVlZGQ1NjFmNmZlNjU3ODRlMTFmNjgwMA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmEyMDZhYjkyNTYzMzhiZWFkNzA1YTUzNTdhOTdmZmIyMTg4MzRmMA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NDJiZTNhZTM4NDc0OWQ0YTAwMjliZWU1OTlmODY1NTQyNmQ0ZWM3N2I3MTQx
|
10
|
+
YmRhMGRlZjYyMmFlNWFjYzQ0YTQxNjQzMzc2NWFhMTIyMzY4ZTU3Y2FiNWFj
|
11
|
+
MTA0ZmMzOWIxZTA3MzEzOGU3YmU1NjZlMmU2ZmZhZTk5NjNlZWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Yjc2ZjU2ZDEwNjM3MTQ0ZjVkNWEzM2QwODQ3ZDZjY2M0YjY3MDE3Y2M1M2Q1
|
14
|
+
MWU3NzRkMjNlMDhiMjFjOTljNTMwZWIzODRkNDhkZjZjMjZmYWFlODM0YzI1
|
15
|
+
ZjFiMDAzY2Y2YmM4YjAwYjJmMTkxODljZDg1N2ZmMjQ0MWRjOTg=
|
data/README.md
CHANGED
@@ -191,7 +191,7 @@ The `login` command will, well, log you in. That way, all subsequent commands th
|
|
191
191
|
This information will not be sent to Travis CI, only to GitHub.
|
192
192
|
The password will not be displayed.
|
193
193
|
|
194
|
-
Try running with --github-token or --auto if you don't want to enter your password
|
194
|
+
Try running with --github-token or --auto if you don't want to enter your password anyway.
|
195
195
|
|
196
196
|
Username: rkh
|
197
197
|
Password: *******************
|
data/lib/travis/cli/login.rb
CHANGED
@@ -67,7 +67,7 @@ module Travis
|
|
67
67
|
say "This information will #{color("not be sent to Travis CI", :important)}, only to #{color(github_endpoint.host, :info)}."
|
68
68
|
say "The password will not be displayed."
|
69
69
|
empty_line
|
70
|
-
say "Try running with #{color("--github-token", :info)} or #{color("--auto", :info)} if you don't want to enter your password
|
70
|
+
say "Try running with #{color("--github-token", :info)} or #{color("--auto", :info)} if you don't want to enter your password anyway."
|
71
71
|
empty_line
|
72
72
|
end
|
73
73
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.11.travis.
|
4
|
+
version: 1.6.11.travis.507.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -39,7 +39,7 @@ authors:
|
|
39
39
|
autorequire:
|
40
40
|
bindir: bin
|
41
41
|
cert_chain: []
|
42
|
-
date: 2014-04-
|
42
|
+
date: 2014-04-25 00:00:00.000000000 Z
|
43
43
|
dependencies:
|
44
44
|
- !ruby/object:Gem::Dependency
|
45
45
|
name: faraday
|