sunspot-rails-tester 0.0.1 → 0.0.2

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.md +6 -2
  2. data/lib/sunspot/rails/tester.rb +2 -2
  3. metadata +1 -1
data/README.md CHANGED
@@ -57,7 +57,11 @@ The following articles served as guidance and inspiration for this gem:
57
57
 
58
58
  * [http://blog.kabisa.nl/2010/02/03/running-cucumber-features-with-sunspot_rails/](http://blog.kabisa.nl/2010/02/03/running-cucumber-features-with-sunspot_rails/)
59
59
  * [http://opensoul.org/blog/archives/2010/04/07/cucumber-and-sunspot/](http://opensoul.org/blog/archives/2010/04/07/cucumber-and-sunspot/)
60
-
60
+
61
+ ## License
62
+
63
+ sunspot-rails-tester is released under the MIT license. See LICENSE for details.
64
+
61
65
  ## Copyright
62
66
 
63
- Copyright (c) 2011 Justin Ko. See LICENSE for details.
67
+ Copyright (c) 2011 Justin Ko
@@ -4,7 +4,7 @@ require 'forwardable'
4
4
  module Sunspot
5
5
  module Rails
6
6
  class Tester
7
- VERSION = '0.0.1'
7
+ VERSION = '0.0.2'
8
8
 
9
9
  class << self
10
10
  extend Forwardable
@@ -18,7 +18,7 @@ module Sunspot
18
18
  self.pid = fork do
19
19
  $stderr.reopen('/dev/null')
20
20
  $stdout.reopen('/dev/null')
21
- sunspot.run
21
+ server.run
22
22
  end
23
23
  kill_at_exit
24
24
  give_feedback
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sunspot-rails-tester
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Justin Ko