travis 1.6.12.travis.523.6 → 1.6.12.travis.524.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/assets/travis.sh +3 -3
  3. data/travis.gemspec +7 -5
  4. metadata +6 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWE2MGMxZTc0MGM5ZTY0MDc0NGYxYjExZjRkZGY1Yzc5YThlZDI5Mw==
4
+ ODc1YjBmMTA5NzJmOGU4NWY2YzBkNzYzOTMyZjZiMDg2ZWY3YzU0MQ==
5
5
  data.tar.gz: !binary |-
6
- NWRmNmMxNzUyYTJmYTdhNzk1OTFkODJiNzgxMGFjODAzMTgxOGI3NA==
6
+ NjQ0ZTJhYTQ5NjhhYzUwOWZlNDRjYzY5NDM4ZmUxMzhjYTZjNmU3Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- M2QwNDFkOGRlNzc0MzNiZDA4MGYxNzE4OWU4NzFhYWM0NzYzODlhOTYzNmVj
10
- YjJhODk5OGNjZjA3NDNhNzkzZjFlOWQ4ZGY3ZDYxODk1N2FmYmRlNmY1YWZl
11
- ZWNmOTI1ZjA4YzliODBkMzAzYmI1NDhmM2EzM2Q2YzAzNGYyMzU=
9
+ ZjlkZDk1OGQ0OTQwNjVjZDg1Zjk5ODI3MTc0NmFhZDYzNmQxYTJlMWM4MTJj
10
+ YWI3YjJjMmRiZTlmZjA0NjUwZDk4YTY1ZjVmYWYxZTM2NmM4YTc3MzJiMGFm
11
+ OGNmNjljMjVjOGIzMWY5MzdmYzAwMGE2ZjZiNzQ4OGQ2Y2EwOGM=
12
12
  data.tar.gz: !binary |-
13
- NmRmMWVjMGUyNTQ5MDYzZTBmOTRkNjg5MTkwOGNhMTU2NzQ3NjBhNDRlNGQ4
14
- NTA1MDg0NTgxZmE0YWU5NDg1ZTA3ZDc3NzQ5OGI2NGZlZjAyM2JkN2RmY2Ix
15
- ZDA2Y2I5MzkzODQ1Nzc4NGM2ODMwZmVmZTI4YzBlOTAzZmFhNmE=
13
+ M2Q0NDZlM2Y5M2FlMDgwYzdlY2UxZmI1YTk4MzhiMDk5ZGQzMTYzZDMyZDAw
14
+ NTMwOGNkZmZmNDgyMjc3YTFlYTQ5YTRhNzA5NjYxYzYwYTZmNTAyOTQ5Zjkx
15
+ Yzg1OTMzODcxMThlOGU1OGEwODE0YTNiYzkyNDAyZjFhOTg4YjY=
data/assets/travis.sh CHANGED
@@ -21,7 +21,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
21
21
  compdef _travis travis
22
22
  _travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
23
23
  _travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" 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" report:"generates a report useful for filing issues" repos:"lists repositories the user has certain permissions on" requests:"lists recent requests" restart:"restarts a build or job" settings:"access repository settings" 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; }
24
- _travis_setup() { list=(appfog:"automatic deployment to Appfog" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
24
+ _travis_setup() { list=(appfog:"automatic deployment to Appfog" artifacts:"automatic artifact shipping to S3" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
25
25
  _travis_settings() { list=(builds_only_with_travis_yml:"Only run builds with a .travis.yml" build_pushes:"Build pushes" build_pull_requests:"Build pull requests") _describe -t common-commands 'common commands' list; }
26
26
  _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; }
27
27
  _travis_option() {
@@ -64,7 +64,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
64
64
  compctl -K _travis travis
65
65
  _travis() { read -cA words && _travis_complete $((${#words} - 1)) "${words[2]}"; }
66
66
  _travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "endpoint" "help" "history" "init" "login" "logout" "logs" "monitor" "open" "pubkey" "raw" "report" "repos" "requests" "restart" "settings" "setup" "show" "status" "sync" "token" "version" "whatsup" "whoami"); }
67
- _travis_setup() { reply=("appfog" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "divshot" "engineyard" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s" "sauce_connect"); }
67
+ _travis_setup() { reply=("appfog" "artifacts" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "divshot" "engineyard" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s" "sauce_connect"); }
68
68
  _travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests); }
69
69
  _travis_init() { reply=("c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
70
70
  _travis_option() {
@@ -107,7 +107,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
107
107
  complete -F _travis travis
108
108
  _travis() { _travis_complete "$COMP_CWORD" "${COMP_WORDS[1]}"; }
109
109
  _travis_commands() { COMPREPLY=( $(compgen -W "accounts branches cache cancel console disable enable encrypt endpoint help history init login logout logs monitor open pubkey raw report repos requests restart settings setup show status sync token version whatsup whoami" -- "${COMP_WORDS[COMP_CWORD]}") ); }
110
- _travis_setup() { COMPREPLY=( $(compgen -W "appfog cloudcontrol cloudfiles cloudfoundry cloud66 divshot engineyard heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
110
+ _travis_setup() { COMPREPLY=( $(compgen -W "appfog artifacts cloudcontrol cloudfiles cloudfoundry cloud66 divshot engineyard heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
111
111
  _travis_settings() { COMPREPLY=( $(compgen -W "builds_only_with_travis_yml build_pushes build_pull_requests" -- "${COMP_WORDS[COMP_CWORD]}") ); }
112
112
  _travis_init() { COMPREPLY=( $(compgen -W ""c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
113
113
  _travis_option() {
data/travis.gemspec CHANGED
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
22
22
  "Carlos Palhares",
23
23
  "Mathias Meyer",
24
24
  "Thais Camilo and Konstantin Haase",
25
+ "Joshua Anderson",
25
26
  "Justin Lambert",
26
27
  "Adrien Brault",
27
28
  "Laurent Petit",
@@ -36,13 +37,13 @@ Gem::Specification.new do |s|
36
37
  "Zachary Scott",
37
38
  "jeffdh",
38
39
  "john muhl",
39
- "Daniel Chatfield",
40
+ "Dan Buch",
40
41
  "Adam Lavin",
42
+ "Daniel Chatfield",
41
43
  "Benjamin Manns",
42
44
  "Jacob Burkhart",
43
45
  "Jonne Ha\xC3\x9F",
44
- "Josh Kalderimis",
45
- "Joshua Anderson"
46
+ "Josh Kalderimis"
46
47
  ]
47
48
 
48
49
  # generated from git shortlog -sne
@@ -59,6 +60,7 @@ Gem::Specification.new do |s|
59
60
  "me@xjunior.me",
60
61
  "meyer@paperplanes.de",
61
62
  "dev+narwen+rkh@rkh.im",
63
+ "jlambert@eml.cc",
62
64
  "benmanns@gmail.com",
63
65
  "adrien.brault@gmail.com",
64
66
  "laurent.petit@gmail.com",
@@ -75,11 +77,11 @@ Gem::Specification.new do |s|
75
77
  "git@johnmuhl.com",
76
78
  "chatfielddaniel@gmail.com",
77
79
  "adam@lavoaster.co.uk",
80
+ "dan@meatballhat.com",
78
81
  "jburkhart@engineyard.com",
79
82
  "me@jhass.eu",
80
83
  "josh.kalderimis@gmail.com",
81
- "j@zatigo.com",
82
- "jlambert@eml.cc"
84
+ "j@zatigo.com"
83
85
  ]
84
86
 
85
87
  # generated from git ls-files
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.12.travis.523.6
4
+ version: 1.6.12.travis.524.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -15,6 +15,7 @@ authors:
15
15
  - Carlos Palhares
16
16
  - Mathias Meyer
17
17
  - Thais Camilo and Konstantin Haase
18
+ - Joshua Anderson
18
19
  - Justin Lambert
19
20
  - Adrien Brault
20
21
  - Laurent Petit
@@ -29,13 +30,13 @@ authors:
29
30
  - Zachary Scott
30
31
  - jeffdh
31
32
  - john muhl
32
- - Daniel Chatfield
33
+ - Dan Buch
33
34
  - Adam Lavin
35
+ - Daniel Chatfield
34
36
  - Benjamin Manns
35
37
  - Jacob Burkhart
36
38
  - Jonne Haß
37
39
  - Josh Kalderimis
38
- - Joshua Anderson
39
40
  autorequire:
40
41
  bindir: bin
41
42
  cert_chain: []
@@ -243,6 +244,7 @@ email:
243
244
  - me@xjunior.me
244
245
  - meyer@paperplanes.de
245
246
  - dev+narwen+rkh@rkh.im
247
+ - jlambert@eml.cc
246
248
  - benmanns@gmail.com
247
249
  - adrien.brault@gmail.com
248
250
  - laurent.petit@gmail.com
@@ -259,11 +261,11 @@ email:
259
261
  - git@johnmuhl.com
260
262
  - chatfielddaniel@gmail.com
261
263
  - adam@lavoaster.co.uk
264
+ - dan@meatballhat.com
262
265
  - jburkhart@engineyard.com
263
266
  - me@jhass.eu
264
267
  - josh.kalderimis@gmail.com
265
268
  - j@zatigo.com
266
- - jlambert@eml.cc
267
269
  executables:
268
270
  - travis
269
271
  extensions: []