procreate 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,10 @@
1
1
  require 'open4'
2
2
 
3
- module PosixOpen4 = Open4
3
+ class Object # :nodoc:
4
+ PosixOpen4 = Open4
5
+ end
6
+
7
+ module PosixOpen4
4
8
  #
5
9
  # This is a rewritten version of Open4.background. The reason for this is
6
10
  # two-fold:
@@ -1,6 +1,9 @@
1
1
  require 'windows/api'
2
2
 
3
- module Open4 # :nodoc:
3
+ class Object # :nodoc:
4
+ module Open4 # :nodoc:
5
+ end
6
+ Win32Open4 = Open4
4
7
  end
5
8
 
6
9
  #
@@ -11,7 +14,7 @@ end
11
14
  # Provides an api that loosely matches Ara Howard's Open4 (at least for
12
15
  # Open4.background so far).
13
16
  #
14
- module Win32Open4 = Open4
17
+ module Win32Open4
15
18
  # Import necessary raw kernel32 functions
16
19
  module Kernel32 # :nodoc:
17
20
  API = Windows::API
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: procreate
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
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
  - Charles Lowe
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-04 00:00:00 -04:00
18
+ date: 2011-11-05 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21