isolate 1.10.1 → 1.10.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === 1.10.2 / 2010-04-24
2
+
3
+ Add 'isolate/now' convenience require in prep. for 2.x.
4
+
1
5
  === 1.10.1 / 2010-04-23
2
6
 
3
7
  * Fix cleanup, it wasn't.
@@ -5,6 +5,7 @@ README.rdoc
5
5
  Rakefile
6
6
  lib/hoe/isolate.rb
7
7
  lib/isolate.rb
8
+ lib/isolate/now.rb
8
9
  lib/isolate/rake.rb
9
10
  test/fixtures/isolate.rb
10
11
  test/fixtures/with-hoe/specifications/hoe-2.3.3.gemspec
@@ -20,10 +20,9 @@ Sinatra.
20
20
 
21
21
  Isolate is very, very, very stupid simple. For a much more
22
22
  full-featured Gem bundler, check out Yehuda Katz and Carl Lerche's
23
- Bundler[http://github.com/wycats/bundler]: It does a lot of fancy AOT
24
- dependency resolution, supports non-gem resources, and is probably a
25
- better fit for you. For a widely used Gem manager and installer, check
26
- out Chad Woolley's GemInstaller[http://geminstaller.rubyforge.org].
23
+ Bundler[http://github.com/carlhuda/bundler]: It does a lot of fancy
24
+ AOT dependency resolution, supports non-gem (including git) resources,
25
+ and is probably a better fit for you.
27
26
 
28
27
  YMMV, but I haven't tried Isolate with anything older than RubyGems
29
28
  1.3.5.
@@ -8,7 +8,7 @@ require "rubygems/requirement"
8
8
 
9
9
  class Isolate
10
10
 
11
- VERSION = "1.10.1" # :nodoc:
11
+ VERSION = "1.10.2" # :nodoc:
12
12
 
13
13
  # An isolated Gem, with requirement, environment restrictions, and
14
14
  # installation options. Internal use only.
@@ -0,0 +1,2 @@
1
+ require "isolate"
2
+ Isolate.now!
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: 61
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 10
9
- - 1
10
- version: 1.10.1
9
+ - 2
10
+ version: 1.10.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-04-23 00:00:00 -07:00
19
+ date: 2010-04-24 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -88,6 +88,7 @@ files:
88
88
  - Rakefile
89
89
  - lib/hoe/isolate.rb
90
90
  - lib/isolate.rb
91
+ - lib/isolate/now.rb
91
92
  - lib/isolate/rake.rb
92
93
  - test/fixtures/isolate.rb
93
94
  - test/fixtures/with-hoe/specifications/hoe-2.3.3.gemspec