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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +1 -1
  3. data/lib/travis/cli/login.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YjhlNzJhYWUxOTczOWYyZWE0OTIwMjgzZjY2YjZmODM1ZjMxNDU1Ng==
4
+ ZjVlYWNjNGZiYWQ3NzVlZmVlZGQ1NjFmNmZlNjU3ODRlMTFmNjgwMA==
5
5
  data.tar.gz: !binary |-
6
- OWU0NmQ0MDlkYzUwY2Y3MmU3NjNjMTdiMDFkNmIxZjc0ZTNmZGM2ZQ==
6
+ YmEyMDZhYjkyNTYzMzhiZWFkNzA1YTUzNTdhOTdmZmIyMTg4MzRmMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDczNGVjNGYxMjQ4MTczMWRlZGM5Y2FjZWM4MzhiZGQ5ZjkyNDcxYjliNDg0
10
- M2QxYmY4ZGI3MGE1ZjZiYTg5NWNlOTFhMTU2NTEwN2E1NzBmMGE4Nzc4MTQ5
11
- MTdiNGU2MzMzMTM4ODBhNGYzODNiNzlkM2JmN2QzY2FhYmNhM2M=
9
+ NDJiZTNhZTM4NDc0OWQ0YTAwMjliZWU1OTlmODY1NTQyNmQ0ZWM3N2I3MTQx
10
+ YmRhMGRlZjYyMmFlNWFjYzQ0YTQxNjQzMzc2NWFhMTIyMzY4ZTU3Y2FiNWFj
11
+ MTA0ZmMzOWIxZTA3MzEzOGU3YmU1NjZlMmU2ZmZhZTk5NjNlZWU=
12
12
  data.tar.gz: !binary |-
13
- ODFhOGU0OWU5MDAwNDRiMzQ2NzUwZDlhMTZkYjBhZTdkMjhhMmIyMmNlMjlm
14
- MGJjYzliMTY2ZjljMmZiMTUyNmU5NmViNTM2NTQxYjI2OTBhNmMwY2NkOTYx
15
- ZjgzYzA3Yzg2ZDU1NDA3ZTBhZjMyMzJiMzE5YTVkODM2MGI4M2Q=
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 anyways.
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: *******************
@@ -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 anyways."
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.503.6
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-24 00:00:00.000000000 Z
42
+ date: 2014-04-25 00:00:00.000000000 Z
43
43
  dependencies:
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: faraday