isolate 3.1.1 → 3.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.
data.tar.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- �0����qf<7�ފ�(:IG��N.Ȥb��u��;���D��t����jYh�ߺ�+Akxa��\_���\�Ϩ
2
- V\ �S�{ �2�0��9��(~���7O�f�����&�~+M�Y����[���~�n��
1
+ k����Ew!�����x>��4d�r��nU�
2
+ G
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,9 @@
1
+ === 3.1.2 / 2011-08-09
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed check for Gem::Deprecate. No clue. But it works now.
6
+
1
7
  === 3.1.1 / 2011-07-21
2
8
 
3
9
  * 2 bug fixes:
data/lib/isolate.rb CHANGED
@@ -8,7 +8,7 @@ module Isolate
8
8
 
9
9
  # Duh.
10
10
 
11
- VERSION = "3.1.1"
11
+ VERSION = "3.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.
@@ -324,7 +324,7 @@ module Isolate
324
324
  specs.uniq
325
325
  end
326
326
 
327
- dep_module = Gem.const_defined?(:Deprecate) ? Gem::Deprecate : Deprecate
327
+ dep_module = defined?(Gem::Deprecate) ? Gem::Deprecate : Deprecate
328
328
  extend dep_module
329
329
  deprecate :index, :none, 2011, 11
330
330
  end
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: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 1
10
- version: 3.1.1
9
+ - 2
10
+ version: 3.1.2
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-07-21 00:00:00 Z
41
+ date: 2011-08-09 00:00:00 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: hoe-seattlerb
metadata.gz.sig CHANGED
Binary file