procreate 1.0.0 → 1.0.1
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.
- data/lib/procreate/posix/open4.rb +5 -1
- data/lib/procreate/win32/open4.rb +5 -2
- metadata +4 -4
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
require 'windows/api'
|
|
2
2
|
|
|
3
|
-
|
|
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
|
|
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.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-
|
|
18
|
+
date: 2011-11-05 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|