startapp 0.1.15 → 0.1.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +33 -27
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d53c4e1982ea15b65a06b008ffbc08db1644f3b5
4
- data.tar.gz: d2319eafb669c9d50bf50cc7600ac1f14d923961
3
+ metadata.gz: 8933ec60dd5315d621aa7f97b25952076ce794aa
4
+ data.tar.gz: edba6613c5436eed9fcff2f8fdb54d8fd233f87b
5
5
  SHA512:
6
- metadata.gz: dd51aed1556e4ff81695dba8ed9b344db0456c09bf24b192ad12e56d2330efd982e2526b1222ee54ea1d299efb05c3886db5563f5f1de74f0890abd97784905e
7
- data.tar.gz: ce8c8eaec19d4f0fd46f8bc3e43bfdb5bb40013fc186377828c3bd1e24c407fa1f1f81b62865d419f9fb152e1947eaa8abf58ef89dfeca2d88f5b43711202dcf
6
+ metadata.gz: 9e63503e88d928142a3b7ade7698681e62fe7abe1eeed85faff28e10027de354b3682bf141fdf016711f6e5f038b4b52700d3c7a4f3c19eb4b2840ade5db9b4b
7
+ data.tar.gz: aa41c5c0f52147895282deba3b8c298f71bafe6f1a9516e654f929be97fc30f19c7f43d7ea12139eac909e5820c30de52ea7dabf2e21c0beb98fcd22a174dfb3
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: startapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - StartApp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-11 00:00:00.000000000 Z
11
+ date: 2015-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh
@@ -73,6 +73,9 @@ dependencies:
73
73
  - - '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '4.0'
76
+ - - <
77
+ - !ruby/object:Gem::Version
78
+ version: 4.3.0
76
79
  type: :runtime
77
80
  prerelease: false
78
81
  version_requirements: !ruby/object:Gem::Requirement
@@ -80,6 +83,9 @@ dependencies:
80
83
  - - '>='
81
84
  - !ruby/object:Gem::Version
82
85
  version: '4.0'
86
+ - - <
87
+ - !ruby/object:Gem::Version
88
+ version: 4.3.0
83
89
  - !ruby/object:Gem::Dependency
84
90
  name: highline
85
91
  requirement: !ruby/object:Gem::Requirement
@@ -234,14 +240,31 @@ executables:
234
240
  extensions: []
235
241
  extra_rdoc_files: []
236
242
  files:
243
+ - COPYRIGHT
244
+ - LICENSE
245
+ - README.md
246
+ - Rakefile
247
+ - autocomplete/rhc_bash
248
+ - bin/app
249
+ - conf/express.conf
250
+ - features/app_feature.rb
251
+ - features/assets/deploy.tar.gz
252
+ - features/core_feature.rb
253
+ - features/deployments_feature.rb
254
+ - features/domains_feature.rb
255
+ - features/keys_feature.rb
256
+ - features/members_feature.rb
257
+ - lib/rhc.rb
258
+ - lib/rhc/auth.rb
237
259
  - lib/rhc/auth/basic.rb
238
260
  - lib/rhc/auth/token.rb
239
261
  - lib/rhc/auth/token_store.rb
240
- - lib/rhc/auth.rb
241
262
  - lib/rhc/autocomplete.rb
263
+ - lib/rhc/autocomplete_templates/bash.erb
242
264
  - lib/rhc/cartridge_helpers.rb
243
265
  - lib/rhc/cli.rb
244
266
  - lib/rhc/command_runner.rb
267
+ - lib/rhc/commands.rb
245
268
  - lib/rhc/commands/account.rb
246
269
  - lib/rhc/commands/alias.rb
247
270
  - lib/rhc/commands/app.rb
@@ -278,7 +301,6 @@ files:
278
301
  - lib/rhc/commands/team.rb
279
302
  - lib/rhc/commands/threaddump.rb
280
303
  - lib/rhc/commands/tidy.rb
281
- - lib/rhc/commands.rb
282
304
  - lib/rhc/config.rb
283
305
  - lib/rhc/context_helper.rb
284
306
  - lib/rhc/core_ext.rb
@@ -291,6 +313,7 @@ files:
291
313
  - lib/rhc/highline_extensions.rb
292
314
  - lib/rhc/json.rb
293
315
  - lib/rhc/output_helpers.rb
316
+ - lib/rhc/rest.rb
294
317
  - lib/rhc/rest/activation.rb
295
318
  - lib/rhc/rest/alias.rb
296
319
  - lib/rhc/rest/api.rb
@@ -310,29 +333,20 @@ files:
310
333
  - lib/rhc/rest/mock.rb
311
334
  - lib/rhc/rest/team.rb
312
335
  - lib/rhc/rest/user.rb
313
- - lib/rhc/rest.rb
314
336
  - lib/rhc/scp_helpers.rb
315
337
  - lib/rhc/ssh_helpers.rb
316
338
  - lib/rhc/tar_gz.rb
339
+ - lib/rhc/usage_templates/command_help.erb
340
+ - lib/rhc/usage_templates/command_syntax_help.erb
341
+ - lib/rhc/usage_templates/help.erb
342
+ - lib/rhc/usage_templates/missing_help.erb
343
+ - lib/rhc/usage_templates/options_help.erb
317
344
  - lib/rhc/vendor/okjson.rb
318
345
  - lib/rhc/vendor/parseconfig.rb
319
346
  - lib/rhc/vendor/sshkey.rb
320
347
  - lib/rhc/vendor/zliby.rb
321
348
  - lib/rhc/version.rb
322
349
  - lib/rhc/wizard.rb
323
- - lib/rhc.rb
324
- - lib/rhc/autocomplete_templates/bash.erb
325
- - lib/rhc/usage_templates/command_help.erb
326
- - lib/rhc/usage_templates/command_syntax_help.erb
327
- - lib/rhc/usage_templates/help.erb
328
- - lib/rhc/usage_templates/missing_help.erb
329
- - lib/rhc/usage_templates/options_help.erb
330
- - conf/express.conf
331
- - autocomplete/rhc_bash
332
- - LICENSE
333
- - COPYRIGHT
334
- - README.md
335
- - Rakefile
336
350
  - spec/coverage_helper.rb
337
351
  - spec/direct_execution_helper.rb
338
352
  - spec/keys/example.pem
@@ -384,14 +398,6 @@ files:
384
398
  - spec/rhc/wizard_spec.rb
385
399
  - spec/spec_helper.rb
386
400
  - spec/wizard_spec_helper.rb
387
- - features/app_feature.rb
388
- - features/assets/deploy.tar.gz
389
- - features/core_feature.rb
390
- - features/deployments_feature.rb
391
- - features/domains_feature.rb
392
- - features/keys_feature.rb
393
- - features/members_feature.rb
394
- - bin/app
395
401
  homepage: https://github.com/startapp-cloud/app
396
402
  licenses: []
397
403
  metadata: {}
@@ -416,7 +422,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
416
422
  version: '0'
417
423
  requirements: []
418
424
  rubyforge_project:
419
- rubygems_version: 2.0.14
425
+ rubygems_version: 2.4.5
420
426
  signing_key:
421
427
  specification_version: 4
422
428
  summary: StartApp Client Tools