travis 1.10.0.pre.rc2 → 1.10.1.travis.1311.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 +17 -54
- data/assets/travis.sh +6 -3
- data/lib/travis/cli/init.rb +3 -2
- data/lib/travis/tools/assets.rb +2 -2
- data/lib/travis/tools/completion.rb +1 -1
- data/lib/travis/tools/notification.rb +0 -1
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +11 -80
- metadata +13 -82
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf07de268961f2fc5a04f64ca4d060de16c3854c4144f178d9d452341b4f8a0d
|
4
|
+
data.tar.gz: d40f634af879d427e99f3d749fd201f7f999b5a62488d8523517d55da390b046
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38799cdd393e5c84733c389c2748f347b5692f72512d12c8b466af74c25c8af1055cce545978f043f982abc6cffa011ccc268f08e66ea821162be4d601125a43
|
7
|
+
data.tar.gz: b06eabf2b7f4efcdc557747a04d5f2d4cb9bc288f0c1e2456d44a93d95fede0ff2465145a713c8c738bd7ac9264ae9e1786352f95087bb481ea0ae4fe55f91c1
|
data/README.md
CHANGED
@@ -2018,7 +2018,7 @@ If you do not have write access to the system gem directory, you'll need to perf
|
|
2018
2018
|
Now make sure everything is working:
|
2019
2019
|
|
2020
2020
|
$ travis version
|
2021
|
-
1.10.0
|
2021
|
+
1.10.0
|
2022
2022
|
|
2023
2023
|
See also [Note on Ubuntu](#ubuntu) below.
|
2024
2024
|
|
@@ -2041,11 +2041,12 @@ bundle exec bin/travis a-command # run your command
|
|
2041
2041
|
|
2042
2042
|
### Updating your Ruby
|
2043
2043
|
|
2044
|
-
If you have an outdated Ruby version,
|
2044
|
+
If you have an outdated Ruby version, or your OS doesn't come with Ruby pre-installed,
|
2045
|
+
you should use your package system or a Ruby Installer to install a recent Ruby.
|
2045
2046
|
|
2046
2047
|
#### Mac OS X via Homebrew
|
2047
2048
|
|
2048
|
-
|
2049
|
+
You can use [Homebrew](http://mxcl.github.io/homebrew/) to install a recent version:
|
2049
2050
|
|
2050
2051
|
$ brew install ruby
|
2051
2052
|
$ gem update --system
|
@@ -2056,28 +2057,14 @@ On Windows, we recommend using the [RubyInstaller](http://rubyinstaller.org/), w
|
|
2056
2057
|
|
2057
2058
|
#### Other Unix systems
|
2058
2059
|
|
2059
|
-
On other Unix systems, like Linux, use your package system to install Ruby.
|
2060
|
+
On other Unix systems, like Linux, use your package system to install Ruby.
|
2060
2061
|
|
2061
|
-
Debian:
|
2062
|
+
Debian, Ubuntu:
|
2062
2063
|
|
2063
|
-
$ sudo apt-get install ruby1.9.3 ruby1.9.3-dev ruby-switch
|
2064
|
-
$ sudo ruby-switch --set ruby1.9.3
|
2065
|
-
|
2066
|
-
Ubuntu:
|
2067
|
-
|
2068
|
-
$ sudo apt-get install python-software-properties
|
2069
|
-
$ sudo apt-add-repository ppa:brightbox/ruby-ng
|
2070
2064
|
$ sudo apt-get update
|
2071
|
-
$ sudo apt-get install
|
2072
|
-
$ sudo ruby-switch --set ruby2.1
|
2073
|
-
|
2074
|
-
Fedora:
|
2065
|
+
$ sudo apt-get install ruby
|
2075
2066
|
|
2076
|
-
|
2077
|
-
|
2078
|
-
Arch Linux:
|
2079
|
-
|
2080
|
-
$ sudo pacman -S ruby
|
2067
|
+
For other Linux distributions, refer to their respective documentation.
|
2081
2068
|
|
2082
2069
|
#### Ruby versioning tools
|
2083
2070
|
|
@@ -2087,45 +2074,21 @@ You can of course always compile Ruby from source, though then you are left with
|
|
2087
2074
|
|
2088
2075
|
### Troubleshooting
|
2089
2076
|
|
2090
|
-
#### Ubuntu
|
2091
|
-
|
2092
|
-
On certain versions of Ubuntu (e.g., 13.10), you need to install the corresponding `-dev` package
|
2093
|
-
in order to build the C extension on which `travis` gem depends.
|
2094
|
-
|
2095
|
-
For the stock Ubuntu 13.10, run:
|
2096
|
-
|
2097
|
-
$ sudo apt-get install ruby1.9.1-dev
|
2098
|
-
|
2099
|
-
If you updated to Ruby 2.1 as shown above:
|
2100
|
-
|
2101
|
-
$ sudo apt-get install ruby2.1-dev
|
2102
|
-
|
2103
|
-
For newer versions of Ubuntu (16.04 and above), it should be enough to run:
|
2104
|
-
|
2105
|
-
$ sudo apt-get install ruby-dev
|
2106
|
-
|
2107
|
-
If you have error about `mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h`
|
2108
|
-
```console
|
2109
|
-
# try to run following cmd
|
2110
|
-
sudo apt-get install ruby-dev libffi-dev make gcc -y
|
2111
|
-
sudo gem install travis
|
2112
|
-
```
|
2113
|
-
#### Mac OS X
|
2114
|
-
|
2115
|
-
If you start with a clean Mac OS X, you will have to install the XCode Command Line Tools, which are necessary for installing native extensions. You can do so via `xcode-select`:
|
2116
|
-
|
2117
|
-
$ xcode-select --install
|
2118
|
-
|
2119
|
-
Mac OS X 10.9.2 shipped with a slightly broken Ruby version. If you want to install the gem via the system Ruby and you get an error, you might have to run the following instead:
|
2120
|
-
|
2121
|
-
$ ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install travis
|
2122
|
-
|
2123
2077
|
#### Upgrading from travis-cli
|
2124
2078
|
|
2125
2079
|
If you have the old `travis-cli` gem installed, you should `gem uninstall travis-cli`, just to be sure, as it ships with an executable that is also named `travis`.
|
2126
2080
|
|
2127
2081
|
## Version History
|
2128
2082
|
|
2083
|
+
### 1.10.0 (September 22, 2020)
|
2084
|
+
|
2085
|
+
* Requires Ruby 2.3.0 or later (2.6.0 or later is recommended)
|
2086
|
+
* Display a meaningful message when Travis API is unavailable. https://github.com/travis-ci/travis.rb/issues/753
|
2087
|
+
* Eschew `which` to find a command on the system. https://github.com/travis-ci/travis.rb/pull/765
|
2088
|
+
* Fix `--list-github-token` flag. https://github.com/travis-ci/travis.rb/pull/766
|
2089
|
+
* FFI is no longer required. https://github.com/travis-ci/travis.rb/pull/758
|
2090
|
+
* Typhoeus is no longer required, but remains supported (used if installed). https://github.com/travis-ci/travis.rb/pull/756
|
2091
|
+
|
2129
2092
|
### 1.9.1 (May 19, 2020)
|
2130
2093
|
|
2131
2094
|
* Fix `--no-interactive` flag in `encrypt` and `encryt-file` commands https://github.com/travis-ci/travis.rb/pull/738
|
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" 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; }
|
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" 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" 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,6 +44,7 @@ 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. If omitted, use Typhoeus if it is installed, and Net::HTTP otherwise. See https://lostisland.github.io/faraday/adapters/ for more info]" "-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. If omitted, use Typhoeus if it is installed, and Net::HTTP otherwise. See https://lostisland.github.io/faraday/adapters/ for more info]" '*: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. If omitted, use Typhoeus if it is installed, and Net::HTTP otherwise. See https://lostisland.github.io/faraday/adapters/ for more info]" "-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. If omitted, use Typhoeus if it is installed, and Net::HTTP otherwise. See https://lostisland.github.io/faraday/adapters/ for more info]" "-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;;
|
47
48
|
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. If omitted, use Typhoeus if it is installed, and Net::HTTP otherwise. See https://lostisland.github.io/faraday/adapters/ for more info]" "-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;;
|
48
49
|
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. If omitted, use Typhoeus if it is installed, and Net::HTTP otherwise. See https://lostisland.github.io/faraday/adapters/ for more info]" "-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;;
|
49
50
|
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. If omitted, use Typhoeus if it is installed, and Net::HTTP otherwise. See https://lostisland.github.io/faraday/adapters/ for more info]" "--json[display as json]" "--no-json[display as json]" '*:file:_files' && return 0;;
|
@@ -66,7 +67,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
|
|
66
67
|
elif type compctl 1>/dev/null 2>/dev/null; then
|
67
68
|
compctl -K _travis travis
|
68
69
|
_travis() { read -cA words && _travis_complete $((${#words} - 1)) "${words[2]}"; }
|
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"); }
|
70
|
+
_travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "encrypt-file" "endpoint" "env" "help" "history" "init" "lint" "login" "logout" "logs" "monitor" "open" "pubkey" "raw" "report" "repos" "requests" "restart" "settings" "setup" "show" "sshkey" "status" "sync" "token" "version" "whatsup" "whoami"); }
|
70
71
|
_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"); }
|
71
72
|
_travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests maximum_number_of_builds auto_cancel_pushes auto_cancel_pull_requests); }
|
72
73
|
_travis_init() { reply=("bash" "c" "clojure" "cpp" "elixir" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
|
@@ -90,6 +91,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
|
|
90
91
|
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");;
|
91
92
|
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");;
|
92
93
|
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");;
|
93
95
|
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");;
|
94
96
|
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");;
|
95
97
|
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");;
|
@@ -112,7 +114,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
|
|
112
114
|
elif type complete 1>/dev/null 2>/dev/null; then
|
113
115
|
complete -F _travis travis
|
114
116
|
_travis() { _travis_complete "$COMP_CWORD" "${COMP_WORDS[1]}"; }
|
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]}") ); }
|
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 monitor open pubkey raw report repos requests restart settings setup show sshkey status sync token version whatsup whoami" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
116
118
|
_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]}") ); }
|
117
119
|
_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]}") ); }
|
118
120
|
_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]}") ); }
|
@@ -137,6 +139,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
|
|
137
139
|
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";;
|
138
140
|
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";;
|
139
141
|
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";;
|
140
143
|
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";;
|
141
144
|
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";;
|
142
145
|
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/init.rb
CHANGED
@@ -34,7 +34,8 @@ module Travis
|
|
34
34
|
attr_writer :travis_config
|
35
35
|
|
36
36
|
def self.languages
|
37
|
-
|
37
|
+
Dir[File.expand_path('init/*.yml', Travis::Tools::Assets::BASE)]
|
38
|
+
.map { |f| File.basename(f, '.yml') }.sort
|
38
39
|
end
|
39
40
|
|
40
41
|
def help
|
@@ -63,7 +64,7 @@ module Travis
|
|
63
64
|
private
|
64
65
|
|
65
66
|
def template_name(language)
|
66
|
-
asset_path("init/#{language}.yml")
|
67
|
+
asset_path("init/#{language}.yml")
|
67
68
|
end
|
68
69
|
|
69
70
|
def template(language)
|
data/lib/travis/tools/assets.rb
CHANGED
@@ -8,11 +8,11 @@ module Travis
|
|
8
8
|
def asset_path(file)
|
9
9
|
Pathname.glob(File.expand_path(file, BASE)).tap do |x|
|
10
10
|
raise Travis::Client::AssetNotFound.new(file) if x.empty?
|
11
|
-
end
|
11
|
+
end.first.to_s
|
12
12
|
end
|
13
13
|
|
14
14
|
def asset(file)
|
15
|
-
File.read(asset_path(file)
|
15
|
+
File.read(asset_path(file))
|
16
16
|
end
|
17
17
|
|
18
18
|
class << self
|
@@ -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']
|
50
|
+
File.write(Assets['travis.sh'], source)
|
51
51
|
end
|
52
52
|
end
|
53
53
|
end
|
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
# general info
|
4
4
|
s.name = "travis"
|
5
|
-
s.version = "1.10.0
|
5
|
+
s.version = "1.10.0"
|
6
6
|
s.required_ruby_version = ">= 2.3.0"
|
7
7
|
s.description = "CLI and Ruby client library for Travis CI"
|
8
8
|
s.homepage = "https://github.com/travis-ci/travis.rb"
|
@@ -12,34 +12,24 @@ 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",
|
41
32
|
"Alpha",
|
42
|
-
"Andreas Tiefenthaler",
|
43
33
|
"Beau Bouchard",
|
44
34
|
"Corinna Wiesner",
|
45
35
|
"David Rodr\xC3\xADguez",
|
@@ -49,100 +39,65 @@ Gem::Specification.new do |s|
|
|
49
39
|
"Ivan Pozdeev",
|
50
40
|
"Joep van Delft",
|
51
41
|
"Stefan Nordhausen",
|
52
|
-
"Thais Camilo and Konstantin Haase",
|
53
42
|
"Tobias Bieniek",
|
54
43
|
"Adam Baxter",
|
55
|
-
"Adam Lavin",
|
56
|
-
"Adrien Brault",
|
57
44
|
"Alfie John",
|
58
45
|
"Alo\xC3\xAFs Th\xC3\xA9venot",
|
59
46
|
"Basarat Ali Syed",
|
60
|
-
"Benjamin Manns",
|
61
47
|
"Christian H\xC3\xB6ltje",
|
62
48
|
"Dani Hodovic",
|
63
|
-
"Daniel Chatfield",
|
64
49
|
"Dominic Jodoin",
|
65
|
-
"
|
50
|
+
"Eli Schwartz",
|
66
51
|
"Eugene K",
|
67
|
-
"George Millo",
|
68
52
|
"Gunter Grodotzki",
|
69
53
|
"Harald Nordgren",
|
70
54
|
"HaraldNordgren",
|
71
55
|
"Igor",
|
72
56
|
"Iulian Onofrei",
|
73
57
|
"Jacob Atzen",
|
74
|
-
"Jacob Burkhart",
|
75
58
|
"James Nylen",
|
76
59
|
"Joe Rafaniello",
|
77
|
-
"Jon-Erik Schneiderhan",
|
78
60
|
"Jonas Chromik",
|
79
|
-
"Jonne Ha\xC3\x9F",
|
80
|
-
"Julia S.Simon",
|
81
|
-
"Justin Lambert",
|
82
|
-
"Laurent Petit",
|
83
|
-
"Maarten van Vliet",
|
84
61
|
"Marco Craveiro",
|
85
|
-
"
|
62
|
+
"Marek Marczykowski-G\xC3\xB3recki",
|
86
63
|
"Matt",
|
87
64
|
"Matteo Sumberaz",
|
88
|
-
"Matthias Bussonnier",
|
89
|
-
"Michael Mior",
|
90
65
|
"Michael S. Fischer",
|
91
|
-
"Miro Hron\xC4\x8Dok",
|
92
|
-
"Neamar",
|
93
66
|
"Nero Leung",
|
94
|
-
"Nicolas Bessi (nbessi)",
|
95
67
|
"Nikhil Owalekar",
|
96
68
|
"Peter Bengtsson",
|
97
69
|
"Peter Drake",
|
98
|
-
"Rapha\xC3\xABl Pinson",
|
99
|
-
"Rob Hoelz",
|
100
70
|
"Robert Grider",
|
101
71
|
"Robert Van Voorhees",
|
102
72
|
"Simon Cropp",
|
73
|
+
"Tahsin Hasan",
|
103
74
|
"Titus",
|
104
75
|
"Titus Wormer",
|
105
|
-
"Tobias Wilken",
|
106
|
-
"Zachary Gershman",
|
107
|
-
"Zachary Scott",
|
108
76
|
"designerror",
|
109
77
|
"ia",
|
110
|
-
"jeffdh",
|
111
|
-
"john muhl",
|
112
78
|
"slewt"
|
113
79
|
]
|
114
80
|
|
115
81
|
# generated from git shortlog -sne
|
116
82
|
s.email = [
|
117
|
-
"konstantin.mailinglists@googlemail.com",
|
118
83
|
"asari.ruby@gmail.com",
|
119
|
-
"
|
120
|
-
"aa1ronham@gmail.com",
|
84
|
+
"konstantin.mailinglists@googlemail.com",
|
121
85
|
"piotrm@travis-ci.org",
|
122
|
-
"me@henrikhodne.com",
|
123
86
|
"b@chromatin.ca",
|
124
|
-
"henrik@hodne.io",
|
125
|
-
"p.morsou@gmail.com",
|
126
87
|
"chrisg@luminal.io",
|
127
88
|
"joe@corcoran.io",
|
128
|
-
"peter.van.dijk@netherlabs.nl",
|
129
89
|
"me@svenfuchs.com",
|
130
90
|
"josh.kalderimis@gmail.com",
|
131
|
-
"drogus@gmail.com",
|
132
91
|
"kzhu@us.ibm.com",
|
133
|
-
"
|
92
|
+
"drogus@gmail.com",
|
134
93
|
"renee@travis-ci.org",
|
135
94
|
"aakritigupta@users.noreply.github.com",
|
136
|
-
"me@xjunior.me",
|
137
|
-
"dan@meatballhat.com",
|
138
95
|
"mariadeanton@gmail.com",
|
139
|
-
"meyer@paperplanes.de",
|
140
96
|
"matt.toothman@aver.io",
|
141
97
|
"carlad@users.noreply.github.com",
|
142
98
|
"coolsamar207@gmail.com",
|
143
99
|
"aakriti@travis-ci.org",
|
144
100
|
"AlphaWong@users.noreply.github.com",
|
145
|
-
"at@an-ti.eu",
|
146
101
|
"127320+BeauBouchard@users.noreply.github.com",
|
147
102
|
"wiesner@avarteq.de",
|
148
103
|
"deivid.rodriguez@gmail.com",
|
@@ -151,67 +106,43 @@ Gem::Specification.new do |s|
|
|
151
106
|
"igor@travis-ci.org",
|
152
107
|
"vano@mail.mipt.ru",
|
153
108
|
"stefan.nordhausen@immobilienscout24.de",
|
154
|
-
"dev+narwen+rkh@rkh.im",
|
155
109
|
"tobias.bieniek@gmail.com",
|
156
110
|
"github@voltagex.org",
|
157
|
-
"adam@lavoaster.co.uk",
|
158
|
-
"adrien.brault@gmail.com",
|
159
111
|
"33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf",
|
160
112
|
"aloisthevenot@srxp.com",
|
161
113
|
"basaratali@gmail.com",
|
162
|
-
"benmanns@gmail.com",
|
163
114
|
"docwhat@gerf.org",
|
164
115
|
"danihodovic@users.noreply.github.com",
|
165
|
-
"chatfielddaniel@gmail.com",
|
166
116
|
"dominic@travis-ci.com",
|
167
|
-
"
|
117
|
+
"eschwartz@archlinux.org",
|
168
118
|
"34233075+eugene-kulak@users.noreply.github.com",
|
169
|
-
"georgejulianmillo@gmail.com",
|
170
119
|
"gunter@grodotzki.co.za",
|
171
120
|
"haraldnordgren@gmail.com",
|
172
121
|
"igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com",
|
173
122
|
"6d0847b9@opayq.com",
|
174
123
|
"jatzen@gmail.com",
|
175
|
-
"jburkhart@engineyard.com",
|
176
124
|
"jnylen@gmail.com",
|
177
125
|
"jrafanie@users.noreply.github.com",
|
178
126
|
"joep@travis-ci.org",
|
179
127
|
"joepvd@users.noreply.github.com",
|
180
|
-
"jon-erik.schneiderhan@meyouhealth.com",
|
181
128
|
"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
129
|
"marco.craveiro@gmail.com",
|
188
|
-
"
|
130
|
+
"marmarek@invisiblethingslab.com",
|
189
131
|
"mtoothman@users.noreply.github.com",
|
190
132
|
"gnappoms@gmail.com",
|
191
|
-
"bussonniermatthias@gmail.com",
|
192
|
-
"mmior@uwaterloo.ca",
|
193
133
|
"mfischer@zendesk.com",
|
194
|
-
"miro@hroncok.cz",
|
195
|
-
"neamar@neamar.fr",
|
196
134
|
"neroleung@gmail.com",
|
197
|
-
"nbessi@users.noreply.github.com",
|
198
135
|
"nowalekar@tigetext.com",
|
199
136
|
"peterbe@mozilla.com",
|
200
137
|
"peter.drake@acquia.com",
|
201
|
-
"raphael.pinson@camptocamp.com",
|
202
|
-
"rob@hoelz.ro",
|
203
138
|
"robert.grider@northwestern.edu",
|
204
139
|
"rcvanvo@gmail.com",
|
205
140
|
"simon.cropp@gmail.com",
|
141
|
+
"51903216+Tahsin-travis-ci@users.noreply.github.com",
|
206
142
|
"tituswormer@gmail.com",
|
207
|
-
"tw@cloudcontrol.de",
|
208
|
-
"pair+zg@pivotallabs.com",
|
209
|
-
"e@zzak.io",
|
210
143
|
"carla@travis-ci.org",
|
211
144
|
"designerror@yandex.ru",
|
212
145
|
"isaac.ardis@gmail.com",
|
213
|
-
"jeffdh@gmail.com",
|
214
|
-
"git@johnmuhl.com",
|
215
146
|
"leland@lcweathers.net"
|
216
147
|
]
|
217
148
|
|
metadata
CHANGED
@@ -1,37 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.1.travis.1311.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
|
33
24
|
- Alpha
|
34
|
-
- Andreas Tiefenthaler
|
35
25
|
- Beau Bouchard
|
36
26
|
- Corinna Wiesner
|
37
27
|
- David Rodríguez
|
@@ -41,71 +31,47 @@ authors:
|
|
41
31
|
- Ivan Pozdeev
|
42
32
|
- Joep van Delft
|
43
33
|
- Stefan Nordhausen
|
44
|
-
- Thais Camilo and Konstantin Haase
|
45
34
|
- Tobias Bieniek
|
46
35
|
- Adam Baxter
|
47
|
-
- Adam Lavin
|
48
|
-
- Adrien Brault
|
49
36
|
- Alfie John
|
50
37
|
- Aloïs Thévenot
|
51
38
|
- Basarat Ali Syed
|
52
|
-
- Benjamin Manns
|
53
39
|
- Christian Höltje
|
54
40
|
- Dani Hodovic
|
55
|
-
- Daniel Chatfield
|
56
41
|
- Dominic Jodoin
|
57
|
-
-
|
42
|
+
- Eli Schwartz
|
58
43
|
- Eugene K
|
59
|
-
- George Millo
|
60
44
|
- Gunter Grodotzki
|
61
45
|
- Harald Nordgren
|
62
46
|
- HaraldNordgren
|
63
47
|
- Igor
|
64
48
|
- Iulian Onofrei
|
65
49
|
- Jacob Atzen
|
66
|
-
- Jacob Burkhart
|
67
50
|
- James Nylen
|
68
51
|
- Joe Rafaniello
|
69
|
-
- Jon-Erik Schneiderhan
|
70
52
|
- Jonas Chromik
|
71
|
-
- Jonne Haß
|
72
|
-
- Julia S.Simon
|
73
|
-
- Justin Lambert
|
74
|
-
- Laurent Petit
|
75
|
-
- Maarten van Vliet
|
76
53
|
- Marco Craveiro
|
77
|
-
-
|
54
|
+
- Marek Marczykowski-Górecki
|
78
55
|
- Matt
|
79
56
|
- Matteo Sumberaz
|
80
|
-
- Matthias Bussonnier
|
81
|
-
- Michael Mior
|
82
57
|
- Michael S. Fischer
|
83
|
-
- Miro Hrončok
|
84
|
-
- Neamar
|
85
58
|
- Nero Leung
|
86
|
-
- Nicolas Bessi (nbessi)
|
87
59
|
- Nikhil Owalekar
|
88
60
|
- Peter Bengtsson
|
89
61
|
- Peter Drake
|
90
|
-
- Raphaël Pinson
|
91
|
-
- Rob Hoelz
|
92
62
|
- Robert Grider
|
93
63
|
- Robert Van Voorhees
|
94
64
|
- Simon Cropp
|
65
|
+
- Tahsin Hasan
|
95
66
|
- Titus
|
96
67
|
- Titus Wormer
|
97
|
-
- Tobias Wilken
|
98
|
-
- Zachary Gershman
|
99
|
-
- Zachary Scott
|
100
68
|
- designerror
|
101
69
|
- ia
|
102
|
-
- jeffdh
|
103
|
-
- john muhl
|
104
70
|
- slewt
|
105
71
|
autorequire:
|
106
72
|
bindir: bin
|
107
73
|
cert_chain: []
|
108
|
-
date: 2020-
|
74
|
+
date: 2020-10-08 00:00:00.000000000 Z
|
109
75
|
dependencies:
|
110
76
|
- !ruby/object:Gem::Dependency
|
111
77
|
name: faraday
|
@@ -269,35 +235,24 @@ dependencies:
|
|
269
235
|
version: '0.6'
|
270
236
|
description: CLI and Ruby client library for Travis CI
|
271
237
|
email:
|
272
|
-
- konstantin.mailinglists@googlemail.com
|
273
238
|
- asari.ruby@gmail.com
|
274
|
-
-
|
275
|
-
- aa1ronham@gmail.com
|
239
|
+
- konstantin.mailinglists@googlemail.com
|
276
240
|
- piotrm@travis-ci.org
|
277
|
-
- me@henrikhodne.com
|
278
241
|
- b@chromatin.ca
|
279
|
-
- henrik@hodne.io
|
280
|
-
- p.morsou@gmail.com
|
281
242
|
- chrisg@luminal.io
|
282
243
|
- joe@corcoran.io
|
283
|
-
- peter.van.dijk@netherlabs.nl
|
284
244
|
- me@svenfuchs.com
|
285
245
|
- josh.kalderimis@gmail.com
|
286
|
-
- drogus@gmail.com
|
287
246
|
- kzhu@us.ibm.com
|
288
|
-
-
|
247
|
+
- drogus@gmail.com
|
289
248
|
- renee@travis-ci.org
|
290
249
|
- aakritigupta@users.noreply.github.com
|
291
|
-
- me@xjunior.me
|
292
|
-
- dan@meatballhat.com
|
293
250
|
- mariadeanton@gmail.com
|
294
|
-
- meyer@paperplanes.de
|
295
251
|
- matt.toothman@aver.io
|
296
252
|
- carlad@users.noreply.github.com
|
297
253
|
- coolsamar207@gmail.com
|
298
254
|
- aakriti@travis-ci.org
|
299
255
|
- AlphaWong@users.noreply.github.com
|
300
|
-
- at@an-ti.eu
|
301
256
|
- 127320+BeauBouchard@users.noreply.github.com
|
302
257
|
- wiesner@avarteq.de
|
303
258
|
- deivid.rodriguez@gmail.com
|
@@ -306,67 +261,43 @@ email:
|
|
306
261
|
- igor@travis-ci.org
|
307
262
|
- vano@mail.mipt.ru
|
308
263
|
- stefan.nordhausen@immobilienscout24.de
|
309
|
-
- dev+narwen+rkh@rkh.im
|
310
264
|
- tobias.bieniek@gmail.com
|
311
265
|
- github@voltagex.org
|
312
|
-
- adam@lavoaster.co.uk
|
313
|
-
- adrien.brault@gmail.com
|
314
266
|
- 33c6c91f3bb4a391082e8a29642cafaf@alfie.wtf
|
315
267
|
- aloisthevenot@srxp.com
|
316
268
|
- basaratali@gmail.com
|
317
|
-
- benmanns@gmail.com
|
318
269
|
- docwhat@gerf.org
|
319
270
|
- danihodovic@users.noreply.github.com
|
320
|
-
- chatfielddaniel@gmail.com
|
321
271
|
- dominic@travis-ci.com
|
322
|
-
-
|
272
|
+
- eschwartz@archlinux.org
|
323
273
|
- 34233075+eugene-kulak@users.noreply.github.com
|
324
|
-
- georgejulianmillo@gmail.com
|
325
274
|
- gunter@grodotzki.co.za
|
326
275
|
- haraldnordgren@gmail.com
|
327
276
|
- igorwwwwwwwwwwwwwwwwwwww@users.noreply.github.com
|
328
277
|
- 6d0847b9@opayq.com
|
329
278
|
- jatzen@gmail.com
|
330
|
-
- jburkhart@engineyard.com
|
331
279
|
- jnylen@gmail.com
|
332
280
|
- jrafanie@users.noreply.github.com
|
333
281
|
- joep@travis-ci.org
|
334
282
|
- joepvd@users.noreply.github.com
|
335
|
-
- jon-erik.schneiderhan@meyouhealth.com
|
336
283
|
- Jonas.Chromik@student.hpi.uni-potsdam.de
|
337
|
-
- me@jhass.eu
|
338
|
-
- julia.simon@biicode.com
|
339
|
-
- jlambert@eml.cc
|
340
|
-
- laurent.petit@gmail.com
|
341
|
-
- maartenvanvliet@gmail.com
|
342
284
|
- marco.craveiro@gmail.com
|
343
|
-
-
|
285
|
+
- marmarek@invisiblethingslab.com
|
344
286
|
- mtoothman@users.noreply.github.com
|
345
287
|
- gnappoms@gmail.com
|
346
|
-
- bussonniermatthias@gmail.com
|
347
|
-
- mmior@uwaterloo.ca
|
348
288
|
- mfischer@zendesk.com
|
349
|
-
- miro@hroncok.cz
|
350
|
-
- neamar@neamar.fr
|
351
289
|
- neroleung@gmail.com
|
352
|
-
- nbessi@users.noreply.github.com
|
353
290
|
- nowalekar@tigetext.com
|
354
291
|
- peterbe@mozilla.com
|
355
292
|
- peter.drake@acquia.com
|
356
|
-
- raphael.pinson@camptocamp.com
|
357
|
-
- rob@hoelz.ro
|
358
293
|
- robert.grider@northwestern.edu
|
359
294
|
- rcvanvo@gmail.com
|
360
295
|
- simon.cropp@gmail.com
|
296
|
+
- 51903216+Tahsin-travis-ci@users.noreply.github.com
|
361
297
|
- tituswormer@gmail.com
|
362
|
-
- tw@cloudcontrol.de
|
363
|
-
- pair+zg@pivotallabs.com
|
364
|
-
- e@zzak.io
|
365
298
|
- carla@travis-ci.org
|
366
299
|
- designerror@yandex.ru
|
367
300
|
- isaac.ardis@gmail.com
|
368
|
-
- jeffdh@gmail.com
|
369
|
-
- git@johnmuhl.com
|
370
301
|
- leland@lcweathers.net
|
371
302
|
executables:
|
372
303
|
- travis
|
@@ -579,7 +510,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
579
510
|
- !ruby/object:Gem::Version
|
580
511
|
version: 1.3.1
|
581
512
|
requirements: []
|
582
|
-
rubygems_version: 3.
|
513
|
+
rubygems_version: 3.0.8
|
583
514
|
signing_key:
|
584
515
|
specification_version: 4
|
585
516
|
summary: Travis CI client
|