travis 1.7.3.travis.653.5 → 1.7.3
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 +5 -13
- data/README.md +10 -2
- data/assets/travis.sh +5 -5
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +23 -19
- metadata +59 -54
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
NzhhMGJkODc2MzE1YTJkZmVhYTVjNmIwOWM2MDRlNDFjMjBjYmM4NA==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 7d22287de00ea12a49fd3e0ac1ce335141f2d3c1
|
|
4
|
+
data.tar.gz: cd21f89eb01d02781261427e5dc5dea3b5b960c8
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
YjEzYjM0MGE4NzRjMzgzNzJlOTRlNGFlZDQyYmNhN2EwYjQ0ZDFiYTg2NjE0
|
|
11
|
-
OGNlZTQzMmUyZjMyM2VlMmEzZjYzOTkwYzdjMmMyNDhjMDdlMjM=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
YTdhNzVmMDZhNmJhOGNhNzNjNjJmNmQ3NzJiYTQ3NjU3MDBlZTgwZDNiMzg5
|
|
14
|
-
MmFhZDZlNTExOWViNmY1NjEyZGZmMzNmZTYzZjliMTUzY2M5NmE4NmJlNmI0
|
|
15
|
-
ZGIyNTJiMWZkMDNjMTM0MWU1ZDYzNzc3NmQ0YjgzZDY0YTJiMDg=
|
|
6
|
+
metadata.gz: 6186b1cb301a1226544c3bfe8c80eb6eac4b2d345fa3e331222124c5e1cecfb55520ddc916fcaa80c97e54c8806146da9120cc663b9a7724df73ed2bc882b466
|
|
7
|
+
data.tar.gz: cf019f53f0da110a13f9569ca9b5360585c250c555b369005320760c52bede9c9e65429763b1bd5446a4e8b3220ac8a82e109d20319459818aa4455794195122
|
data/README.md
CHANGED
|
@@ -1966,12 +1966,12 @@ You can check your Ruby version by running `ruby -v`:
|
|
|
1966
1966
|
|
|
1967
1967
|
Then run:
|
|
1968
1968
|
|
|
1969
|
-
$ gem install travis -v 1.7.
|
|
1969
|
+
$ gem install travis -v 1.7.3 --no-rdoc --no-ri
|
|
1970
1970
|
|
|
1971
1971
|
Now make sure everything is working:
|
|
1972
1972
|
|
|
1973
1973
|
$ travis version
|
|
1974
|
-
1.7.
|
|
1974
|
+
1.7.3
|
|
1975
1975
|
|
|
1976
1976
|
See also [Note on Ubuntu](#note-on-ubuntu) below.
|
|
1977
1977
|
|
|
@@ -2060,6 +2060,14 @@ If you have the old `travis-cli` gem installed, you should `gem uninstall travis
|
|
|
2060
2060
|
|
|
2061
2061
|
## Version History
|
|
2062
2062
|
|
|
2063
|
+
**1.7.3** (November 10, 2014)
|
|
2064
|
+
|
|
2065
|
+
* Add `travis setup biicode`
|
|
2066
|
+
* Add `travis env clear`
|
|
2067
|
+
* Print error message if `travis login` is run for a GitHub account unknown to the Travis CI setup.
|
|
2068
|
+
* Fix bug in S3 ACL settings.
|
|
2069
|
+
* Make `travis console` work with newer pry versions.
|
|
2070
|
+
|
|
2063
2071
|
**1.7.2** (September 17, 2014)
|
|
2064
2072
|
|
|
2065
2073
|
* Add `travis setup elasticbeanstalk`.
|
data/assets/travis.sh
CHANGED
|
@@ -36,7 +36,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
|
|
|
36
36
|
encrypt) _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/']" "--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]" "-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]" "-a[adds it to .travis.yml under KEY (default: env.global)]" "--add[adds it to .travis.yml under KEY (default: env.global)]" "-s[treat each line as a separate input]" "--split[treat each line as a separate input]" "--no-split[treat each line as a separate input]" "-p[don't override existing values, instead treat as list]" "--append[don't override existing values, instead treat as list]" "-x[override existing value]" "--override[override existing value]" '*:file:_files' && return 0;;
|
|
37
37
|
encrypt-file) _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/']" "--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]" "-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]" "-K[encryption key to be used (randomly generated otherwise)]" "--key[encryption key to be used (randomly generated otherwise)]" "--iv[encryption IV to be used (randomly generated otherwise)]" "-d[decrypt the file instead of encrypting it, requires key and iv]" "--decrypt[decrypt the file instead of encrypting it, requires key and iv]" "-f[override output file if it exists]" "--force[override output file if it exists]" "-p[print (possibly generated) key and iv]" "--print-key[print (possibly generated) key and iv]" "-w[where to write the decrypted file to on the Travis CI VM]" "--decrypt-to[where to write the decrypted file to on the Travis CI VM]" "-a[automatically add command to .travis.yml (default stage is before_install)]" "--add[automatically add command to .travis.yml (default stage is before_install)]" '*:file:_files' && return 0;;
|
|
38
38
|
endpoint) _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/']" "--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]" "-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]" "--drop-default[delete stored default endpoint]" "--set-default[store endpoint as global default]" "--github[display github endpoint]" '*:file:_files' && return 0;;
|
|
39
|
-
env) _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/']" "--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]" "-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[make new values public]" "--public[make new values public]" "--no-public[make new values public]" "-p[make new values private]" "--private[make new values private]" "--no-private[make new values private]" "-u[do not escape values]" "--unescape[do not escape values]" "--no-unescape[do not escape values]" '*:file:_files' && return 0;;
|
|
39
|
+
env) _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/']" "--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]" "-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[make new values public]" "--public[make new values public]" "--no-public[make new values public]" "-p[make new values private]" "--private[make new values private]" "--no-private[make new values private]" "-u[do not escape values]" "--unescape[do not escape values]" "--no-unescape[do not escape values]" "-f[do not ask for confirmation when clearing out all variables]" "--force[do not ask for confirmation when clearing out all variables]" '*:file:_files' && return 0;;
|
|
40
40
|
help) _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]" '*:file:_files' && return 0;;
|
|
41
41
|
history) _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/']" "--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]" "-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]" "-a[Only show history after a given build number]" "--after[Only show history after a given build number]" "-p[Only show history for the given Pull Request]" "--pull-request[Only show history for the given Pull Request]" "-b[Only show history for the given branch]" "--branch[Only show history for the given branch]" "-l[Maximum number of history items]" "--limit[Maximum number of history items]" "-d[Include date in output]" "--date[Include date in output]" "-c[Include committer in output]" "--committer[Include committer in output]" "--all[Display all history items]" "--no-all[Display all history items]" '*:file:_files' && return 0;;
|
|
42
42
|
init) _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/']" "--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]" "-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]" "-s[don't trigger a sync if the repo is unknown]" "--skip-sync[don't trigger a sync if the repo is unknown]" "-f[override .travis.yml if it already exists]" "--force[override .travis.yml if it already exists]" "-k[do not enable project, only add .travis.yml]" "--skip-enable[do not enable project, only add .travis.yml]" "-p[print generated config instead of writing to file]" "--print-conf[print generated config instead of writing to file]" "--script[sets script option in .travis.yml (can be used more than once)]" "--before-script[sets before_script option in .travis.yml (can be used more than once)]" "--after-script[sets after_script option in .travis.yml (can be used more than once)]" "--after-success[sets after_success option in .travis.yml (can be used more than once)]" "--install[sets install option in .travis.yml (can be used more than once)]" "--before-install[sets before_install option in .travis.yml (can be used more than once)]" "--compiler[sets compiler option in .travis.yml (can be used more than once)]" "--otp-release[sets otp_release option in .travis.yml (can be used more than once)]" "--go[sets go option in .travis.yml (can be used more than once)]" "--jdk[sets jdk option in .travis.yml (can be used more than once)]" "--node-js[sets node_js option in .travis.yml (can be used more than once)]" "--perl[sets perl option in .travis.yml (can be used more than once)]" "--php[sets php option in .travis.yml (can be used more than once)]" "--python[sets python option in .travis.yml (can be used more than once)]" "--rvm[sets rvm option in .travis.yml (can be used more than once)]" "--scala[sets scala option in .travis.yml (can be used more than once)]" "--env[sets env option in .travis.yml (can be used more than once)]" "--gemfile[sets gemfile option in .travis.yml (can be used more than once)]" '*:file:_files' && return 0;;
|
|
@@ -68,7 +68,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
|
|
|
68
68
|
compctl -K _travis travis
|
|
69
69
|
_travis() { read -cA words && _travis_complete $((${#words} - 1)) "${words[2]}"; }
|
|
70
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"); }
|
|
71
|
-
_travis_setup() { reply=("appfog" "artifacts" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "deis" "divshot" "elasticbeanstalk" "engineyard" "gcs" "hackage" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s3" "sauce_connect"); }
|
|
71
|
+
_travis_setup() { reply=("appfog" "artifacts" "biicode" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "deis" "divshot" "elasticbeanstalk" "engineyard" "gcs" "hackage" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s3" "sauce_connect"); }
|
|
72
72
|
_travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests maximum_number_of_builds); }
|
|
73
73
|
_travis_init() { reply=("c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
|
|
74
74
|
_travis_option() {
|
|
@@ -83,7 +83,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
|
|
|
83
83
|
encrypt) 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" "--org" "--staging" "--token" "-t" "--debug" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--add" "-a" "--split" "--no-split" "-s" "--append" "-p" "--override" "-x");;
|
|
84
84
|
encrypt-file) 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" "--org" "--staging" "--token" "-t" "--debug" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--key" "-K" "--iv" "--decrypt" "-d" "--force" "-f" "--print-key" "-p" "--decrypt-to" "-w" "--add" "-a");;
|
|
85
85
|
endpoint) 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" "--org" "--staging" "--token" "-t" "--debug" "--enterprise" "-X" "--adapter" "--drop-default" "--set-default" "--github");;
|
|
86
|
-
env) 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" "--org" "--staging" "--token" "-t" "--debug" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--public" "--no-public" "-P" "--private" "--no-private" "-p" "--unescape" "--no-unescape" "-u");;
|
|
86
|
+
env) 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" "--org" "--staging" "--token" "-t" "--debug" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--public" "--no-public" "-P" "--private" "--no-private" "-p" "--unescape" "--no-unescape" "-u" "--force" "-f");;
|
|
87
87
|
help) reply=("--help" "-h" "--interactive" "--no-interactive" "-i" "--explode" "--no-explode" "-E" "--skip-version-check" "--skip-completion-check");;
|
|
88
88
|
history) 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" "--org" "--staging" "--token" "-t" "--debug" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--after" "-a" "--pull-request" "-p" "--branch" "-b" "--limit" "-l" "--date" "-d" "--committer" "-c" "--all" "--no-all");;
|
|
89
89
|
init) 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" "--org" "--staging" "--token" "-t" "--debug" "--enterprise" "-X" "--adapter" "--repo" "-r" "--store-repo" "-R" "--skip-sync" "-s" "--force" "-f" "--skip-enable" "-k" "--print-conf" "-p" "--script" "--before-script" "--after-script" "--after-success" "--install" "--before-install" "--compiler" "--otp-release" "--go" "--jdk" "--node-js" "--perl" "--php" "--python" "--rvm" "--scala" "--env" "--gemfile");;
|
|
@@ -115,7 +115,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
|
|
|
115
115
|
complete -F _travis travis
|
|
116
116
|
_travis() { _travis_complete "$COMP_CWORD" "${COMP_WORDS[1]}"; }
|
|
117
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]}") ); }
|
|
118
|
-
_travis_setup() { COMPREPLY=( $(compgen -W "appfog artifacts cloudcontrol cloudfiles cloudfoundry cloud66 deis divshot elasticbeanstalk engineyard gcs hackage heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s3 sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
|
118
|
+
_travis_setup() { COMPREPLY=( $(compgen -W "appfog artifacts biicode cloudcontrol cloudfiles cloudfoundry cloud66 deis divshot elasticbeanstalk engineyard gcs hackage heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s3 sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
|
119
119
|
_travis_settings() { COMPREPLY=( $(compgen -W "builds_only_with_travis_yml build_pushes build_pull_requests maximum_number_of_builds" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
|
120
120
|
_travis_init() { COMPREPLY=( $(compgen -W ""c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
|
121
121
|
_travis_option() {
|
|
@@ -131,7 +131,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
|
|
|
131
131
|
encrypt) 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 --org --staging --token -t --debug --enterprise -X --adapter --repo -r --store-repo -R --add -a --split --no-split -s --append -p --override -x";;
|
|
132
132
|
encrypt-file) 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 --org --staging --token -t --debug --enterprise -X --adapter --repo -r --store-repo -R --key -K --iv --decrypt -d --force -f --print-key -p --decrypt-to -w --add -a";;
|
|
133
133
|
endpoint) 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 --org --staging --token -t --debug --enterprise -X --adapter --drop-default --set-default --github";;
|
|
134
|
-
env) 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 --org --staging --token -t --debug --enterprise -X --adapter --repo -r --store-repo -R --public --no-public -P --private --no-private -p --unescape --no-unescape -u";;
|
|
134
|
+
env) 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 --org --staging --token -t --debug --enterprise -X --adapter --repo -r --store-repo -R --public --no-public -P --private --no-private -p --unescape --no-unescape -u --force -f";;
|
|
135
135
|
help) options="--help -h --interactive --no-interactive -i --explode --no-explode -E --skip-version-check --skip-completion-check";;
|
|
136
136
|
history) 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 --org --staging --token -t --debug --enterprise -X --adapter --repo -r --store-repo -R --after -a --pull-request -p --branch -b --limit -l --date -d --committer -c --all --no-all";;
|
|
137
137
|
init) 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 --org --staging --token -t --debug --enterprise -X --adapter --repo -r --store-repo -R --skip-sync -s --force -f --skip-enable -k --print-conf -p --script --before-script --after-script --after-success --install --before-install --compiler --otp-release --go --jdk --node-js --perl --php --python --rvm --scala --env --gemfile";;
|
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
# general infos
|
|
4
4
|
s.name = "travis"
|
|
5
|
-
s.version = "1.7.
|
|
5
|
+
s.version = "1.7.3"
|
|
6
6
|
s.description = "CLI and Ruby client library for Travis CI"
|
|
7
7
|
s.homepage = "https://github.com/travis-ci/travis.rb"
|
|
8
8
|
s.summary = "Travis CI client"
|
|
@@ -14,27 +14,29 @@ Gem::Specification.new do |s|
|
|
|
14
14
|
"Konstantin Haase",
|
|
15
15
|
"Hiro Asari",
|
|
16
16
|
"Henrik Hodne",
|
|
17
|
-
"Aaron Hill",
|
|
18
17
|
"joshua-anderson",
|
|
18
|
+
"Aaron Hill",
|
|
19
19
|
"Peter Souter",
|
|
20
20
|
"Peter van Dijk",
|
|
21
21
|
"Max Barnash",
|
|
22
22
|
"Dan Buch",
|
|
23
|
-
"Mathias Meyer",
|
|
24
23
|
"Carlos Palhares",
|
|
24
|
+
"Mathias Meyer",
|
|
25
25
|
"Thais Camilo and Konstantin Haase",
|
|
26
|
+
"Josh Kalderimis",
|
|
27
|
+
"Julia S.Simon",
|
|
26
28
|
"Justin Lambert",
|
|
27
|
-
"
|
|
29
|
+
"Adrien Brault",
|
|
28
30
|
"Laurent Petit",
|
|
29
31
|
"Maarten van Vliet",
|
|
30
32
|
"Mario Visic",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
+
"Adam Lavin",
|
|
34
|
+
"Benjamin Manns",
|
|
33
35
|
"Michael Mior",
|
|
34
36
|
"Miro Hron\xC4\x8Dok",
|
|
35
37
|
"Neamar",
|
|
36
38
|
"Nicolas Bessi (nbessi)",
|
|
37
|
-
"
|
|
39
|
+
"Eric Herot",
|
|
38
40
|
"Daniel Chatfield",
|
|
39
41
|
"Piotr Sarnacki",
|
|
40
42
|
"Rapha\xC3\xABl Pinson",
|
|
@@ -42,9 +44,9 @@ Gem::Specification.new do |s|
|
|
|
42
44
|
"Zachary Gershman",
|
|
43
45
|
"Zachary Scott",
|
|
44
46
|
"jeffdh",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
47
|
+
"john muhl",
|
|
48
|
+
"Jonne Ha\xC3\x9F",
|
|
49
|
+
"Jacob Burkhart"
|
|
48
50
|
]
|
|
49
51
|
|
|
50
52
|
# generated from git shortlog -sne
|
|
@@ -52,27 +54,29 @@ Gem::Specification.new do |s|
|
|
|
52
54
|
"konstantin.mailinglists@googlemail.com",
|
|
53
55
|
"asari.ruby@gmail.com",
|
|
54
56
|
"me@henrikhodne.com",
|
|
55
|
-
"aa1ronham@gmail.com",
|
|
56
57
|
"j@zatigo.com",
|
|
58
|
+
"aa1ronham@gmail.com",
|
|
57
59
|
"p.morsou@gmail.com",
|
|
58
60
|
"peter.van.dijk@netherlabs.nl",
|
|
59
61
|
"i.am@anhero.ru",
|
|
60
62
|
"dan@meatballhat.com",
|
|
61
|
-
"meyer@paperplanes.de",
|
|
62
63
|
"me@xjunior.me",
|
|
64
|
+
"meyer@paperplanes.de",
|
|
63
65
|
"dev+narwen+rkh@rkh.im",
|
|
66
|
+
"josh.kalderimis@gmail.com",
|
|
67
|
+
"julia.simon@biicode.com",
|
|
64
68
|
"jlambert@eml.cc",
|
|
65
|
-
"
|
|
69
|
+
"adrien.brault@gmail.com",
|
|
66
70
|
"laurent.petit@gmail.com",
|
|
67
71
|
"maartenvanvliet@gmail.com",
|
|
68
72
|
"mario@mariovisic.com",
|
|
69
|
-
"
|
|
70
|
-
"
|
|
73
|
+
"adam@lavoaster.co.uk",
|
|
74
|
+
"benmanns@gmail.com",
|
|
71
75
|
"mmior@uwaterloo.ca",
|
|
72
76
|
"miro@hroncok.cz",
|
|
73
77
|
"neamar@neamar.fr",
|
|
74
78
|
"nbessi@users.noreply.github.com",
|
|
75
|
-
"
|
|
79
|
+
"eric.github@herot.com",
|
|
76
80
|
"chatfielddaniel@gmail.com",
|
|
77
81
|
"drogus@gmail.com",
|
|
78
82
|
"raphael.pinson@camptocamp.com",
|
|
@@ -80,9 +84,9 @@ Gem::Specification.new do |s|
|
|
|
80
84
|
"pair+zg@pivotallabs.com",
|
|
81
85
|
"e@zzak.io",
|
|
82
86
|
"jeffdh@gmail.com",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
87
|
+
"git@johnmuhl.com",
|
|
88
|
+
"me@jhass.eu",
|
|
89
|
+
"jburkhart@engineyard.com"
|
|
86
90
|
]
|
|
87
91
|
|
|
88
92
|
# generated from git ls-files
|
metadata
CHANGED
|
@@ -1,33 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: travis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.3
|
|
4
|
+
version: 1.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
- Hiro Asari
|
|
9
9
|
- Henrik Hodne
|
|
10
|
-
- Aaron Hill
|
|
11
10
|
- joshua-anderson
|
|
11
|
+
- Aaron Hill
|
|
12
12
|
- Peter Souter
|
|
13
13
|
- Peter van Dijk
|
|
14
14
|
- Max Barnash
|
|
15
15
|
- Dan Buch
|
|
16
|
-
- Mathias Meyer
|
|
17
16
|
- Carlos Palhares
|
|
17
|
+
- Mathias Meyer
|
|
18
18
|
- Thais Camilo and Konstantin Haase
|
|
19
|
+
- Josh Kalderimis
|
|
20
|
+
- Julia S.Simon
|
|
19
21
|
- Justin Lambert
|
|
20
|
-
-
|
|
22
|
+
- Adrien Brault
|
|
21
23
|
- Laurent Petit
|
|
22
24
|
- Maarten van Vliet
|
|
23
25
|
- Mario Visic
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
+
- Adam Lavin
|
|
27
|
+
- Benjamin Manns
|
|
26
28
|
- Michael Mior
|
|
27
29
|
- Miro Hrončok
|
|
28
30
|
- Neamar
|
|
29
31
|
- Nicolas Bessi (nbessi)
|
|
30
|
-
-
|
|
32
|
+
- Eric Herot
|
|
31
33
|
- Daniel Chatfield
|
|
32
34
|
- Piotr Sarnacki
|
|
33
35
|
- Raphaël Pinson
|
|
@@ -35,212 +37,212 @@ authors:
|
|
|
35
37
|
- Zachary Gershman
|
|
36
38
|
- Zachary Scott
|
|
37
39
|
- jeffdh
|
|
38
|
-
-
|
|
39
|
-
- Josh Kalderimis
|
|
40
|
+
- john muhl
|
|
40
41
|
- Jonne Haß
|
|
42
|
+
- Jacob Burkhart
|
|
41
43
|
autorequire:
|
|
42
44
|
bindir: bin
|
|
43
45
|
cert_chain: []
|
|
44
|
-
date: 2014-10
|
|
46
|
+
date: 2014-11-10 00:00:00.000000000 Z
|
|
45
47
|
dependencies:
|
|
46
48
|
- !ruby/object:Gem::Dependency
|
|
47
49
|
name: faraday
|
|
48
50
|
requirement: !ruby/object:Gem::Requirement
|
|
49
51
|
requirements:
|
|
50
|
-
- - ~>
|
|
52
|
+
- - "~>"
|
|
51
53
|
- !ruby/object:Gem::Version
|
|
52
54
|
version: '0.9'
|
|
53
55
|
type: :runtime
|
|
54
56
|
prerelease: false
|
|
55
57
|
version_requirements: !ruby/object:Gem::Requirement
|
|
56
58
|
requirements:
|
|
57
|
-
- - ~>
|
|
59
|
+
- - "~>"
|
|
58
60
|
- !ruby/object:Gem::Version
|
|
59
61
|
version: '0.9'
|
|
60
62
|
- !ruby/object:Gem::Dependency
|
|
61
63
|
name: faraday_middleware
|
|
62
64
|
requirement: !ruby/object:Gem::Requirement
|
|
63
65
|
requirements:
|
|
64
|
-
- - ~>
|
|
66
|
+
- - "~>"
|
|
65
67
|
- !ruby/object:Gem::Version
|
|
66
68
|
version: '0.9'
|
|
67
|
-
- -
|
|
69
|
+
- - ">="
|
|
68
70
|
- !ruby/object:Gem::Version
|
|
69
71
|
version: 0.9.1
|
|
70
72
|
type: :runtime
|
|
71
73
|
prerelease: false
|
|
72
74
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
75
|
requirements:
|
|
74
|
-
- - ~>
|
|
76
|
+
- - "~>"
|
|
75
77
|
- !ruby/object:Gem::Version
|
|
76
78
|
version: '0.9'
|
|
77
|
-
- -
|
|
79
|
+
- - ">="
|
|
78
80
|
- !ruby/object:Gem::Version
|
|
79
81
|
version: 0.9.1
|
|
80
82
|
- !ruby/object:Gem::Dependency
|
|
81
83
|
name: highline
|
|
82
84
|
requirement: !ruby/object:Gem::Requirement
|
|
83
85
|
requirements:
|
|
84
|
-
- - ~>
|
|
86
|
+
- - "~>"
|
|
85
87
|
- !ruby/object:Gem::Version
|
|
86
88
|
version: '1.6'
|
|
87
89
|
type: :runtime
|
|
88
90
|
prerelease: false
|
|
89
91
|
version_requirements: !ruby/object:Gem::Requirement
|
|
90
92
|
requirements:
|
|
91
|
-
- - ~>
|
|
93
|
+
- - "~>"
|
|
92
94
|
- !ruby/object:Gem::Version
|
|
93
95
|
version: '1.6'
|
|
94
96
|
- !ruby/object:Gem::Dependency
|
|
95
97
|
name: backports
|
|
96
98
|
requirement: !ruby/object:Gem::Requirement
|
|
97
99
|
requirements:
|
|
98
|
-
- -
|
|
100
|
+
- - ">="
|
|
99
101
|
- !ruby/object:Gem::Version
|
|
100
102
|
version: '0'
|
|
101
103
|
type: :runtime
|
|
102
104
|
prerelease: false
|
|
103
105
|
version_requirements: !ruby/object:Gem::Requirement
|
|
104
106
|
requirements:
|
|
105
|
-
- -
|
|
107
|
+
- - ">="
|
|
106
108
|
- !ruby/object:Gem::Version
|
|
107
109
|
version: '0'
|
|
108
110
|
- !ruby/object:Gem::Dependency
|
|
109
111
|
name: gh
|
|
110
112
|
requirement: !ruby/object:Gem::Requirement
|
|
111
113
|
requirements:
|
|
112
|
-
- - ~>
|
|
114
|
+
- - "~>"
|
|
113
115
|
- !ruby/object:Gem::Version
|
|
114
116
|
version: '0.13'
|
|
115
117
|
type: :runtime
|
|
116
118
|
prerelease: false
|
|
117
119
|
version_requirements: !ruby/object:Gem::Requirement
|
|
118
120
|
requirements:
|
|
119
|
-
- - ~>
|
|
121
|
+
- - "~>"
|
|
120
122
|
- !ruby/object:Gem::Version
|
|
121
123
|
version: '0.13'
|
|
122
124
|
- !ruby/object:Gem::Dependency
|
|
123
125
|
name: launchy
|
|
124
126
|
requirement: !ruby/object:Gem::Requirement
|
|
125
127
|
requirements:
|
|
126
|
-
- - ~>
|
|
128
|
+
- - "~>"
|
|
127
129
|
- !ruby/object:Gem::Version
|
|
128
130
|
version: '2.1'
|
|
129
131
|
type: :runtime
|
|
130
132
|
prerelease: false
|
|
131
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
132
134
|
requirements:
|
|
133
|
-
- - ~>
|
|
135
|
+
- - "~>"
|
|
134
136
|
- !ruby/object:Gem::Version
|
|
135
137
|
version: '2.1'
|
|
136
138
|
- !ruby/object:Gem::Dependency
|
|
137
139
|
name: pry
|
|
138
140
|
requirement: !ruby/object:Gem::Requirement
|
|
139
141
|
requirements:
|
|
140
|
-
- - <
|
|
142
|
+
- - "<"
|
|
141
143
|
- !ruby/object:Gem::Version
|
|
142
144
|
version: '0.10'
|
|
143
|
-
- - ~>
|
|
145
|
+
- - "~>"
|
|
144
146
|
- !ruby/object:Gem::Version
|
|
145
147
|
version: '0.9'
|
|
146
148
|
type: :runtime
|
|
147
149
|
prerelease: false
|
|
148
150
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
151
|
requirements:
|
|
150
|
-
- - <
|
|
152
|
+
- - "<"
|
|
151
153
|
- !ruby/object:Gem::Version
|
|
152
154
|
version: '0.10'
|
|
153
|
-
- - ~>
|
|
155
|
+
- - "~>"
|
|
154
156
|
- !ruby/object:Gem::Version
|
|
155
157
|
version: '0.9'
|
|
156
158
|
- !ruby/object:Gem::Dependency
|
|
157
159
|
name: typhoeus
|
|
158
160
|
requirement: !ruby/object:Gem::Requirement
|
|
159
161
|
requirements:
|
|
160
|
-
- - ~>
|
|
162
|
+
- - "~>"
|
|
161
163
|
- !ruby/object:Gem::Version
|
|
162
164
|
version: '0.6'
|
|
163
|
-
- -
|
|
165
|
+
- - ">="
|
|
164
166
|
- !ruby/object:Gem::Version
|
|
165
167
|
version: 0.6.8
|
|
166
168
|
type: :runtime
|
|
167
169
|
prerelease: false
|
|
168
170
|
version_requirements: !ruby/object:Gem::Requirement
|
|
169
171
|
requirements:
|
|
170
|
-
- - ~>
|
|
172
|
+
- - "~>"
|
|
171
173
|
- !ruby/object:Gem::Version
|
|
172
174
|
version: '0.6'
|
|
173
|
-
- -
|
|
175
|
+
- - ">="
|
|
174
176
|
- !ruby/object:Gem::Version
|
|
175
177
|
version: 0.6.8
|
|
176
178
|
- !ruby/object:Gem::Dependency
|
|
177
179
|
name: pusher-client
|
|
178
180
|
requirement: !ruby/object:Gem::Requirement
|
|
179
181
|
requirements:
|
|
180
|
-
- - ~>
|
|
182
|
+
- - "~>"
|
|
181
183
|
- !ruby/object:Gem::Version
|
|
182
184
|
version: '0.4'
|
|
183
185
|
type: :runtime
|
|
184
186
|
prerelease: false
|
|
185
187
|
version_requirements: !ruby/object:Gem::Requirement
|
|
186
188
|
requirements:
|
|
187
|
-
- - ~>
|
|
189
|
+
- - "~>"
|
|
188
190
|
- !ruby/object:Gem::Version
|
|
189
191
|
version: '0.4'
|
|
190
192
|
- !ruby/object:Gem::Dependency
|
|
191
193
|
name: addressable
|
|
192
194
|
requirement: !ruby/object:Gem::Requirement
|
|
193
195
|
requirements:
|
|
194
|
-
- - ~>
|
|
196
|
+
- - "~>"
|
|
195
197
|
- !ruby/object:Gem::Version
|
|
196
198
|
version: '2.3'
|
|
197
199
|
type: :runtime
|
|
198
200
|
prerelease: false
|
|
199
201
|
version_requirements: !ruby/object:Gem::Requirement
|
|
200
202
|
requirements:
|
|
201
|
-
- - ~>
|
|
203
|
+
- - "~>"
|
|
202
204
|
- !ruby/object:Gem::Version
|
|
203
205
|
version: '2.3'
|
|
204
206
|
- !ruby/object:Gem::Dependency
|
|
205
207
|
name: rspec
|
|
206
208
|
requirement: !ruby/object:Gem::Requirement
|
|
207
209
|
requirements:
|
|
208
|
-
- - ~>
|
|
210
|
+
- - "~>"
|
|
209
211
|
- !ruby/object:Gem::Version
|
|
210
212
|
version: '2.12'
|
|
211
213
|
type: :development
|
|
212
214
|
prerelease: false
|
|
213
215
|
version_requirements: !ruby/object:Gem::Requirement
|
|
214
216
|
requirements:
|
|
215
|
-
- - ~>
|
|
217
|
+
- - "~>"
|
|
216
218
|
- !ruby/object:Gem::Version
|
|
217
219
|
version: '2.12'
|
|
218
220
|
- !ruby/object:Gem::Dependency
|
|
219
221
|
name: sinatra
|
|
220
222
|
requirement: !ruby/object:Gem::Requirement
|
|
221
223
|
requirements:
|
|
222
|
-
- - ~>
|
|
224
|
+
- - "~>"
|
|
223
225
|
- !ruby/object:Gem::Version
|
|
224
226
|
version: '1.3'
|
|
225
227
|
type: :development
|
|
226
228
|
prerelease: false
|
|
227
229
|
version_requirements: !ruby/object:Gem::Requirement
|
|
228
230
|
requirements:
|
|
229
|
-
- - ~>
|
|
231
|
+
- - "~>"
|
|
230
232
|
- !ruby/object:Gem::Version
|
|
231
233
|
version: '1.3'
|
|
232
234
|
- !ruby/object:Gem::Dependency
|
|
233
235
|
name: rack-test
|
|
234
236
|
requirement: !ruby/object:Gem::Requirement
|
|
235
237
|
requirements:
|
|
236
|
-
- - ~>
|
|
238
|
+
- - "~>"
|
|
237
239
|
- !ruby/object:Gem::Version
|
|
238
240
|
version: '0.6'
|
|
239
241
|
type: :development
|
|
240
242
|
prerelease: false
|
|
241
243
|
version_requirements: !ruby/object:Gem::Requirement
|
|
242
244
|
requirements:
|
|
243
|
-
- - ~>
|
|
245
|
+
- - "~>"
|
|
244
246
|
- !ruby/object:Gem::Version
|
|
245
247
|
version: '0.6'
|
|
246
248
|
description: CLI and Ruby client library for Travis CI
|
|
@@ -248,27 +250,29 @@ email:
|
|
|
248
250
|
- konstantin.mailinglists@googlemail.com
|
|
249
251
|
- asari.ruby@gmail.com
|
|
250
252
|
- me@henrikhodne.com
|
|
251
|
-
- aa1ronham@gmail.com
|
|
252
253
|
- j@zatigo.com
|
|
254
|
+
- aa1ronham@gmail.com
|
|
253
255
|
- p.morsou@gmail.com
|
|
254
256
|
- peter.van.dijk@netherlabs.nl
|
|
255
257
|
- i.am@anhero.ru
|
|
256
258
|
- dan@meatballhat.com
|
|
257
|
-
- meyer@paperplanes.de
|
|
258
259
|
- me@xjunior.me
|
|
260
|
+
- meyer@paperplanes.de
|
|
259
261
|
- dev+narwen+rkh@rkh.im
|
|
262
|
+
- josh.kalderimis@gmail.com
|
|
263
|
+
- julia.simon@biicode.com
|
|
260
264
|
- jlambert@eml.cc
|
|
261
|
-
-
|
|
265
|
+
- adrien.brault@gmail.com
|
|
262
266
|
- laurent.petit@gmail.com
|
|
263
267
|
- maartenvanvliet@gmail.com
|
|
264
268
|
- mario@mariovisic.com
|
|
265
|
-
-
|
|
266
|
-
-
|
|
269
|
+
- adam@lavoaster.co.uk
|
|
270
|
+
- benmanns@gmail.com
|
|
267
271
|
- mmior@uwaterloo.ca
|
|
268
272
|
- miro@hroncok.cz
|
|
269
273
|
- neamar@neamar.fr
|
|
270
274
|
- nbessi@users.noreply.github.com
|
|
271
|
-
-
|
|
275
|
+
- eric.github@herot.com
|
|
272
276
|
- chatfielddaniel@gmail.com
|
|
273
277
|
- drogus@gmail.com
|
|
274
278
|
- raphael.pinson@camptocamp.com
|
|
@@ -276,9 +280,9 @@ email:
|
|
|
276
280
|
- pair+zg@pivotallabs.com
|
|
277
281
|
- e@zzak.io
|
|
278
282
|
- jeffdh@gmail.com
|
|
279
|
-
-
|
|
280
|
-
- josh.kalderimis@gmail.com
|
|
283
|
+
- git@johnmuhl.com
|
|
281
284
|
- me@jhass.eu
|
|
285
|
+
- jburkhart@engineyard.com
|
|
282
286
|
executables:
|
|
283
287
|
- travis
|
|
284
288
|
extensions: []
|
|
@@ -473,18 +477,19 @@ require_paths:
|
|
|
473
477
|
- lib
|
|
474
478
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
475
479
|
requirements:
|
|
476
|
-
- -
|
|
480
|
+
- - ">="
|
|
477
481
|
- !ruby/object:Gem::Version
|
|
478
482
|
version: '0'
|
|
479
483
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
480
484
|
requirements:
|
|
481
|
-
- -
|
|
485
|
+
- - ">="
|
|
482
486
|
- !ruby/object:Gem::Version
|
|
483
|
-
version:
|
|
487
|
+
version: '0'
|
|
484
488
|
requirements: []
|
|
485
489
|
rubyforge_project:
|
|
486
|
-
rubygems_version: 2.
|
|
490
|
+
rubygems_version: 2.2.2
|
|
487
491
|
signing_key:
|
|
488
492
|
specification_version: 4
|
|
489
493
|
summary: Travis CI client
|
|
490
494
|
test_files: []
|
|
495
|
+
has_rdoc:
|