right_popen 1.0.7 → 1.0.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.
- data/right_popen.gemspec +1 -4
- metadata +2 -2
data/right_popen.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ end
|
|
|
6
6
|
|
|
7
7
|
spec = Gem::Specification.new do |spec|
|
|
8
8
|
spec.name = 'right_popen'
|
|
9
|
-
spec.version = '1.0.
|
|
9
|
+
spec.version = '1.0.8'
|
|
10
10
|
spec.authors = ['Scott Messier', 'Raphael Simon']
|
|
11
11
|
spec.email = 'scott@rightscale.com'
|
|
12
12
|
spec.homepage = 'https://github.com/rightscale/right_popen'
|
|
@@ -51,9 +51,6 @@ EOF
|
|
|
51
51
|
# Current implementation supports >= 0.12.10
|
|
52
52
|
spec.add_runtime_dependency(%q<eventmachine>, [">= 0.12.10"])
|
|
53
53
|
if is_windows?
|
|
54
|
-
# Windows implementation currently depends on deprecated behavior from
|
|
55
|
-
# 0.12.8, but we also need to support the 0.12.8.1 patch version. the Linux
|
|
56
|
-
# side is free to use 0.12.10+
|
|
57
54
|
spec.add_runtime_dependency(%q<win32-process>, [">= 0.6.1"])
|
|
58
55
|
end
|
|
59
56
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: right_popen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Messier
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2010-
|
|
13
|
+
date: 2010-06-11 00:00:00 -07:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|