isolate 2.1.1 → 2.1.2

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.
@@ -1,3 +1,7 @@
1
+ === 2.1.2 / 2010-07-23
2
+
3
+ * Teach `isolate:sh` how to work on Windows.
4
+
1
5
  === 2.1.1 / 2010-07-08
2
6
 
3
7
  * Fix $LOAD_PATH filtering bug when system is false.
@@ -8,7 +8,7 @@ module Isolate
8
8
 
9
9
  # Duh.
10
10
 
11
- VERSION = "2.1.1"
11
+ VERSION = "2.1.2"
12
12
 
13
13
  # Disable Isolate. If a block is provided, isolation will be
14
14
  # disabled for the scope of the block.
@@ -43,7 +43,7 @@ namespace :isolate do
43
43
 
44
44
  desc "Run an isolated command or subshell."
45
45
  task :sh, [:command] do |t, args|
46
- exec args.command || ENV["SHELL"]
46
+ exec args.command || ENV["SHELL"] || ENV["COMSPEC"]
47
47
  end
48
48
 
49
49
  desc "Which isolated gems have updates available?"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isolate
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 1
10
- version: 2.1.1
9
+ - 2
10
+ version: 2.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Barnette
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-07-08 00:00:00 -07:00
19
+ date: 2010-07-23 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency