travis 1.5.6.travis.326.4 → 1.5.6.travis.329.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MDk0ODViMzk3YjFhM2EzOGU5OTY2OGQyMjQyOWEyN2YzMjA3OGM2Nw==
4
+ YmE4ZjA2Y2FkNzhhNmM4YzViYzlhZTE4MDI0OTdmNWM5OWE0OTg5NA==
5
5
  data.tar.gz: !binary |-
6
- ZWJjMjZhOTNjODMwNjEwMDZkOTM0NzVjNmU0NGY5ZmEyMTEwY2Y4Yg==
6
+ NjI4Y2YyZmY4MDY5YjMwNmRlODgyZDU4ODZlMDU0YTI5NDE3MjBlMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MDgyZjFmY2MyNGFlMmNiZmE1OTAyYjM2N2NmNDllNzBkOTI4ZGQ1NDAzZWJk
10
- Nzg3NWNlOGRhMDEyZDkwN2RkOWY3MGI1MTBiY2U4M2JhZTVhZTM3MDBlYzVj
11
- YjY1ODE1NTI1MzQyYmExOTM5MzJiNzIwNjdjZDA1YWE1ZmY2YWM=
9
+ NTM3NmIzZjhlZGEyNGE2OWRjMjIzZjc2YmFlZTI0YmI0YTU4ZjJkOTcxNWY2
10
+ OGZmNmE5ZmE1YzE4YWUwN2I4ODEyYjU4MDNlZDY3NDk1YTdmMmFiYWUxNzMy
11
+ NzhhMjE2YTE1YzgyODQzOWI2OGM2ZGE3MjJmZWFkNGIzODYwZmM=
12
12
  data.tar.gz: !binary |-
13
- ZWZiMjVkODkxYWQyNWEzYzQ0ZDNjZmQ5MWM2MjE2YzU4ZTY5M2E3NGNjYjZm
14
- ZmExNzcxOGRhZTA0NTQxNTkxNzczZmVkYTJlMjcyMTA3Nzg3NzBhNDc3NzEw
15
- MTQ0YTA3ZDQ3ZWY4NWI2ZTQ4NTFhMDEzYWVkYzE0MWY0MzFlMmY=
13
+ NjUwMWUxYTdjOWM0M2IyZjA0MzUyZGQzZmUyNDBmOTFhOWExNmE2YmNiNzJk
14
+ MTlkZjk0YWRkMzVlMThlNmZkZjUyMjI3NTg4YjA4Yjc3NDViMWM1NGM0YTdj
15
+ ZmY2ZjQ2NTE3YmZkMGFkOGFkM2RmMDJmOTVjYWM5OTcwM2Y0NDU=
data/completion/travis.sh CHANGED
@@ -19,7 +19,7 @@ _travis_complete() {
19
19
  if type compdef 1>/dev/null 2>/dev/null; then
20
20
  compdef _travis travis
21
21
  _travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
22
- _travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cancel:"cancels a job or build" console:"interactive shell" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" endpoint:"displays or changes the API endpoint" help:"helps you out when in dire need of information" history:"displays a projects build history" init:"generates a .travis.yml and enables the project" login:"authenticates against the API and stores the token" logout:"" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" restart:"restarts a build or job" setup:"sets up an addon or deploy target" show:"displays a build or job" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
22
+ _travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cancel:"cancels a job or build" console:"interactive shell" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" endpoint:"displays or changes the API endpoint" help:"helps you out when in dire need of information" history:"displays a projects build history" init:"generates a .travis.yml and enables the project" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" restart:"restarts a build or job" setup:"sets up an addon or deploy target" show:"displays a build or job" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
23
23
  _travis_setup() { list=(cloudcontrol:"automatic deployment to cloudControl" cloudfoundry:"automatic deployment to Cloud Foundry" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" npm:"automatic release to NPM" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" pypi:"automatic deployment to PyPI" rubygems:"automatic release to RubyGems" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
24
24
  _travis_init() { list=(c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
25
25
  _travis_option() {
@@ -3,6 +3,8 @@ require 'travis/cli'
3
3
  module Travis
4
4
  module CLI
5
5
  class Logout < ApiCommand
6
+ description "deletes the stored API token"
7
+
6
8
  def run
7
9
  endpoint_config.delete('access_token')
8
10
  success("Successfully logged out!")
data/travis.gemspec CHANGED
@@ -14,44 +14,51 @@ Gem::Specification.new do |s|
14
14
  s.authors = [
15
15
  "Konstantin Haase",
16
16
  "Henrik Hodne",
17
- "Peter Souter",
18
17
  "Aaron Hill",
18
+ "Peter Souter",
19
+ "Peter van Dijk",
19
20
  "Max Barnash",
20
21
  "Mathias Meyer",
21
- "Jacob Burkhart",
22
22
  "Josh Kalderimis",
23
23
  "Justin Lambert",
24
- "Adam Lavin",
25
- "Benjamin Manns",
24
+ "Adrien Brault",
25
+ "Laurent Petit",
26
+ "Maarten van Vliet",
26
27
  "Mario Visic",
28
+ "Neamar",
27
29
  "Piotr Sarnacki",
28
30
  "Rapha\xC3\xABl Pinson",
29
31
  "Tobias Wilken",
30
- "Laurent Petit",
31
32
  "Daniel Chatfield",
32
- "Adrien Brault"
33
+ "Adam Lavin",
34
+ "Benjamin Manns",
35
+ "Jacob Burkhart"
33
36
  ]
34
37
 
35
38
  # generated from git shortlog -sne
36
39
  s.email = [
37
40
  "konstantin.mailinglists@googlemail.com",
41
+ "aa1ronham@gmail.com",
38
42
  "me@henrikhodne.com",
39
43
  "p.morsou@gmail.com",
40
- "aa1ronham@gmail.com",
44
+ "henrik@hodne.io",
45
+ "peter.van.dijk@netherlabs.nl",
41
46
  "i.am@anhero.ru",
42
47
  "meyer@paperplanes.de",
43
- "josh.kalderimis@gmail.com",
44
- "jlambert@eml.cc",
45
- "adrien.brault@gmail.com",
46
48
  "adam@lavoaster.co.uk",
47
- "chatfielddaniel@gmail.com",
49
+ "laurent.petit@gmail.com",
50
+ "maartenvanvliet@gmail.com",
48
51
  "mario@mariovisic.com",
52
+ "neamar@neamar.fr",
49
53
  "drogus@gmail.com",
50
54
  "raphael.pinson@camptocamp.com",
51
55
  "tw@cloudcontrol.de",
52
- "laurent.petit@gmail.com",
56
+ "chatfielddaniel@gmail.com",
53
57
  "benmanns@gmail.com",
54
- "jburkhart@engineyard.com"
58
+ "jburkhart@engineyard.com",
59
+ "josh.kalderimis@gmail.com",
60
+ "jlambert@eml.cc",
61
+ "adrien.brault@gmail.com"
55
62
  ]
56
63
 
57
64
  # generated from git ls-files
metadata CHANGED
@@ -1,27 +1,30 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6.travis.326.4
4
+ version: 1.5.6.travis.329.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  - Henrik Hodne
9
- - Peter Souter
10
9
  - Aaron Hill
10
+ - Peter Souter
11
+ - Peter van Dijk
11
12
  - Max Barnash
12
13
  - Mathias Meyer
13
- - Jacob Burkhart
14
14
  - Josh Kalderimis
15
15
  - Justin Lambert
16
- - Adam Lavin
17
- - Benjamin Manns
16
+ - Adrien Brault
17
+ - Laurent Petit
18
+ - Maarten van Vliet
18
19
  - Mario Visic
20
+ - Neamar
19
21
  - Piotr Sarnacki
20
22
  - Raphaël Pinson
21
23
  - Tobias Wilken
22
- - Laurent Petit
23
24
  - Daniel Chatfield
24
- - Adrien Brault
25
+ - Adam Lavin
26
+ - Benjamin Manns
27
+ - Jacob Burkhart
25
28
  autorequire:
26
29
  bindir: bin
27
30
  cert_chain: []
@@ -232,23 +235,27 @@ dependencies:
232
235
  description: CLI and Ruby client library for Travis CI
233
236
  email:
234
237
  - konstantin.mailinglists@googlemail.com
238
+ - aa1ronham@gmail.com
235
239
  - me@henrikhodne.com
236
240
  - p.morsou@gmail.com
237
- - aa1ronham@gmail.com
241
+ - henrik@hodne.io
242
+ - peter.van.dijk@netherlabs.nl
238
243
  - i.am@anhero.ru
239
244
  - meyer@paperplanes.de
240
- - josh.kalderimis@gmail.com
241
- - jlambert@eml.cc
242
- - adrien.brault@gmail.com
243
245
  - adam@lavoaster.co.uk
244
- - chatfielddaniel@gmail.com
246
+ - laurent.petit@gmail.com
247
+ - maartenvanvliet@gmail.com
245
248
  - mario@mariovisic.com
249
+ - neamar@neamar.fr
246
250
  - drogus@gmail.com
247
251
  - raphael.pinson@camptocamp.com
248
252
  - tw@cloudcontrol.de
249
- - laurent.petit@gmail.com
253
+ - chatfielddaniel@gmail.com
250
254
  - benmanns@gmail.com
251
255
  - jburkhart@engineyard.com
256
+ - josh.kalderimis@gmail.com
257
+ - jlambert@eml.cc
258
+ - adrien.brault@gmail.com
252
259
  executables:
253
260
  - travis
254
261
  extensions: