Skip to content

Commit

Permalink
Release 1.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Jan 22, 2012
1 parent 9dfc1d9 commit be0f443
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: .
specs:
spork (0.9.0)
spork (1.0.0rc0)

PATH
remote: .
specs:
spork (0.9.0)
spork (1.0.0rc0)

GEM
remote: http://rubygems.org/
Expand Down
12 changes: 7 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,17 @@ See https://github.com/sporkrb/spork/wiki/Supported-Application-Frameworks for a

== INSTALL:

=== rubygems:
NOTICE:

[sudo] gem install spork
* Rails support (and other app frameworks) have been extracted. If using spork with rails, you'll want to use spork-rails gem, https://github.com/sporkrb/spork-rails.

=== bundler:
* If you wish to use the stable verson of spork 0.9, refer to https://github.com/sporkrb/spork/tree/v0.9.x

=== Bundler:

Add to your Gemfile:

gem 'spork', '~> 0.9.0'
gem 'spork', '~> 1.0rc'

== Usage

Expand All @@ -53,7 +55,7 @@ TestUnit:
(Install the spork-testunit gem)
spork test_unit --bootstrap

If you don't specifiy a test framework, spork will find one and pick it.
(If you don't specifiy a test framework, spork will find one and pick it.)

Follow the instructions.

Expand Down
4 changes: 1 addition & 3 deletions spork.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'date'
Gem::Specification.new do |s|
s.name = %q{spork}
s.version = "0.9.0"
s.version = "1.0.0rc0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Harper", "Donald Parish"]
Expand All @@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/sporkrb/spork}
s.rdoc_options = ["--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{spork}
s.rubygems_version = %q{1.3.5}
s.summary = %q{spork}
s.test_files = Dir["features/**/*"] + Dir["spec/**/*"]

Expand Down

0 comments on commit be0f443

Please sign in to comment.