ronary 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/ronary +2 -0
  2. data/lib/ronary/version.rb +1 -1
  3. metadata +6 -8
data/bin/ronary CHANGED
@@ -8,6 +8,8 @@ CONARY_SUBCOMMAND = ARGV[0]
8
8
 
9
9
  pid, stdin, stdout, stderr = Open4.popen4('conary ' + ARGV.join(' '))
10
10
 
11
+ $stdout.sync = $stderr.sync = true
12
+
11
13
  DESTINATION_STREAMS = {
12
14
  stdout => $stdout,
13
15
  stderr => $stderr
@@ -1,3 +1,3 @@
1
1
  module Ronary
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mitch Williams
@@ -15,8 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-25 00:00:00 -08:00
19
- default_executable:
18
+ date: 2011-08-05 00:00:00 Z
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
22
21
  name: open4
@@ -52,7 +51,6 @@ files:
52
51
  - lib/ronary.rb
53
52
  - lib/ronary/version.rb
54
53
  - ronary.gemspec
55
- has_rdoc: true
56
54
  homepage: http://rubygems.org/gems/ronary
57
55
  licenses: []
58
56
 
@@ -82,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
80
  requirements: []
83
81
 
84
82
  rubyforge_project: ronary
85
- rubygems_version: 1.3.7
83
+ rubygems_version: 1.7.2
86
84
  signing_key:
87
85
  specification_version: 3
88
86
  summary: a simple conary proxy that masks poor exit codes