autobuild 1.7.7 → 1.7.8

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.
@@ -258,7 +258,7 @@ module Autobuild::Subprocess
258
258
  $stdin.reopen(pread)
259
259
  end
260
260
 
261
- if RUBY_VERSION > "1.8"
261
+ if RUBY_VERSION >= "1.9"
262
262
  command << Hash[:close_others => false]
263
263
  end
264
264
  exec(*command)
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.7.7" unless defined? Autobuild::VERSION
2
+ VERSION = "1.7.8" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.7
4
+ version: 1.7.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: