travis 1.9.1 → 1.9.2.travis.1285.9
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/README.md +2 -2
- data/assets/travis.sh +3 -6
- data/lib/travis/cli/command.rb +14 -14
- data/lib/travis/cli/init.rb +3 -3
- data/lib/travis/cli/login.rb +8 -2
- data/lib/travis/client/error.rb +10 -0
- data/lib/travis/tools/assets.rb +6 -3
- data/lib/travis/tools/completion.rb +1 -1
- data/lib/travis/tools/system.rb +1 -1
- data/travis.gemspec +8 -69
- metadata +13 -74
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d09e999f716e5ae9d2e03a742db5db42b9f0f49b8244370a85d1dfeeb016d10f
|
4
|
+
data.tar.gz: 61b2632facd6600e41d126f0034547f8b56fb7903aac538d6285672c31753d93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 075e9d7525394f4bf7482bf1bf76138f79a541ba226c45fca3dd295d713830d83c2b57c3be65bc330f229ff99c58c0985494198a05e210485f56eba88b30af07
|
7
|
+
data.tar.gz: ae5185aba049dc234b8fce3195f765c6befee6ce1cca3d53d4af325c43fc46c23059987280ac17fce8fc031b9ef0d02dc4209a430169fb031a8a8abcaba91f61
|
data/README.md
CHANGED
@@ -1994,12 +1994,12 @@ MyTravis::Repository.find('rails/rails')
|
|
1994
1994
|
|
1995
1995
|
## Installation
|
1996
1996
|
|
1997
|
-
Make sure you have at least [Ruby](http://www.ruby-lang.org/en/downloads/)
|
1997
|
+
Make sure you have at least [Ruby](http://www.ruby-lang.org/en/downloads/) 2.3.0 (2.6.0 recommended) installed.
|
1998
1998
|
|
1999
1999
|
You can check your Ruby version by running `ruby -v`:
|
2000
2000
|
|
2001
2001
|
$ ruby -v
|
2002
|
-
ruby 2.
|
2002
|
+
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
|
2003
2003
|
|
2004
2004
|
Then run:
|
2005
2005
|
|
data/assets/travis.sh
CHANGED
@@ -20,7 +20,7 @@ _travis_complete() {
|
|
20
20
|
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
|
-
_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; requires `pry`" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" encrypt-file:"encrypts a file and adds decryption steps to .travis.yml" endpoint:"displays or changes the API endpoint" env:"show or modify build environment variables" help:"helps you out when in dire need of information" history:"displays a project's build history" init:"generates a .travis.yml and enables the project" lint:"display warnings for a .travis.yml" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs"
|
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; requires `pry`" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" encrypt-file:"encrypts a file and adds decryption steps to .travis.yml" endpoint:"displays or changes the API endpoint" env:"show or modify build environment variables" help:"helps you out when in dire need of information" history:"displays a project's build history" init:"generates a .travis.yml and enables the project" lint:"display warnings for a .travis.yml" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" 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" sshkey:"checks, updates or deletes an SSH key" 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
24
|
_travis_setup() { list=(anynines:"automatic deployment to anynines" appfog:"automatic deployment to Appfog" artifacts:"automatic artifact shipping to S3" biicode:"automatic publish to biicode" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" codedeploy:"triggering a new deployment on Amazon CodeDeploy" deis:"automatic deployment to a deis app" divshot:"deployment to Divshot.io" elasticbeanstalk:"deployment to AWS Elastic Beanstalk" engineyard:"automatic deployment to Engine Yard" gcs:"automatic pushing to Google Cloud Storage" hackage:"automatic deployment of hackage packages" 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" s3:"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" maximum_number_of_builds:"Maximum number of concurrent builds" auto_cancel_pushes:"Cancel older push builds that are not yet running" auto_cancel_pull_requests:"Cancel older pull request builds that are not yet running") _describe -t common-commands 'common commands' list; }
|
26
26
|
_travis_init() { list=(bash:'initialize bash project' c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' elixir:'initialize elixir 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; }
|
@@ -44,7 +44,6 @@ if type compdef 1>/dev/null 2>/dev/null; then
|
|
44
44
|
login) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" "-g[identify by GitHub token]" "--github-token[identify by GitHub token]" "-T[try to figure out who you are automatically (might send another apps token to Travis, token will not be stored)]" "--auto-token[try to figure out who you are automatically (might send another apps token to Travis, token will not be stored)]" "-p[try to load password from OSX keychain (will not be stored)]" "--auto-password[try to load password from OSX keychain (will not be stored)]" "-a[shorthand for --auto-token --auto-password]" "--auto[shorthand for --auto-token --auto-password]" "-u[user to log in as]" "--user[user to log in as]" "-M[do not use interactive login]" "--no-manual[do not use interactive login]" "--list-github-token[instead of actually logging in, list found GitHub tokens]" "--skip-token-check[don't verify the token with github]" '*:file:_files' && return 0;;
|
45
45
|
logout) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" '*:file:_files' && return 0;;
|
46
46
|
logs) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" "-r[repository to use (will try to detect from current git clone)]" "--repo[repository to use (will try to detect from current git clone)]" "-R[like --repo, but remembers value for current directory]" "--store-repo[like --repo, but remembers value for current directory]" "-d[remove logs]" "--delete[remove logs]" "-f[do not ask user to confirm deleting the logs]" "--force[do not ask user to confirm deleting the logs]" "--stream[only print current logs, do not stream]" "--no-stream[only print current logs, do not stream]" '*:file:_files' && return 0;;
|
47
|
-
monitor) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" "-m[Only monitor my own repositories]" "--my-repos[Only monitor my own repositories]" "-r[monitor given repository (can be used more than once)]" "--repo[monitor given repository (can be used more than once)]" "-n[send out desktop notifications (optional type: osx, growl, libnotify)]" "--notify[send out desktop notifications (optional type: osx, growl, libnotify)]" "--no-notify[send out desktop notifications (optional type: osx, growl, libnotify)]" "-b[only monitor builds, not jobs]" "--builds[only monitor builds, not jobs]" "-p[monitor push events]" "--push[monitor push events]" "-P[monitor pull request events]" "--pull[monitor pull request events]" '*:file:_files' && return 0;;
|
48
47
|
open) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" "-r[repository to use (will try to detect from current git clone)]" "--repo[repository to use (will try to detect from current git clone)]" "-R[like --repo, but remembers value for current directory]" "--store-repo[like --repo, but remembers value for current directory]" "-g[Open the corresponding project, compare view or pull request on GitHub]" "--github[Open the corresponding project, compare view or pull request on GitHub]" "-p[Print out the URL instead of opening it in a browser]" "--print[Print out the URL instead of opening it in a browser]" '*:file:_files' && return 0;;
|
49
48
|
pubkey) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" "-r[repository to use (will try to detect from current git clone)]" "--repo[repository to use (will try to detect from current git clone)]" "-R[like --repo, but remembers value for current directory]" "--store-repo[like --repo, but remembers value for current directory]" "-p[encode in format used by pem]" "--pem[encode in format used by pem]" "-f[display fingerprint]" "--fingerprint[display fingerprint]" '*:file:_files' && return 0;;
|
50
49
|
raw) _arguments -s -S "-h[Display help]" "--help[Display help]" "-i[be interactive and colorful]" "--interactive[be interactive and colorful]" "--no-interactive[be interactive and colorful]" "-E[don't rescue exceptions]" "--explode[don't rescue exceptions]" "--no-explode[don't rescue exceptions]" "--skip-version-check[don't check if travis client is up to date]" "--skip-completion-check[don't check if auto-completion is set up]" "-e[Travis API server to talk to]" "--api-endpoint[Travis API server to talk to]" "-I[do not verify SSL certificate of API endpoint]" "--insecure[do not verify SSL certificate of API endpoint]" "--no-insecure[do not verify SSL certificate of API endpoint]" "--pro[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--com[short-cut for --api-endpoint 'https://api.travis-ci.com/']" "--org[short-cut for --api-endpoint 'https://api.travis-ci.org/']" "--staging[talks to staging system]" "-t[access token to use]" "--token[access token to use]" "--debug[show API requests]" "--debug-http[show HTTP(S) exchange]" "-X[use enterprise setup (optionally takes name for multiple setups)]" "--enterprise[use enterprise setup (optionally takes name for multiple setups)]" "--adapter[Faraday adapter to use for HTTP requests]" "--json[display as json]" "--no-json[display as json]" '*:file:_files' && return 0;;
|
@@ -67,7 +66,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
|
|
67
66
|
elif type compctl 1>/dev/null 2>/dev/null; then
|
68
67
|
compctl -K _travis travis
|
69
68
|
_travis() { read -cA words && _travis_complete $((${#words} - 1)) "${words[2]}"; }
|
70
|
-
_travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "encrypt-file" "endpoint" "env" "help" "history" "init" "lint" "login" "logout" "logs" "
|
69
|
+
_travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "encrypt-file" "endpoint" "env" "help" "history" "init" "lint" "login" "logout" "logs" "open" "pubkey" "raw" "report" "repos" "requests" "restart" "settings" "setup" "show" "sshkey" "status" "sync" "token" "version" "whatsup" "whoami"); }
|
71
70
|
_travis_setup() { reply=("anynines" "appfog" "artifacts" "biicode" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "codedeploy" "deis" "divshot" "elasticbeanstalk" "engineyard" "gcs" "hackage" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s3" "sauce_connect"); }
|
72
71
|
_travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests maximum_number_of_builds auto_cancel_pushes auto_cancel_pull_requests); }
|
73
72
|
_travis_init() { reply=("bash" "c" "clojure" "cpp" "elixir" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
|
@@ -91,7 +90,6 @@ elif type compctl 1>/dev/null 2>/dev/null; then
|
|
91
90
|
login) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter" "--github-token" "-g" "--auto-token" "-T" "--auto-password" "-p" "--auto" "-a" "--user" "-u" "--no-manual" "-M" "--list-github-token" "--skip-token-check");;
|
92
91
|
logout) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter");;
|
93
92
|
logs) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--delete" "-d" "--force" "-f" "--stream" "--no-stream");;
|
94
|
-
monitor) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter" "--my-repos" "-m" "--repo" "-r" "--notify" "--no-notify" "-n" "--builds" "-b" "--push" "-p" "--pull" "-P");;
|
95
93
|
open) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--github" "-g" "--print" "-p");;
|
96
94
|
pubkey) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--pem" "-p" "--fingerprint" "-f");;
|
97
95
|
raw) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check" "--api-endpoint" "-e" "--insecure" "--no-insecure" "-I" "--pro" "--com" "--org" "--staging" "--token" "-t" "--debug" "--debug-http" "--enterprise" "-X" "--adapter" "--json" "--no-json");;
|
@@ -114,7 +112,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
|
|
114
112
|
elif type complete 1>/dev/null 2>/dev/null; then
|
115
113
|
complete -F _travis travis
|
116
114
|
_travis() { _travis_complete "$COMP_CWORD" "${COMP_WORDS[1]}"; }
|
117
|
-
_travis_commands() { COMPREPLY=( $(compgen -W "accounts branches cache cancel console disable enable encrypt encrypt-file endpoint env help history init lint login logout logs
|
115
|
+
_travis_commands() { COMPREPLY=( $(compgen -W "accounts branches cache cancel console disable enable encrypt encrypt-file endpoint env help history init lint login logout logs open pubkey raw report repos requests restart settings setup show sshkey status sync token version whatsup whoami" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
118
116
|
_travis_setup() { COMPREPLY=( $(compgen -W "anynines appfog artifacts biicode cloudcontrol cloudfiles cloudfoundry cloud66 codedeploy deis divshot elasticbeanstalk engineyard gcs hackage heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s3 sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
119
117
|
_travis_settings() { COMPREPLY=( $(compgen -W "builds_only_with_travis_yml build_pushes build_pull_requests maximum_number_of_builds auto_cancel_pushes auto_cancel_pull_requests" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
120
118
|
_travis_init() { COMPREPLY=( $(compgen -W ""bash" "c" "clojure" "cpp" "elixir" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
@@ -139,7 +137,6 @@ elif type complete 1>/dev/null 2>/dev/null; then
|
|
139
137
|
login) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check --api-endpoint -e --insecure --no-insecure -I --pro --com --org --staging --token -t --debug --debug-http --enterprise -X --adapter --github-token -g --auto-token -T --auto-password -p --auto -a --user -u --no-manual -M --list-github-token --skip-token-check";;
|
140
138
|
logout) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check --api-endpoint -e --insecure --no-insecure -I --pro --com --org --staging --token -t --debug --debug-http --enterprise -X --adapter";;
|
141
139
|
logs) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check --api-endpoint -e --insecure --no-insecure -I --pro --com --org --staging --token -t --debug --debug-http --enterprise -X --adapter --repo -r --store-repo -R --delete -d --force -f --stream --no-stream";;
|
142
|
-
monitor) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check --api-endpoint -e --insecure --no-insecure -I --pro --com --org --staging --token -t --debug --debug-http --enterprise -X --adapter --my-repos -m --repo -r --notify --no-notify -n --builds -b --push -p --pull -P";;
|
143
140
|
open) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check --api-endpoint -e --insecure --no-insecure -I --pro --com --org --staging --token -t --debug --debug-http --enterprise -X --adapter --repo -r --store-repo -R --github -g --print -p";;
|
144
141
|
pubkey) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check --api-endpoint -e --insecure --no-insecure -I --pro --com --org --staging --token -t --debug --debug-http --enterprise -X --adapter --repo -r --store-repo -R --pem -p --fingerprint -f";;
|
145
142
|
raw) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check --api-endpoint -e --insecure --no-insecure -I --pro --com --org --staging --token -t --debug --debug-http --enterprise -X --adapter --json --no-json";;
|
data/lib/travis/cli/command.rb
CHANGED
@@ -161,9 +161,9 @@ module Travis
|
|
161
161
|
unless Tools::System.recent_version? Travis::VERSION, last_check['version']
|
162
162
|
warn "Outdated CLI version, run `gem install travis`."
|
163
163
|
end
|
164
|
-
rescue Timeout::Error, Faraday::
|
164
|
+
rescue Timeout::Error, Faraday::ClientError => error
|
165
165
|
debug "#{error.class}: #{error.message}"
|
166
|
-
rescue JSON::
|
166
|
+
rescue JSON::ParserError => error
|
167
167
|
warn "Unable to determine the most recent travis gem version. http://rubygems.org may be down."
|
168
168
|
end
|
169
169
|
|
@@ -279,6 +279,18 @@ module Travis
|
|
279
279
|
@on_signal << block
|
280
280
|
end
|
281
281
|
|
282
|
+
def warn(message)
|
283
|
+
write_to($stderr) do
|
284
|
+
say color(message, :error)
|
285
|
+
yield if block_given?
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
289
|
+
def error(message, &block)
|
290
|
+
warn(message, &block)
|
291
|
+
exit 1
|
292
|
+
end
|
293
|
+
|
282
294
|
private
|
283
295
|
|
284
296
|
def store_error(exception)
|
@@ -326,18 +338,6 @@ module Travis
|
|
326
338
|
say "\n"
|
327
339
|
end
|
328
340
|
|
329
|
-
def warn(message)
|
330
|
-
write_to($stderr) do
|
331
|
-
say color(message, :error)
|
332
|
-
yield if block_given?
|
333
|
-
end
|
334
|
-
end
|
335
|
-
|
336
|
-
def error(message, &block)
|
337
|
-
warn(message, &block)
|
338
|
-
exit 1
|
339
|
-
end
|
340
|
-
|
341
341
|
def command(name)
|
342
342
|
color("#{File.basename($0)} #{name}", :command)
|
343
343
|
end
|
data/lib/travis/cli/init.rb
CHANGED
@@ -34,7 +34,7 @@ module Travis
|
|
34
34
|
attr_writer :travis_config
|
35
35
|
|
36
36
|
def self.languages
|
37
|
-
|
37
|
+
asset_path('init/*.yml').map { |f| File.basename(f, '.yml') }.sort
|
38
38
|
end
|
39
39
|
|
40
40
|
def help
|
@@ -63,7 +63,7 @@ module Travis
|
|
63
63
|
private
|
64
64
|
|
65
65
|
def template_name(language)
|
66
|
-
asset_path
|
66
|
+
asset_path("init/#{language}.yml").first
|
67
67
|
end
|
68
68
|
|
69
69
|
def template(language)
|
@@ -79,4 +79,4 @@ module Travis
|
|
79
79
|
end
|
80
80
|
end
|
81
81
|
end
|
82
|
-
end
|
82
|
+
end
|
data/lib/travis/cli/login.rb
CHANGED
@@ -31,7 +31,13 @@ module Travis
|
|
31
31
|
github.with_token do |token|
|
32
32
|
endpoint_config['access_token'] = github_auth(token)
|
33
33
|
error("user mismatch: logged in as %p instead of %p" % [user.login, user_login]) if user_login and user.login != user_login
|
34
|
-
|
34
|
+
unless user.correct_scopes?
|
35
|
+
error(
|
36
|
+
"#{user.login} has not granted Travis CI the required permissions. " \
|
37
|
+
"Please try re-syncing your user data at https://#{session.config['host']}/account/preferences " \
|
38
|
+
"and try logging in via #{session.config['host']}"
|
39
|
+
)
|
40
|
+
end
|
35
41
|
success("Successfully logged in as #{user.login}!")
|
36
42
|
end
|
37
43
|
|
@@ -56,7 +62,7 @@ module Travis
|
|
56
62
|
g.auto_password = auto_password
|
57
63
|
g.github_login = user_login
|
58
64
|
g.check_token = !skip_token_check?
|
59
|
-
g.drop_token =
|
65
|
+
g.drop_token = !list_github_token
|
60
66
|
g.ask_login = proc { ask("Username: ") }
|
61
67
|
g.ask_password = proc { |user| ask("Password for #{user}: ") { |q| q.echo = "*" } }
|
62
68
|
g.ask_otp = proc { |user| ask("Two-factor authentication code for #{user}: ") }
|
data/lib/travis/client/error.rb
CHANGED
@@ -23,6 +23,16 @@ module Travis
|
|
23
23
|
class RepositoryMigrated < Error
|
24
24
|
end
|
25
25
|
|
26
|
+
class AssetNotFound < Error
|
27
|
+
def initialize(file, *args)
|
28
|
+
if md = file.match(%r[init/(?<lang>[^\.]+)\.yml$])
|
29
|
+
super "unknown language #{md[:lang]}", *args
|
30
|
+
else
|
31
|
+
super file, *args
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
26
36
|
class ValidationFailed < Error
|
27
37
|
attr_reader :errors
|
28
38
|
|
data/lib/travis/tools/assets.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
require 'pathname'
|
1
2
|
module Travis
|
2
3
|
module Tools
|
3
4
|
module Assets
|
@@ -5,11 +6,13 @@ module Travis
|
|
5
6
|
extend self
|
6
7
|
|
7
8
|
def asset_path(file)
|
8
|
-
File.expand_path(file, BASE)
|
9
|
+
Pathname.glob(File.expand_path(file, BASE)).tap do |x|
|
10
|
+
raise Travis::Client::AssetNotFound.new(file) if x.empty?
|
11
|
+
end
|
9
12
|
end
|
10
13
|
|
11
14
|
def asset(file)
|
12
|
-
File.read(asset_path(file))
|
15
|
+
File.read(asset_path(file).first)
|
13
16
|
end
|
14
17
|
|
15
18
|
class << self
|
@@ -18,4 +21,4 @@ module Travis
|
|
18
21
|
end
|
19
22
|
end
|
20
23
|
end
|
21
|
-
end
|
24
|
+
end
|
@@ -47,7 +47,7 @@ module Travis
|
|
47
47
|
commands = Travis::CLI.commands.sort_by { |c| c.command_name }
|
48
48
|
template = Assets.read('travis.sh.erb')
|
49
49
|
source = ERB.new(template).result(binding).gsub(/^ +\n/, '')
|
50
|
-
File.write(Assets['travis.sh'], source)
|
50
|
+
File.write(Assets['travis.sh'].first, source)
|
51
51
|
end
|
52
52
|
end
|
53
53
|
end
|
data/lib/travis/tools/system.rb
CHANGED
@@ -76,7 +76,7 @@ module Travis
|
|
76
76
|
def has?(command)
|
77
77
|
return false unless unix?
|
78
78
|
@has ||= {}
|
79
|
-
@has.fetch(command) { @has[command] = system "
|
79
|
+
@has.fetch(command) { @has[command] = system "command -v #{command} 2>/dev/null >/dev/null" }
|
80
80
|
end
|
81
81
|
|
82
82
|
def running?(app)
|
data/travis.gemspec
CHANGED
@@ -12,29 +12,20 @@ Gem::Specification.new do |s|
|
|
12
12
|
|
13
13
|
# generated from git shortlog -sn
|
14
14
|
s.authors = [
|
15
|
-
"Konstantin Haase",
|
16
15
|
"Hiro Asari",
|
17
|
-
"
|
18
|
-
"joshua-anderson",
|
19
|
-
"Aaron Hill",
|
16
|
+
"Konstantin Haase",
|
20
17
|
"Piotr Milcarz",
|
21
18
|
"Buck Doyle",
|
22
|
-
"Peter Souter",
|
23
19
|
"Christopher Grim",
|
24
20
|
"Joe Corcoran",
|
25
|
-
"Peter van Dijk",
|
26
21
|
"Sven Fuchs",
|
27
22
|
"Aakriti Gupta",
|
28
23
|
"Josh Kalderimis",
|
29
|
-
"Piotr Sarnacki",
|
30
24
|
"Ke Zhu",
|
31
|
-
"
|
25
|
+
"Piotr Sarnacki",
|
32
26
|
"Ren\xC3\xA9e Hendricksen",
|
33
27
|
"carlad",
|
34
|
-
"Carlos Palhares",
|
35
|
-
"Dan Buch",
|
36
28
|
"Mar\xC3\xADa de Ant\xC3\xB3n",
|
37
|
-
"Mathias Meyer",
|
38
29
|
"Matt Toothman",
|
39
30
|
"mariadeanton",
|
40
31
|
"techgaun",
|
@@ -49,20 +40,15 @@ Gem::Specification.new do |s|
|
|
49
40
|
"Ivan Pozdeev",
|
50
41
|
"Joep van Delft",
|
51
42
|
"Stefan Nordhausen",
|
52
|
-
"Thais Camilo and Konstantin Haase",
|
53
43
|
"Tobias Bieniek",
|
54
44
|
"Adam Baxter",
|
55
|
-
"Adam Lavin",
|
56
|
-
"Adrien Brault",
|
57
45
|
"Alfie John",
|
58
46
|
"Alo\xC3\xAFs Th\xC3\xA9venot",
|
59
47
|
"Basarat Ali Syed",
|
60
|
-
"Benjamin Manns",
|
61
48
|
"Christian H\xC3\xB6ltje",
|
62
49
|
"Dani Hodovic",
|
63
|
-
"Daniel Chatfield",
|
64
50
|
"Dominic Jodoin",
|
65
|
-
"
|
51
|
+
"Eli Schwartz",
|
66
52
|
"Eugene K",
|
67
53
|
"George Millo",
|
68
54
|
"Gunter Grodotzki",
|
@@ -71,72 +57,46 @@ Gem::Specification.new do |s|
|
|
71
57
|
"Igor",
|
72
58
|
"Iulian Onofrei",
|
73
59
|
"Jacob Atzen",
|
74
|
-
"Jacob Burkhart",
|
75
60
|
"James Nylen",
|
76
61
|
"Joe Rafaniello",
|
77
62
|
"Jon-Erik Schneiderhan",
|
78
63
|
"Jonas Chromik",
|
79
|
-
"Jonne Ha\xC3\x9F",
|
80
|
-
"Julia S.Simon",
|
81
|
-
"Justin Lambert",
|
82
|
-
"Laurent Petit",
|
83
|
-
"Maarten van Vliet",
|
84
64
|
"Marco Craveiro",
|
85
|
-
"Mario Visic",
|
86
65
|
"Matt",
|
87
66
|
"Matteo Sumberaz",
|
88
67
|
"Matthias Bussonnier",
|
89
|
-
"Michael Mior",
|
90
68
|
"Michael S. Fischer",
|
91
|
-
"Miro Hron\xC4\x8Dok",
|
92
|
-
"Neamar",
|
93
69
|
"Nero Leung",
|
94
|
-
"Nicolas Bessi (nbessi)",
|
95
70
|
"Nikhil Owalekar",
|
96
71
|
"Peter Bengtsson",
|
97
72
|
"Peter Drake",
|
98
|
-
"Rapha\xC3\xABl Pinson",
|
99
73
|
"Rob Hoelz",
|
100
74
|
"Robert Grider",
|
101
75
|
"Robert Van Voorhees",
|
102
76
|
"Simon Cropp",
|
77
|
+
"Tahsin Hasan",
|
103
78
|
"Titus",
|
104
79
|
"Titus Wormer",
|
105
|
-
"Tobias Wilken",
|
106
|
-
"Zachary Gershman",
|
107
|
-
"Zachary Scott",
|
108
80
|
"designerror",
|
109
81
|
"ia",
|
110
|
-
"jeffdh",
|
111
|
-
"john muhl",
|
112
82
|
"slewt"
|
113
83
|
]
|
114
84
|
|
115
85
|
# generated from git shortlog -sne
|
116
86
|
s.email = [
|
117
|
-
"konstantin.mailinglists@googlemail.com",
|
118
87
|
"asari.ruby@gmail.com",
|
119
|
-
"
|
120
|
-
"aa1ronham@gmail.com",
|
88
|
+
"konstantin.mailinglists@googlemail.com",
|
121
89
|
"piotrm@travis-ci.org",
|
122
|
-
"me@henrikhodne.com",
|
123
90
|
"b@chromatin.ca",
|
124
|
-
"henrik@hodne.io",
|
125
|
-
"p.morsou@gmail.com",
|
126
91
|
"chrisg@luminal.io",
|
127
92
|
"joe@corcoran.io",
|
128
|
-
"peter.van.dijk@netherlabs.nl",
|
129
93
|
"me@svenfuchs.com",
|
130
94
|
"josh.kalderimis@gmail.com",
|
131
|
-
"drogus@gmail.com",
|
132
95
|
"kzhu@us.ibm.com",
|
133
|
-
"
|
96
|
+
"drogus@gmail.com",
|
134
97
|
"renee@travis-ci.org",
|
135
98
|
"aakritigupta@users.noreply.github.com",
|
136
|
-
"me@xjunior.me",
|
137
|
-
"dan@meatballhat.com",
|
138
99
|
"mariadeanton@gmail.com",
|
139
|
-
"meyer@paperplanes.de",
|
140
100
|
"matt.toothman@aver.io",
|
141
101
|
"carlad@users.noreply.github.com",
|
142
102
|
"coolsamar207@gmail.com",
|
@@ -151,20 +111,15 @@ Gem::Specification.new do |s|
|
|
151
111
|
"igor@travis-ci.org",
|
152
112
|
"vano@mail.mipt.ru",
|
153
113
|
"stefan.nordhausen@immobilienscout24.de",
|
154
|
-
"dev+narwen+rkh@rkh.im",
|
155
114
|
"tobias.bieniek@gmail.com",
|
156
115
|
"github@voltagex.org",
|
157
|
-
"adam@lavoaster.co.uk",
|
158
|
-
"adrien.brault@gmail.com",
|
159
116
|
"33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf",
|
160
117
|
"aloisthevenot@srxp.com",
|
161
118
|
"basaratali@gmail.com",
|
162
|
-
"benmanns@gmail.com",
|
163
119
|
"docwhat@gerf.org",
|
164
120
|
"danihodovic@users.noreply.github.com",
|
165
|
-
"chatfielddaniel@gmail.com",
|
166
121
|
"dominic@travis-ci.com",
|
167
|
-
"
|
122
|
+
"eschwartz@archlinux.org",
|
168
123
|
"34233075+eugene-kulak@users.noreply.github.com",
|
169
124
|
"georgejulianmillo@gmail.com",
|
170
125
|
"gunter@grodotzki.co.za",
|
@@ -172,46 +127,30 @@ Gem::Specification.new do |s|
|
|
172
127
|
"igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com",
|
173
128
|
"6d0847b9@opayq.com",
|
174
129
|
"jatzen@gmail.com",
|
175
|
-
"jburkhart@engineyard.com",
|
176
130
|
"jnylen@gmail.com",
|
177
131
|
"jrafanie@users.noreply.github.com",
|
178
132
|
"joep@travis-ci.org",
|
179
133
|
"joepvd@users.noreply.github.com",
|
180
134
|
"jon-erik.schneiderhan@meyouhealth.com",
|
181
135
|
"Jonas.Chromik@student.hpi.uni-potsdam.de",
|
182
|
-
"me@jhass.eu",
|
183
|
-
"julia.simon@biicode.com",
|
184
|
-
"jlambert@eml.cc",
|
185
|
-
"laurent.petit@gmail.com",
|
186
|
-
"maartenvanvliet@gmail.com",
|
187
136
|
"marco.craveiro@gmail.com",
|
188
|
-
"mario@mariovisic.com",
|
189
137
|
"mtoothman@users.noreply.github.com",
|
190
138
|
"gnappoms@gmail.com",
|
191
139
|
"bussonniermatthias@gmail.com",
|
192
|
-
"mmior@uwaterloo.ca",
|
193
140
|
"mfischer@zendesk.com",
|
194
|
-
"miro@hroncok.cz",
|
195
|
-
"neamar@neamar.fr",
|
196
141
|
"neroleung@gmail.com",
|
197
|
-
"nbessi@users.noreply.github.com",
|
198
142
|
"nowalekar@tigetext.com",
|
199
143
|
"peterbe@mozilla.com",
|
200
144
|
"peter.drake@acquia.com",
|
201
|
-
"raphael.pinson@camptocamp.com",
|
202
145
|
"rob@hoelz.ro",
|
203
146
|
"robert.grider@northwestern.edu",
|
204
147
|
"rcvanvo@gmail.com",
|
205
148
|
"simon.cropp@gmail.com",
|
149
|
+
"51903216+Tahsin-travis-ci@users.noreply.github.com",
|
206
150
|
"tituswormer@gmail.com",
|
207
|
-
"tw@cloudcontrol.de",
|
208
|
-
"pair+zg@pivotallabs.com",
|
209
|
-
"e@zzak.io",
|
210
151
|
"carla@travis-ci.org",
|
211
152
|
"designerror@yandex.ru",
|
212
153
|
"isaac.ardis@gmail.com",
|
213
|
-
"jeffdh@gmail.com",
|
214
|
-
"git@johnmuhl.com",
|
215
154
|
"leland@lcweathers.net"
|
216
155
|
]
|
217
156
|
|
metadata
CHANGED
@@ -1,32 +1,23 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.
|
4
|
+
version: 1.9.2.travis.1285.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Konstantin Haase
|
8
7
|
- Hiro Asari
|
9
|
-
-
|
10
|
-
- joshua-anderson
|
11
|
-
- Aaron Hill
|
8
|
+
- Konstantin Haase
|
12
9
|
- Piotr Milcarz
|
13
10
|
- Buck Doyle
|
14
|
-
- Peter Souter
|
15
11
|
- Christopher Grim
|
16
12
|
- Joe Corcoran
|
17
|
-
- Peter van Dijk
|
18
13
|
- Sven Fuchs
|
19
14
|
- Aakriti Gupta
|
20
15
|
- Josh Kalderimis
|
21
|
-
- Piotr Sarnacki
|
22
16
|
- Ke Zhu
|
23
|
-
-
|
17
|
+
- Piotr Sarnacki
|
24
18
|
- Renée Hendricksen
|
25
19
|
- carlad
|
26
|
-
- Carlos Palhares
|
27
|
-
- Dan Buch
|
28
20
|
- María de Antón
|
29
|
-
- Mathias Meyer
|
30
21
|
- Matt Toothman
|
31
22
|
- mariadeanton
|
32
23
|
- techgaun
|
@@ -41,20 +32,15 @@ authors:
|
|
41
32
|
- Ivan Pozdeev
|
42
33
|
- Joep van Delft
|
43
34
|
- Stefan Nordhausen
|
44
|
-
- Thais Camilo and Konstantin Haase
|
45
35
|
- Tobias Bieniek
|
46
36
|
- Adam Baxter
|
47
|
-
- Adam Lavin
|
48
|
-
- Adrien Brault
|
49
37
|
- Alfie John
|
50
38
|
- Aloïs Thévenot
|
51
39
|
- Basarat Ali Syed
|
52
|
-
- Benjamin Manns
|
53
40
|
- Christian Höltje
|
54
41
|
- Dani Hodovic
|
55
|
-
- Daniel Chatfield
|
56
42
|
- Dominic Jodoin
|
57
|
-
-
|
43
|
+
- Eli Schwartz
|
58
44
|
- Eugene K
|
59
45
|
- George Millo
|
60
46
|
- Gunter Grodotzki
|
@@ -63,49 +49,33 @@ authors:
|
|
63
49
|
- Igor
|
64
50
|
- Iulian Onofrei
|
65
51
|
- Jacob Atzen
|
66
|
-
- Jacob Burkhart
|
67
52
|
- James Nylen
|
68
53
|
- Joe Rafaniello
|
69
54
|
- Jon-Erik Schneiderhan
|
70
55
|
- Jonas Chromik
|
71
|
-
- Jonne Haß
|
72
|
-
- Julia S.Simon
|
73
|
-
- Justin Lambert
|
74
|
-
- Laurent Petit
|
75
|
-
- Maarten van Vliet
|
76
56
|
- Marco Craveiro
|
77
|
-
- Mario Visic
|
78
57
|
- Matt
|
79
58
|
- Matteo Sumberaz
|
80
59
|
- Matthias Bussonnier
|
81
|
-
- Michael Mior
|
82
60
|
- Michael S. Fischer
|
83
|
-
- Miro Hrončok
|
84
|
-
- Neamar
|
85
61
|
- Nero Leung
|
86
|
-
- Nicolas Bessi (nbessi)
|
87
62
|
- Nikhil Owalekar
|
88
63
|
- Peter Bengtsson
|
89
64
|
- Peter Drake
|
90
|
-
- Raphaël Pinson
|
91
65
|
- Rob Hoelz
|
92
66
|
- Robert Grider
|
93
67
|
- Robert Van Voorhees
|
94
68
|
- Simon Cropp
|
69
|
+
- Tahsin Hasan
|
95
70
|
- Titus
|
96
71
|
- Titus Wormer
|
97
|
-
- Tobias Wilken
|
98
|
-
- Zachary Gershman
|
99
|
-
- Zachary Scott
|
100
72
|
- designerror
|
101
73
|
- ia
|
102
|
-
- jeffdh
|
103
|
-
- john muhl
|
104
74
|
- slewt
|
105
75
|
autorequire:
|
106
76
|
bindir: bin
|
107
77
|
cert_chain: []
|
108
|
-
date: 2020-
|
78
|
+
date: 2020-09-14 00:00:00.000000000 Z
|
109
79
|
dependencies:
|
110
80
|
- !ruby/object:Gem::Dependency
|
111
81
|
name: faraday
|
@@ -289,29 +259,19 @@ dependencies:
|
|
289
259
|
version: '0.6'
|
290
260
|
description: CLI and Ruby client library for Travis CI
|
291
261
|
email:
|
292
|
-
- konstantin.mailinglists@googlemail.com
|
293
262
|
- asari.ruby@gmail.com
|
294
|
-
-
|
295
|
-
- aa1ronham@gmail.com
|
263
|
+
- konstantin.mailinglists@googlemail.com
|
296
264
|
- piotrm@travis-ci.org
|
297
|
-
- me@henrikhodne.com
|
298
265
|
- b@chromatin.ca
|
299
|
-
- henrik@hodne.io
|
300
|
-
- p.morsou@gmail.com
|
301
266
|
- chrisg@luminal.io
|
302
267
|
- joe@corcoran.io
|
303
|
-
- peter.van.dijk@netherlabs.nl
|
304
268
|
- me@svenfuchs.com
|
305
269
|
- josh.kalderimis@gmail.com
|
306
|
-
- drogus@gmail.com
|
307
270
|
- kzhu@us.ibm.com
|
308
|
-
-
|
271
|
+
- drogus@gmail.com
|
309
272
|
- renee@travis-ci.org
|
310
273
|
- aakritigupta@users.noreply.github.com
|
311
|
-
- me@xjunior.me
|
312
|
-
- dan@meatballhat.com
|
313
274
|
- mariadeanton@gmail.com
|
314
|
-
- meyer@paperplanes.de
|
315
275
|
- matt.toothman@aver.io
|
316
276
|
- carlad@users.noreply.github.com
|
317
277
|
- coolsamar207@gmail.com
|
@@ -326,20 +286,15 @@ email:
|
|
326
286
|
- igor@travis-ci.org
|
327
287
|
- vano@mail.mipt.ru
|
328
288
|
- stefan.nordhausen@immobilienscout24.de
|
329
|
-
- dev+narwen+rkh@rkh.im
|
330
289
|
- tobias.bieniek@gmail.com
|
331
290
|
- github@voltagex.org
|
332
|
-
- adam@lavoaster.co.uk
|
333
|
-
- adrien.brault@gmail.com
|
334
291
|
- 33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf
|
335
292
|
- aloisthevenot@srxp.com
|
336
293
|
- basaratali@gmail.com
|
337
|
-
- benmanns@gmail.com
|
338
294
|
- docwhat@gerf.org
|
339
295
|
- danihodovic@users.noreply.github.com
|
340
|
-
- chatfielddaniel@gmail.com
|
341
296
|
- dominic@travis-ci.com
|
342
|
-
-
|
297
|
+
- eschwartz@archlinux.org
|
343
298
|
- 34233075+eugene-kulak@users.noreply.github.com
|
344
299
|
- georgejulianmillo@gmail.com
|
345
300
|
- gunter@grodotzki.co.za
|
@@ -347,46 +302,30 @@ email:
|
|
347
302
|
- igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com
|
348
303
|
- 6d0847b9@opayq.com
|
349
304
|
- jatzen@gmail.com
|
350
|
-
- jburkhart@engineyard.com
|
351
305
|
- jnylen@gmail.com
|
352
306
|
- jrafanie@users.noreply.github.com
|
353
307
|
- joep@travis-ci.org
|
354
308
|
- joepvd@users.noreply.github.com
|
355
309
|
- jon-erik.schneiderhan@meyouhealth.com
|
356
310
|
- Jonas.Chromik@student.hpi.uni-potsdam.de
|
357
|
-
- me@jhass.eu
|
358
|
-
- julia.simon@biicode.com
|
359
|
-
- jlambert@eml.cc
|
360
|
-
- laurent.petit@gmail.com
|
361
|
-
- maartenvanvliet@gmail.com
|
362
311
|
- marco.craveiro@gmail.com
|
363
|
-
- mario@mariovisic.com
|
364
312
|
- mtoothman@users.noreply.github.com
|
365
313
|
- gnappoms@gmail.com
|
366
314
|
- bussonniermatthias@gmail.com
|
367
|
-
- mmior@uwaterloo.ca
|
368
315
|
- mfischer@zendesk.com
|
369
|
-
- miro@hroncok.cz
|
370
|
-
- neamar@neamar.fr
|
371
316
|
- neroleung@gmail.com
|
372
|
-
- nbessi@users.noreply.github.com
|
373
317
|
- nowalekar@tigetext.com
|
374
318
|
- peterbe@mozilla.com
|
375
319
|
- peter.drake@acquia.com
|
376
|
-
- raphael.pinson@camptocamp.com
|
377
320
|
- rob@hoelz.ro
|
378
321
|
- robert.grider@northwestern.edu
|
379
322
|
- rcvanvo@gmail.com
|
380
323
|
- simon.cropp@gmail.com
|
324
|
+
- 51903216+Tahsin-travis-ci@users.noreply.github.com
|
381
325
|
- tituswormer@gmail.com
|
382
|
-
- tw@cloudcontrol.de
|
383
|
-
- pair+zg@pivotallabs.com
|
384
|
-
- e@zzak.io
|
385
326
|
- carla@travis-ci.org
|
386
327
|
- designerror@yandex.ru
|
387
328
|
- isaac.ardis@gmail.com
|
388
|
-
- jeffdh@gmail.com
|
389
|
-
- git@johnmuhl.com
|
390
329
|
- leland@lcweathers.net
|
391
330
|
executables:
|
392
331
|
- travis
|
@@ -595,11 +534,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
595
534
|
version: 2.3.0
|
596
535
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
597
536
|
requirements:
|
598
|
-
- - "
|
537
|
+
- - ">"
|
599
538
|
- !ruby/object:Gem::Version
|
600
|
-
version:
|
539
|
+
version: 1.3.1
|
601
540
|
requirements: []
|
602
|
-
rubygems_version: 3.
|
541
|
+
rubygems_version: 3.0.8
|
603
542
|
signing_key:
|
604
543
|
specification_version: 4
|
605
544
|
summary: Travis CI client
|