mixlib-shellout 2.0.0.rc.0-x86-mingw32 → 2.0.0.rc.1-x86-mingw32

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.
@@ -280,7 +280,10 @@ module Mixlib
280
280
  # support the "ONESHOT" optimization (where sh -c does exec without
281
281
  # forking). To support cleaning up all the children, we need to
282
282
  # ensure they're in a unique process group.
283
- Process.setsid
283
+ # We cannot use setsid here since getpgid fails on AIX with EPERM
284
+ # when parent and child have different sessions and the parent tries to get the process group,
285
+ # hence we just create a new process group, and have the same session.
286
+ Process.setpgrp
284
287
 
285
288
  configure_subprocess_file_descriptors
286
289
 
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class ShellOut
3
- VERSION = "2.0.0.rc.0"
3
+ VERSION = "2.0.0.rc.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,55 +1,62 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-shellout
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc.0
4
+ version: 2.0.0.rc.1
5
+ prerelease: 6
5
6
  platform: x86-mingw32
6
7
  authors:
7
8
  - Opscode
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-09-10 00:00:00.000000000 Z
12
+ date: 2014-10-27 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rspec
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
- - - "~>"
19
+ - - ~>
18
20
  - !ruby/object:Gem::Version
19
21
  version: '2.0'
20
22
  type: :development
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
- - - "~>"
27
+ - - ~>
25
28
  - !ruby/object:Gem::Version
26
29
  version: '2.0'
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: win32-process
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
- - - "~>"
35
+ - - ~>
32
36
  - !ruby/object:Gem::Version
33
37
  version: 0.7.1
34
38
  type: :runtime
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
- - - "~>"
43
+ - - ~>
39
44
  - !ruby/object:Gem::Version
40
45
  version: 0.7.1
41
46
  - !ruby/object:Gem::Dependency
42
47
  name: windows-pr
43
48
  requirement: !ruby/object:Gem::Requirement
49
+ none: false
44
50
  requirements:
45
- - - "~>"
51
+ - - ~>
46
52
  - !ruby/object:Gem::Version
47
53
  version: 1.2.2
48
54
  type: :runtime
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
51
58
  requirements:
52
- - - "~>"
59
+ - - ~>
53
60
  - !ruby/object:Gem::Version
54
61
  version: 1.2.2
55
62
  description: Run external commands on Unix or Windows
@@ -62,33 +69,34 @@ extra_rdoc_files:
62
69
  files:
63
70
  - LICENSE
64
71
  - README.md
65
- - lib/mixlib/shellout.rb
66
72
  - lib/mixlib/shellout/exceptions.rb
67
73
  - lib/mixlib/shellout/unix.rb
68
74
  - lib/mixlib/shellout/version.rb
69
- - lib/mixlib/shellout/windows.rb
70
75
  - lib/mixlib/shellout/windows/core_ext.rb
76
+ - lib/mixlib/shellout/windows.rb
77
+ - lib/mixlib/shellout.rb
71
78
  homepage: http://wiki.opscode.com/
72
79
  licenses: []
73
- metadata: {}
74
80
  post_install_message:
75
81
  rdoc_options: []
76
82
  require_paths:
77
83
  - lib
78
84
  required_ruby_version: !ruby/object:Gem::Requirement
85
+ none: false
79
86
  requirements:
80
- - - ">="
87
+ - - ! '>='
81
88
  - !ruby/object:Gem::Version
82
89
  version: 1.9.3
83
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
+ none: false
84
92
  requirements:
85
- - - ">"
93
+ - - ! '>'
86
94
  - !ruby/object:Gem::Version
87
95
  version: 1.3.1
88
96
  requirements: []
89
97
  rubyforge_project:
90
- rubygems_version: 2.2.2
98
+ rubygems_version: 1.8.29
91
99
  signing_key:
92
- specification_version: 4
100
+ specification_version: 3
93
101
  summary: Run external commands on Unix or Windows
94
102
  test_files: []
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 6f04de24f7df5d622a60ba7d1cfbf959e220e6c8
4
- data.tar.gz: 5cb4cf1f5bf05a59e4c04a56d96c8824ae5f8181
5
- SHA512:
6
- metadata.gz: 554e715deb3e4b25dad251a62e1e6c0a4d99eae682b8b7092cd69a89e6e5bf6edfb541b1e942ac371442a28242cf8e43d05dd8a85861766ab3052cf57ffa6a33
7
- data.tar.gz: cce9aae67fe8bb31372759f6fd64a78dd4166d2a150dd7d79f95ed41b942393af654f3f8f9e52498664100b2190e68ef0d675fa47856107995e301ccd0329aa0