conan_deploy_stackato3 0.1.8 → 0.1.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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWE1MDQ4MmEwNzU2Y2I5YWJkMTQ1MDViODUzZTYxMDQyZDk4YjI4ZQ==
5
+ data.tar.gz: !binary |-
6
+ NzJlN2UxYTk0NjUyOTJlNDQ3ZWUwZWY5MDAzN2FjNTZiMzNjYzhiYQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NWY2Y2QxM2QxNjVjYjQxOGQ4OTY4ZTAwZjI5N2YxZjRiZmVmZmZhMDEwZDli
10
+ YzRlZGZiOWRhODIxNjZjNWEzNTFiZjM4MzVmYzgzMTZjYjAwMmRkZDdmZjIx
11
+ OWZkM2MzOTJlYTkxNTQ5OGZkZmRhODMzYjQxOGZmYTY0MzlkYWI=
12
+ data.tar.gz: !binary |-
13
+ NDVmNmRiODFlZTE5MzYxMGFhZDIxMDI0ZTY3YjAxNTRhYWZiZTc2Njk1ZDUz
14
+ Y2ZhMTUxZDAwNGMzMzVjMTNkNGEzMjM5M2ZhNjUwNzE3YzNhN2Q2NjYyMTEw
15
+ OTUyOWNkZDYwZWJkYmU1YmZiNWNlNTk4MmIyNzM4MWQ1NWI1NjE=
@@ -27,9 +27,9 @@ class Stackato
27
27
  # output, err, status = Open3.capture3(cmd)
28
28
  # raise "Stackato error: #{err}" unless (ignoreErrs||status.success?)
29
29
  # output
30
- Open3.popen2e(cmd) do |stdin, stdout_err, wait_thr|
30
+ Open3.popen2e(cmd) do |stdin, stdout_stderr, wait_thr|
31
31
  Thread.new do
32
- stdout_stderr.each {|l| puts l }
32
+ stdout_stderr.each_char { |c| putc c }
33
33
  end
34
34
  stdin.close
35
35
  exit_status = wait_thr.value
data/lib/conan/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Conan
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conan_deploy_stackato3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
5
- prerelease:
4
+ version: 0.1.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Mike Reardon
@@ -10,12 +9,11 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2014-10-02 00:00:00.000000000 Z
12
+ date: 2014-10-10 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: daphne_util
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - '='
21
19
  - !ruby/object:Gem::Version
@@ -23,7 +21,6 @@ dependencies:
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - '='
29
26
  - !ruby/object:Gem::Version
@@ -35,6 +32,7 @@ executables:
35
32
  extensions: []
36
33
  extra_rdoc_files: []
37
34
  files:
35
+ - README.md
38
36
  - bin/conan-stackato3
39
37
  - lib/conan/application.rb
40
38
  - lib/conan/application_helper.rb
@@ -54,30 +52,27 @@ files:
54
52
  - lib/conan/stackato.rb
55
53
  - lib/conan/templates.rb
56
54
  - lib/conan/version.rb
57
- - README.md
58
55
  homepage: http://github.com/MTNSatelliteComm/conan/README.md
59
56
  licenses: []
57
+ metadata: {}
60
58
  post_install_message:
61
59
  rdoc_options: []
62
60
  require_paths:
63
61
  - lib
64
62
  required_ruby_version: !ruby/object:Gem::Requirement
65
- none: false
66
63
  requirements:
67
64
  - - ! '>='
68
65
  - !ruby/object:Gem::Version
69
66
  version: '0'
70
67
  required_rubygems_version: !ruby/object:Gem::Requirement
71
- none: false
72
68
  requirements:
73
69
  - - ! '>='
74
70
  - !ruby/object:Gem::Version
75
71
  version: '0'
76
72
  requirements: []
77
73
  rubyforge_project:
78
- rubygems_version: 1.8.23
74
+ rubygems_version: 2.2.2
79
75
  signing_key:
80
- specification_version: 3
76
+ specification_version: 4
81
77
  summary: Conan da Deployer
82
78
  test_files: []
83
- has_rdoc: