travis 1.7.4.travis.654.5 → 1.7.4

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 CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- OWJmNGIwYTg1ODExMjI3NzU0MjMxNWViZmExNjY4NTExMDA5NzE1Mg==
5
- data.tar.gz: !binary |-
6
- Mzg2NzJlOGMxOThiNTU2YzA2Zjc4ZjA0ZTE5MTJiOWQxM2ViZTk0Yw==
2
+ SHA1:
3
+ metadata.gz: 9c4043f23efb08f45dc422fcf910d75c6803bc62
4
+ data.tar.gz: 1898652ac792152d5db847b9d98e378630c3b688
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- Y2RhNTRiODVkNGU0NDgxYWY5MzNkNmZjNjM3N2JhZWM5ZDFhOTFjYzZjY2Qw
10
- ZGJhOTc0YTk3N2FlOWYwY2EyZjRkOGZlODY2YjEwNjljMzFhM2I1NjU0ZDdm
11
- NDIwNWEyMjBiYmE1NmExOTYzM2EwYTI0N2Y5YWY3MTI0YzcxMTE=
12
- data.tar.gz: !binary |-
13
- YTcxYTdkYTVjYjFlMjlkNWYwMDkyYTY3NmE3NDE1OWMxZTI1ZWY1MmRmMmNk
14
- ODk1MDY3MDM1YTFlOWY2NjIwZGI3MzE2ZmE2ZTczNmE1OWViZmY2MTViZDRk
15
- MzU5ZmFlMmIzNmI5NzI4N2M3ZDFlZjI2ZTExOGZjZjE3Zjc1MDQ=
6
+ metadata.gz: bf7962b25c26dc5df0e834bc682fdeb14493e1003c5b57fd65d3b1a7fa8b1219e499a49d61c1b89bb01b8a84be8a65bc3761a6b1e9c47cf32f2f0dd5848c34ee
7
+ data.tar.gz: 6ebae49ec423b0331c30abce7e9c1693de8a87aaddd4487998c18c45e2cdd9eba84625d73648e62a0377314f2a96526a7910f345fe128bd2aaee70420ea6bbe5
data/README.md CHANGED
@@ -1220,7 +1220,7 @@ Helps you configure Travis addons.
1220
1220
  -R, --store-repo SLUG like --repo, but remembers value for current directory
1221
1221
  -f, --force override config section if it already exists
1222
1222
 
1223
- Available services: `appfog`, `artifacts`, `cloudcontrol`, `cloudfiles`, `cloudfoundry`, `cloud66`, `deis`, `divshot`, `engineyard`, `gcs`, `hackage`, `heroku`, `modulus`, `npm`, `ninefold`, `nodejitsu`, `openshift`, `opsworks`, `pypi`, `releases`, `rubygems`, `s3` and `sauce_connect`.
1223
+ Available services: `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` and `sauce_connect`.
1224
1224
 
1225
1225
  Example:
1226
1226
 
@@ -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.3 --no-rdoc --no-ri
1969
+ $ gem install travis -v 1.7.4 --no-rdoc --no-ri
1970
1970
 
1971
1971
  Now make sure everything is working:
1972
1972
 
1973
1973
  $ travis version
1974
- 1.7.3
1974
+ 1.7.4
1975
1975
 
1976
1976
  See also [Note on Ubuntu](#note-on-ubuntu) below.
1977
1977
 
@@ -2060,6 +2060,10 @@ 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.4** (November 12, 2014)
2064
+
2065
+ * Add `travis setup codedeploy`
2066
+
2063
2067
  **1.7.3** (November 10, 2014)
2064
2068
 
2065
2069
  * Add `travis setup biicode`
data/assets/travis.sh CHANGED
@@ -21,7 +21,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
21
21
  compdef _travis travis
22
22
  _travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
23
23
  _travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" 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 projects 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
- _travis_setup() { list=(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" 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; }
24
+ _travis_setup() { list=(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") _describe -t common-commands 'common commands' list; }
26
26
  _travis_init() { list=(c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
27
27
  _travis_option() {
@@ -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" "biicode" "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" "codedeploy" "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() {
@@ -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 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]}") ); }
118
+ _travis_setup() { COMPREPLY=( $(compgen -W "appfog artifacts biicode cloudcontrol cloudfiles cloudfoundry cloud66 codedeploy deis divshot elasticbeanstalk engineyard gcs hackage heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s3 sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
119
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() {
@@ -8,6 +8,7 @@ module Travis
8
8
  autoload :Biicode, 'travis/cli/setup/biicode'
9
9
  autoload :CloudControl, 'travis/cli/setup/cloud_control'
10
10
  autoload :CloudFoundry, 'travis/cli/setup/cloud_foundry'
11
+ autoload :CodeDeploy, 'travis/cli/setup/code_deploy'
11
12
  autoload :EngineYard, 'travis/cli/setup/engine_yard'
12
13
  autoload :Heroku, 'travis/cli/setup/heroku'
13
14
  autoload :Nodejitsu, 'travis/cli/setup/nodejitsu'
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.7.3'
2
+ VERSION = '1.7.4'
3
3
  end
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.3"
5
+ s.version = "1.7.4"
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4.travis.654.5
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -43,206 +43,206 @@ authors:
43
43
  autorequire:
44
44
  bindir: bin
45
45
  cert_chain: []
46
- date: 2014-11-10 00:00:00.000000000 Z
46
+ date: 2014-11-12 00:00:00.000000000 Z
47
47
  dependencies:
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: faraday
50
50
  requirement: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.9'
55
55
  type: :runtime
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ~>
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0.9'
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: faraday_middleware
64
64
  requirement: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ~>
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0.9'
69
- - - ! '>='
69
+ - - ">="
70
70
  - !ruby/object:Gem::Version
71
71
  version: 0.9.1
72
72
  type: :runtime
73
73
  prerelease: false
74
74
  version_requirements: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - ~>
76
+ - - "~>"
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0.9'
79
- - - ! '>='
79
+ - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: 0.9.1
82
82
  - !ruby/object:Gem::Dependency
83
83
  name: highline
84
84
  requirement: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ~>
86
+ - - "~>"
87
87
  - !ruby/object:Gem::Version
88
88
  version: '1.6'
89
89
  type: :runtime
90
90
  prerelease: false
91
91
  version_requirements: !ruby/object:Gem::Requirement
92
92
  requirements:
93
- - - ~>
93
+ - - "~>"
94
94
  - !ruby/object:Gem::Version
95
95
  version: '1.6'
96
96
  - !ruby/object:Gem::Dependency
97
97
  name: backports
98
98
  requirement: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ! '>='
100
+ - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  type: :runtime
104
104
  prerelease: false
105
105
  version_requirements: !ruby/object:Gem::Requirement
106
106
  requirements:
107
- - - ! '>='
107
+ - - ">="
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
110
  - !ruby/object:Gem::Dependency
111
111
  name: gh
112
112
  requirement: !ruby/object:Gem::Requirement
113
113
  requirements:
114
- - - ~>
114
+ - - "~>"
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0.13'
117
117
  type: :runtime
118
118
  prerelease: false
119
119
  version_requirements: !ruby/object:Gem::Requirement
120
120
  requirements:
121
- - - ~>
121
+ - - "~>"
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0.13'
124
124
  - !ruby/object:Gem::Dependency
125
125
  name: launchy
126
126
  requirement: !ruby/object:Gem::Requirement
127
127
  requirements:
128
- - - ~>
128
+ - - "~>"
129
129
  - !ruby/object:Gem::Version
130
130
  version: '2.1'
131
131
  type: :runtime
132
132
  prerelease: false
133
133
  version_requirements: !ruby/object:Gem::Requirement
134
134
  requirements:
135
- - - ~>
135
+ - - "~>"
136
136
  - !ruby/object:Gem::Version
137
137
  version: '2.1'
138
138
  - !ruby/object:Gem::Dependency
139
139
  name: pry
140
140
  requirement: !ruby/object:Gem::Requirement
141
141
  requirements:
142
- - - <
142
+ - - "<"
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0.10'
145
- - - ~>
145
+ - - "~>"
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0.9'
148
148
  type: :runtime
149
149
  prerelease: false
150
150
  version_requirements: !ruby/object:Gem::Requirement
151
151
  requirements:
152
- - - <
152
+ - - "<"
153
153
  - !ruby/object:Gem::Version
154
154
  version: '0.10'
155
- - - ~>
155
+ - - "~>"
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0.9'
158
158
  - !ruby/object:Gem::Dependency
159
159
  name: typhoeus
160
160
  requirement: !ruby/object:Gem::Requirement
161
161
  requirements:
162
- - - ~>
162
+ - - "~>"
163
163
  - !ruby/object:Gem::Version
164
164
  version: '0.6'
165
- - - ! '>='
165
+ - - ">="
166
166
  - !ruby/object:Gem::Version
167
167
  version: 0.6.8
168
168
  type: :runtime
169
169
  prerelease: false
170
170
  version_requirements: !ruby/object:Gem::Requirement
171
171
  requirements:
172
- - - ~>
172
+ - - "~>"
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0.6'
175
- - - ! '>='
175
+ - - ">="
176
176
  - !ruby/object:Gem::Version
177
177
  version: 0.6.8
178
178
  - !ruby/object:Gem::Dependency
179
179
  name: pusher-client
180
180
  requirement: !ruby/object:Gem::Requirement
181
181
  requirements:
182
- - - ~>
182
+ - - "~>"
183
183
  - !ruby/object:Gem::Version
184
184
  version: '0.4'
185
185
  type: :runtime
186
186
  prerelease: false
187
187
  version_requirements: !ruby/object:Gem::Requirement
188
188
  requirements:
189
- - - ~>
189
+ - - "~>"
190
190
  - !ruby/object:Gem::Version
191
191
  version: '0.4'
192
192
  - !ruby/object:Gem::Dependency
193
193
  name: addressable
194
194
  requirement: !ruby/object:Gem::Requirement
195
195
  requirements:
196
- - - ~>
196
+ - - "~>"
197
197
  - !ruby/object:Gem::Version
198
198
  version: '2.3'
199
199
  type: :runtime
200
200
  prerelease: false
201
201
  version_requirements: !ruby/object:Gem::Requirement
202
202
  requirements:
203
- - - ~>
203
+ - - "~>"
204
204
  - !ruby/object:Gem::Version
205
205
  version: '2.3'
206
206
  - !ruby/object:Gem::Dependency
207
207
  name: rspec
208
208
  requirement: !ruby/object:Gem::Requirement
209
209
  requirements:
210
- - - ~>
210
+ - - "~>"
211
211
  - !ruby/object:Gem::Version
212
212
  version: '2.12'
213
213
  type: :development
214
214
  prerelease: false
215
215
  version_requirements: !ruby/object:Gem::Requirement
216
216
  requirements:
217
- - - ~>
217
+ - - "~>"
218
218
  - !ruby/object:Gem::Version
219
219
  version: '2.12'
220
220
  - !ruby/object:Gem::Dependency
221
221
  name: sinatra
222
222
  requirement: !ruby/object:Gem::Requirement
223
223
  requirements:
224
- - - ~>
224
+ - - "~>"
225
225
  - !ruby/object:Gem::Version
226
226
  version: '1.3'
227
227
  type: :development
228
228
  prerelease: false
229
229
  version_requirements: !ruby/object:Gem::Requirement
230
230
  requirements:
231
- - - ~>
231
+ - - "~>"
232
232
  - !ruby/object:Gem::Version
233
233
  version: '1.3'
234
234
  - !ruby/object:Gem::Dependency
235
235
  name: rack-test
236
236
  requirement: !ruby/object:Gem::Requirement
237
237
  requirements:
238
- - - ~>
238
+ - - "~>"
239
239
  - !ruby/object:Gem::Version
240
240
  version: '0.6'
241
241
  type: :development
242
242
  prerelease: false
243
243
  version_requirements: !ruby/object:Gem::Requirement
244
244
  requirements:
245
- - - ~>
245
+ - - "~>"
246
246
  - !ruby/object:Gem::Version
247
247
  version: '0.6'
248
248
  description: CLI and Ruby client library for Travis CI
@@ -477,18 +477,19 @@ require_paths:
477
477
  - lib
478
478
  required_ruby_version: !ruby/object:Gem::Requirement
479
479
  requirements:
480
- - - ! '>='
480
+ - - ">="
481
481
  - !ruby/object:Gem::Version
482
482
  version: '0'
483
483
  required_rubygems_version: !ruby/object:Gem::Requirement
484
484
  requirements:
485
- - - ! '>'
485
+ - - ">="
486
486
  - !ruby/object:Gem::Version
487
- version: 1.3.1
487
+ version: '0'
488
488
  requirements: []
489
489
  rubyforge_project:
490
- rubygems_version: 2.4.2
490
+ rubygems_version: 2.2.2
491
491
  signing_key:
492
492
  specification_version: 4
493
493
  summary: Travis CI client
494
494
  test_files: []
495
+ has_rdoc: