isolate 1.10.1 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.rdoc +4 -0
- data/Manifest.txt +1 -0
- data/README.rdoc +3 -4
- data/lib/isolate.rb +1 -1
- data/lib/isolate/now.rb +2 -0
- metadata +5 -4
data/CHANGELOG.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/README.rdoc
CHANGED
@@ -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/
|
24
|
-
dependency resolution, supports non-gem resources,
|
25
|
-
better fit for you.
|
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.
|
data/lib/isolate.rb
CHANGED
data/lib/isolate/now.rb
ADDED
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:
|
4
|
+
hash: 59
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 10
|
9
|
-
-
|
10
|
-
version: 1.10.
|
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-
|
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
|