travis 1.6.11.travis.516.6 → 1.6.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MDEzOTdmNWUzMTY4NGFjMGQwM2I3ZGU4YmE4YjI1OGE5MDAwMWEzYg==
5
- data.tar.gz: !binary |-
6
- ZjVmYzhjMzljYzNmYWU5ZmUyMDBlZDJlY2JjNDgyMGNhNmZjODhjZQ==
2
+ SHA1:
3
+ metadata.gz: 1450a604bd3269e762cfd9e23c18ad0f66831f5a
4
+ data.tar.gz: e3168e537d14cb8abc5d6f08fb96389a31ade098
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NTI3OGNlNTBhYzE4OWU3NjM3MTNjYjFiMzI2YmY0ZTNhNzQ2YTAwZTlkNWY2
10
- OWZiZjU4OTRiNDEzZWUwYzkwYWVlY2RiM2JiMjAxYjRjYmFjOTU3N2MwZjQz
11
- OWQ3N2RhZmU5M2NiOTVlNGE5ZmNhYmNiMjE5MGQyMzliODRmNDQ=
12
- data.tar.gz: !binary |-
13
- ZDhiM2YxMWE4OGI3YTAwZTIwYzY4ZDU5M2VjNzBhM2JkY2NmNzlmZDkyMGM1
14
- ZDhjNDdiN2JkMTUyODU1OGQyY2VkNjdmNzEyMjJlYzFhYjk2MzViYThjOTg1
15
- OTU2NWI5Yjc2ZWRjZTQyZTM5MDkyMGM0ZGNlMjg5ZDYzZTNlMGE=
6
+ metadata.gz: b270f83364497b8687d7845b3039b903b42b68132cab318ec68fc2b6295cf91b8975bfeff21b7846e96d2bca2742d217c5e929aee2d5b35eb12075415ddcc2a4
7
+ data.tar.gz: 4a6c24248accf7129a2927c06227d58cab3257b90dae57cb60f3899834e1966ef9442a52f01ebde81f9a5f5db8608290d414c1bfade91ba869069dd58bc0004a
data/README.md CHANGED
@@ -1526,12 +1526,12 @@ You can check your Ruby version by running `ruby -v`:
1526
1526
 
1527
1527
  Then run:
1528
1528
 
1529
- $ gem install travis -v 1.6.10 --no-rdoc --no-ri
1529
+ $ gem install travis -v 1.6.11 --no-rdoc --no-ri
1530
1530
 
1531
1531
  Now make sure everything is working:
1532
1532
 
1533
1533
  $ travis version
1534
- 1.6.10
1534
+ 1.6.11
1535
1535
 
1536
1536
  See also [Note on Ubuntu](#note-on-ubuntu) below.
1537
1537
 
@@ -1615,6 +1615,10 @@ Mac OS X 10.9.2 shipped with a slightly broken Ruby version. If you want to inst
1615
1615
  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`.
1616
1616
 
1617
1617
  ## Version History
1618
+ **1.6.11** (May 12, 2014)
1619
+ * Added Cloud 66 and Ninefold setup support.
1620
+ * Require typhoeus 0.6.8 and later.
1621
+
1618
1622
  **1.6.10** (April 24, 2014)
1619
1623
  * Better CloudFoundry support
1620
1624
  * Update Faraday to version 0.9.
data/assets/travis.sh CHANGED
@@ -21,7 +21,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
21
21
  compdef _travis travis
22
22
  _travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
23
23
  _travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" endpoint:"displays or changes the API endpoint" help:"helps you out when in dire need of information" history:"displays a projects build history" init:"generates a .travis.yml and enables the project" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" report:"generates a report useful for filing issues" repos:"lists repositories the user has certain permissions on" requests:"lists recent requests" restart:"restarts a build or job" settings:"access repository settings" setup:"sets up an addon or deploy target" show:"displays a build or job" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
24
- _travis_setup() { list=(appfog:"automatic deployment to Appfog" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
24
+ _travis_setup() { list=(appfog:"automatic deployment to Appfog" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
25
25
  _travis_settings() { list=(builds_only_with_travis_yml:"Only run builds with a .travis.yml" build_pushes:"Build pushes" build_pull_requests:"Build pull requests") _describe -t common-commands 'common commands' list; }
26
26
  _travis_init() { list=(c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
27
27
  _travis_option() {
@@ -64,7 +64,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
64
64
  compctl -K _travis travis
65
65
  _travis() { read -cA words && _travis_complete $((${#words} - 1)) "${words[2]}"; }
66
66
  _travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "endpoint" "help" "history" "init" "login" "logout" "logs" "monitor" "open" "pubkey" "raw" "report" "repos" "requests" "restart" "settings" "setup" "show" "status" "sync" "token" "version" "whatsup" "whoami"); }
67
- _travis_setup() { reply=("appfog" "cloudcontrol" "cloudfiles" "cloudfoundry" "divshot" "engineyard" "heroku" "modulus" "npm" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s" "sauce_connect"); }
67
+ _travis_setup() { reply=("appfog" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "divshot" "engineyard" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s" "sauce_connect"); }
68
68
  _travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests); }
69
69
  _travis_init() { reply=("c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
70
70
  _travis_option() {
@@ -107,7 +107,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
107
107
  complete -F _travis travis
108
108
  _travis() { _travis_complete "$COMP_CWORD" "${COMP_WORDS[1]}"; }
109
109
  _travis_commands() { COMPREPLY=( $(compgen -W "accounts branches cache cancel console disable enable encrypt endpoint help history init login logout logs monitor open pubkey raw report repos requests restart settings setup show status sync token version whatsup whoami" -- "${COMP_WORDS[COMP_CWORD]}") ); }
110
- _travis_setup() { COMPREPLY=( $(compgen -W "appfog cloudcontrol cloudfiles cloudfoundry divshot engineyard heroku modulus npm nodejitsu openshift opsworks pypi releases rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
110
+ _travis_setup() { COMPREPLY=( $(compgen -W "appfog cloudcontrol cloudfiles cloudfoundry cloud66 divshot engineyard heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
111
111
  _travis_settings() { COMPREPLY=( $(compgen -W "builds_only_with_travis_yml build_pushes build_pull_requests" -- "${COMP_WORDS[COMP_CWORD]}") ); }
112
112
  _travis_init() { COMPREPLY=( $(compgen -W ""c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
113
113
  _travis_option() {
@@ -0,0 +1,20 @@
1
+ require 'travis/cli/setup'
2
+
3
+ module Travis
4
+ module CLI
5
+ class Setup
6
+ class Cloud_66 < Service
7
+ description "Automatic deployment to Cloud 66"
8
+ service_name 'cloud66'
9
+
10
+ def run
11
+ deploy 'cloud66', 'release' do |config|
12
+ config['redeployment_hook'] ||= ask("Cloud 66 Redeployment Hook Url: ") { |q| q.echo = "*" }.to_s
13
+
14
+ encrypt(config, 'redeployment_hook') if agree("Encrypt Redeployment Hook?") { |q| q.default = 'yes' }
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end
@@ -0,0 +1,20 @@
1
+ require 'travis/cli/setup'
2
+
3
+ module Travis
4
+ module CLI
5
+ class Setup
6
+ class Ninefold < Service
7
+ description "Automatic deployment to Ninefold"
8
+
9
+ def run
10
+ deploy 'ninefold', 'release' do |config|
11
+ config['app_id'] ||= ask("Ninefold App ID: ").to_s
12
+ config['auth_token'] ||= ask("Ninefold Auth Token: ") { |q| q.echo = "*" }.to_s
13
+
14
+ encrypt(config, 'auth_token') if agree("Encrypt Auth Token? ") { |q| q.default = 'yes' }
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end
@@ -1,3 +1,3 @@
1
1
  module Travis
2
- VERSION = '1.6.10'
2
+ VERSION = '1.6.11'
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.6.10"
5
+ s.version = "1.6.11"
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"
@@ -12,12 +12,12 @@ Gem::Specification.new do |s|
12
12
  # generated from git shortlog -sn
13
13
  s.authors = [
14
14
  "Konstantin Haase",
15
+ "Hiro Asari",
15
16
  "Henrik Hodne",
16
17
  "Aaron Hill",
17
- "Hiro Asari",
18
18
  "Peter Souter",
19
- "Peter van Dijk",
20
19
  "joshua-anderson",
20
+ "Peter van Dijk",
21
21
  "Max Barnash",
22
22
  "Carlos Palhares",
23
23
  "Mathias Meyer",
@@ -48,13 +48,13 @@ Gem::Specification.new do |s|
48
48
  # generated from git shortlog -sne
49
49
  s.email = [
50
50
  "konstantin.mailinglists@googlemail.com",
51
- "aa1ronham@gmail.com",
52
51
  "asari.ruby@gmail.com",
52
+ "aa1ronham@gmail.com",
53
53
  "me@henrikhodne.com",
54
54
  "henrik@hodne.io",
55
55
  "p.morsou@gmail.com",
56
- "peter.van.dijk@netherlabs.nl",
57
56
  "j@zatigo.com",
57
+ "peter.van.dijk@netherlabs.nl",
58
58
  "i.am@anhero.ru",
59
59
  "me@xjunior.me",
60
60
  "meyer@paperplanes.de",
@@ -151,6 +151,7 @@ Gem::Specification.new do |s|
151
151
  "lib/travis/cli/settings.rb",
152
152
  "lib/travis/cli/setup.rb",
153
153
  "lib/travis/cli/setup/appfog.rb",
154
+ "lib/travis/cli/setup/cloud_66.rb",
154
155
  "lib/travis/cli/setup/cloud_control.rb",
155
156
  "lib/travis/cli/setup/cloud_files.rb",
156
157
  "lib/travis/cli/setup/cloud_foundry.rb",
@@ -158,6 +159,7 @@ Gem::Specification.new do |s|
158
159
  "lib/travis/cli/setup/engine_yard.rb",
159
160
  "lib/travis/cli/setup/heroku.rb",
160
161
  "lib/travis/cli/setup/modulus.rb",
162
+ "lib/travis/cli/setup/ninefold.rb",
161
163
  "lib/travis/cli/setup/nodejitsu.rb",
162
164
  "lib/travis/cli/setup/npm.rb",
163
165
  "lib/travis/cli/setup/open_shift.rb",
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.11.travis.516.6
4
+ version: 1.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
+ - Hiro Asari
8
9
  - Henrik Hodne
9
10
  - Aaron Hill
10
- - Hiro Asari
11
11
  - Peter Souter
12
- - Peter van Dijk
13
12
  - joshua-anderson
13
+ - Peter van Dijk
14
14
  - Max Barnash
15
15
  - Carlos Palhares
16
16
  - Mathias Meyer
@@ -39,206 +39,206 @@ authors:
39
39
  autorequire:
40
40
  bindir: bin
41
41
  cert_chain: []
42
- date: 2014-05-12 00:00:00.000000000 Z
42
+ date: 2014-05-13 00:00:00.000000000 Z
43
43
  dependencies:
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: faraday
46
46
  requirement: !ruby/object:Gem::Requirement
47
47
  requirements:
48
- - - ~>
48
+ - - "~>"
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0.9'
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - ~>
55
+ - - "~>"
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0.9'
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: faraday_middleware
60
60
  requirement: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - ~>
62
+ - - "~>"
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0.9'
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - ~>
69
+ - - "~>"
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0.9'
72
72
  - !ruby/object:Gem::Dependency
73
73
  name: highline
74
74
  requirement: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - ~>
76
+ - - "~>"
77
77
  - !ruby/object:Gem::Version
78
78
  version: '1.6'
79
79
  type: :runtime
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ~>
83
+ - - "~>"
84
84
  - !ruby/object:Gem::Version
85
85
  version: '1.6'
86
86
  - !ruby/object:Gem::Dependency
87
87
  name: backports
88
88
  requirement: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - ! '>='
90
+ - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  type: :runtime
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - ! '>='
97
+ - - ">="
98
98
  - !ruby/object:Gem::Version
99
99
  version: '0'
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: gh
102
102
  requirement: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - ~>
104
+ - - "~>"
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0.13'
107
107
  type: :runtime
108
108
  prerelease: false
109
109
  version_requirements: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ~>
111
+ - - "~>"
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0.13'
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: launchy
116
116
  requirement: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ~>
118
+ - - "~>"
119
119
  - !ruby/object:Gem::Version
120
120
  version: '2.1'
121
121
  type: :runtime
122
122
  prerelease: false
123
123
  version_requirements: !ruby/object:Gem::Requirement
124
124
  requirements:
125
- - - ~>
125
+ - - "~>"
126
126
  - !ruby/object:Gem::Version
127
127
  version: '2.1'
128
128
  - !ruby/object:Gem::Dependency
129
129
  name: pry
130
130
  requirement: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - ~>
132
+ - - "~>"
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0.9'
135
135
  type: :runtime
136
136
  prerelease: false
137
137
  version_requirements: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ~>
139
+ - - "~>"
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0.9'
142
142
  - !ruby/object:Gem::Dependency
143
143
  name: typhoeus
144
144
  requirement: !ruby/object:Gem::Requirement
145
145
  requirements:
146
- - - ~>
146
+ - - "~>"
147
147
  - !ruby/object:Gem::Version
148
148
  version: '0.6'
149
- - - ! '>='
149
+ - - ">="
150
150
  - !ruby/object:Gem::Version
151
151
  version: 0.6.8
152
152
  type: :runtime
153
153
  prerelease: false
154
154
  version_requirements: !ruby/object:Gem::Requirement
155
155
  requirements:
156
- - - ~>
156
+ - - "~>"
157
157
  - !ruby/object:Gem::Version
158
158
  version: '0.6'
159
- - - ! '>='
159
+ - - ">="
160
160
  - !ruby/object:Gem::Version
161
161
  version: 0.6.8
162
162
  - !ruby/object:Gem::Dependency
163
163
  name: pusher-client
164
164
  requirement: !ruby/object:Gem::Requirement
165
165
  requirements:
166
- - - ~>
166
+ - - "~>"
167
167
  - !ruby/object:Gem::Version
168
168
  version: '0.4'
169
169
  type: :runtime
170
170
  prerelease: false
171
171
  version_requirements: !ruby/object:Gem::Requirement
172
172
  requirements:
173
- - - ~>
173
+ - - "~>"
174
174
  - !ruby/object:Gem::Version
175
175
  version: '0.4'
176
176
  - !ruby/object:Gem::Dependency
177
177
  name: addressable
178
178
  requirement: !ruby/object:Gem::Requirement
179
179
  requirements:
180
- - - ~>
180
+ - - "~>"
181
181
  - !ruby/object:Gem::Version
182
182
  version: '2.3'
183
183
  type: :runtime
184
184
  prerelease: false
185
185
  version_requirements: !ruby/object:Gem::Requirement
186
186
  requirements:
187
- - - ~>
187
+ - - "~>"
188
188
  - !ruby/object:Gem::Version
189
189
  version: '2.3'
190
190
  - !ruby/object:Gem::Dependency
191
191
  name: rspec
192
192
  requirement: !ruby/object:Gem::Requirement
193
193
  requirements:
194
- - - ~>
194
+ - - "~>"
195
195
  - !ruby/object:Gem::Version
196
196
  version: '2.12'
197
197
  type: :development
198
198
  prerelease: false
199
199
  version_requirements: !ruby/object:Gem::Requirement
200
200
  requirements:
201
- - - ~>
201
+ - - "~>"
202
202
  - !ruby/object:Gem::Version
203
203
  version: '2.12'
204
204
  - !ruby/object:Gem::Dependency
205
205
  name: sinatra
206
206
  requirement: !ruby/object:Gem::Requirement
207
207
  requirements:
208
- - - ~>
208
+ - - "~>"
209
209
  - !ruby/object:Gem::Version
210
210
  version: '1.3'
211
211
  type: :development
212
212
  prerelease: false
213
213
  version_requirements: !ruby/object:Gem::Requirement
214
214
  requirements:
215
- - - ~>
215
+ - - "~>"
216
216
  - !ruby/object:Gem::Version
217
217
  version: '1.3'
218
218
  - !ruby/object:Gem::Dependency
219
219
  name: rack-test
220
220
  requirement: !ruby/object:Gem::Requirement
221
221
  requirements:
222
- - - ~>
222
+ - - "~>"
223
223
  - !ruby/object:Gem::Version
224
224
  version: '0.6'
225
225
  type: :development
226
226
  prerelease: false
227
227
  version_requirements: !ruby/object:Gem::Requirement
228
228
  requirements:
229
- - - ~>
229
+ - - "~>"
230
230
  - !ruby/object:Gem::Version
231
231
  version: '0.6'
232
232
  description: CLI and Ruby client library for Travis CI
233
233
  email:
234
234
  - konstantin.mailinglists@googlemail.com
235
- - aa1ronham@gmail.com
236
235
  - asari.ruby@gmail.com
236
+ - aa1ronham@gmail.com
237
237
  - me@henrikhodne.com
238
238
  - henrik@hodne.io
239
239
  - p.morsou@gmail.com
240
- - peter.van.dijk@netherlabs.nl
241
240
  - j@zatigo.com
241
+ - peter.van.dijk@netherlabs.nl
242
242
  - i.am@anhero.ru
243
243
  - me@xjunior.me
244
244
  - meyer@paperplanes.de
@@ -336,6 +336,7 @@ files:
336
336
  - lib/travis/cli/settings.rb
337
337
  - lib/travis/cli/setup.rb
338
338
  - lib/travis/cli/setup/appfog.rb
339
+ - lib/travis/cli/setup/cloud_66.rb
339
340
  - lib/travis/cli/setup/cloud_control.rb
340
341
  - lib/travis/cli/setup/cloud_files.rb
341
342
  - lib/travis/cli/setup/cloud_foundry.rb
@@ -343,6 +344,7 @@ files:
343
344
  - lib/travis/cli/setup/engine_yard.rb
344
345
  - lib/travis/cli/setup/heroku.rb
345
346
  - lib/travis/cli/setup/modulus.rb
347
+ - lib/travis/cli/setup/ninefold.rb
346
348
  - lib/travis/cli/setup/nodejitsu.rb
347
349
  - lib/travis/cli/setup/npm.rb
348
350
  - lib/travis/cli/setup/open_shift.rb
@@ -437,14 +439,14 @@ require_paths:
437
439
  - lib
438
440
  required_ruby_version: !ruby/object:Gem::Requirement
439
441
  requirements:
440
- - - ! '>='
442
+ - - ">="
441
443
  - !ruby/object:Gem::Version
442
444
  version: '0'
443
445
  required_rubygems_version: !ruby/object:Gem::Requirement
444
446
  requirements:
445
- - - ! '>'
447
+ - - ">="
446
448
  - !ruby/object:Gem::Version
447
- version: 1.3.1
449
+ version: '0'
448
450
  requirements: []
449
451
  rubyforge_project:
450
452
  rubygems_version: 2.2.2