darkhelmet-darkext 0.9.6 → 0.9.7

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.7 2009-3-2
2
+
3
+ * Close when done fiber
4
+
1
5
  == 0.9.6 2009-3-2
2
6
 
3
7
  * Remove printn
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 9
3
- :patch: 6
3
+ :patch: 7
4
4
  :major: 0
@@ -33,6 +33,7 @@ module Beagle
33
33
  end
34
34
  Fiber.yield(result)
35
35
  end
36
+ @io.close
36
37
  end
37
38
  end
38
39
 
@@ -43,10 +44,6 @@ module Beagle
43
44
  return nil
44
45
  end
45
46
  end
46
-
47
- def close
48
- @io.close
49
- end
50
47
  end
51
48
 
52
49
  def self.home
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darkhelmet-darkext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Huckstep