isolate 3.2.0 → 3.2.1
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.tar.gz.sig +0 -0
- data/CHANGELOG.rdoc +8 -0
- data/README.rdoc +0 -5
- data/lib/isolate.rb +2 -2
- metadata +8 -9
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.rdoc
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
=== 3.2.1 / 2011-11-09
|
|
2
|
+
|
|
3
|
+
* 2 bug fixes:
|
|
4
|
+
|
|
5
|
+
* Now that rubygems has full dependency resolution, remove it from
|
|
6
|
+
the "Not Gonna Happen" section in README.rdoc.
|
|
7
|
+
* Fix broken close tag in documentation. (pbevin)
|
|
8
|
+
|
|
1
9
|
=== 3.2.0 / 2011-08-31
|
|
2
10
|
|
|
3
11
|
* 1 major enhancement:
|
data/README.rdoc
CHANGED
|
@@ -162,11 +162,6 @@ public API, please see the RDoc.
|
|
|
162
162
|
|
|
163
163
|
== Not Gonna Happen
|
|
164
164
|
|
|
165
|
-
* Dependency resolution. If this ever becomes a serious problem for
|
|
166
|
-
us, we'll likely push hard to solve it in RubyGems proper. If you
|
|
167
|
-
run into these sorts of problems a lot, use Bundler. Or less
|
|
168
|
-
libraries.
|
|
169
|
-
|
|
170
165
|
* Autorequire. Unlike <tt>config.gems</tt> or other solutions, Isolate
|
|
171
166
|
expects you to be a good little Rubyist and manually
|
|
172
167
|
<tt>require</tt> the libraries you use.
|
data/lib/isolate.rb
CHANGED
|
@@ -8,7 +8,7 @@ module Isolate
|
|
|
8
8
|
|
|
9
9
|
# Duh.
|
|
10
10
|
|
|
11
|
-
VERSION = "3.2.
|
|
11
|
+
VERSION = "3.2.1"
|
|
12
12
|
|
|
13
13
|
# Disable Isolate. If a block is provided, isolation will be
|
|
14
14
|
# disabled for the scope of the block.
|
|
@@ -19,7 +19,7 @@ module Isolate
|
|
|
19
19
|
|
|
20
20
|
# What environment should be isolated? Consults environment
|
|
21
21
|
# variables <tt>ISOLATE_ENV</tt>, <tt>RAILS_ENV</tt>, and
|
|
22
|
-
# <tt>RACK_ENV</tt>. Defaults to <tt>development"
|
|
22
|
+
# <tt>RACK_ENV</tt>. Defaults to <tt>development"</tt> if none are
|
|
23
23
|
# set.
|
|
24
24
|
|
|
25
25
|
def self.env
|
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: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 3.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 3.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Davis
|
|
@@ -38,7 +38,7 @@ cert_chain:
|
|
|
38
38
|
FBHgymkyj/AOSqKRIpXPhjC6
|
|
39
39
|
-----END CERTIFICATE-----
|
|
40
40
|
|
|
41
|
-
date: 2011-
|
|
41
|
+
date: 2011-11-10 00:00:00 Z
|
|
42
42
|
dependencies:
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: minitest
|
|
@@ -46,14 +46,13 @@ dependencies:
|
|
|
46
46
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
47
47
|
none: false
|
|
48
48
|
requirements:
|
|
49
|
-
- -
|
|
49
|
+
- - ~>
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
hash:
|
|
51
|
+
hash: 13
|
|
52
52
|
segments:
|
|
53
53
|
- 2
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
version: 2.5.1
|
|
54
|
+
- 7
|
|
55
|
+
version: "2.7"
|
|
57
56
|
type: :development
|
|
58
57
|
version_requirements: *id001
|
|
59
58
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
|
Binary file
|