spork 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +2 -2
  2. data/lib/spork/diagnoser.rb +1 -1
  3. metadata +2 -2
@@ -29,7 +29,7 @@ Actually, Spork ~can~ work with any application framework. But, it ships with h
29
29
 
30
30
  === rubygems:
31
31
 
32
- [sudo] gem install spork --prerelease
32
+ [sudo] gem install spork --version 0.9.0
33
33
 
34
34
  (Rails 2.x)
35
35
 
@@ -39,7 +39,7 @@ Actually, Spork ~can~ work with any application framework. But, it ships with h
39
39
 
40
40
  Add to your Gemfile:
41
41
 
42
- gem 'spork', '~> 0.9.0.rc'
42
+ gem 'spork', '~> 0.9.0'
43
43
 
44
44
  (Rails 2.x, use this)
45
45
 
@@ -32,7 +32,7 @@ class Spork::Diagnoser
32
32
  end
33
33
  private :require
34
34
 
35
- def load(string)
35
+ def load(string, wrap = false)
36
36
  ::Spork::Diagnoser.add_included_file(string, caller)
37
37
  load_without_diagnoser(string)
38
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-01-22 00:00:00.000000000Z
13
+ date: 2012-05-04 00:00:00.000000000Z
14
14
  dependencies: []
15
15
  description: A forking Drb spec server
16
16
  email: