spork 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +2 -2
- data/lib/spork/diagnoser.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -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 --
|
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
|
42
|
+
gem 'spork', '~> 0.9.0'
|
43
43
|
|
44
44
|
(Rails 2.x, use this)
|
45
45
|
|
data/lib/spork/diagnoser.rb
CHANGED
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.
|
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-
|
13
|
+
date: 2012-05-04 00:00:00.000000000Z
|
14
14
|
dependencies: []
|
15
15
|
description: A forking Drb spec server
|
16
16
|
email:
|