Skip to content

Commit

Permalink
Update README and gemspec in preparation of 0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 5, 2011
1 parent 10b226d commit 29e1946
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README
@@ -1,7 +1,7 @@
MemoryTestFix
=============

A simple fix to run tests with sqlite. From example at
A simple fix to run your Rails tests with sqlite. From the example at

http://blog.seagul.co.uk/articles/2006/02/08/in-memory-sqlite-database-for-rails-testing

Expand Down Expand Up @@ -30,6 +30,12 @@ You can also adjust the verbosity of the output:

You can also use this with other (testing) environments, not just 'test'.

== Rails Versions

The gem now uses Rails.env and friends, so will not work with Rails
versions below 2.3. If you're using an older version of Rails, use the
0.1.x version of this gem.

== Authors

Chris Roos
Expand All @@ -42,10 +48,4 @@ Adapted as GemPlugin by Matijs van Zuijlen

Support for environments besides 'test' by Erik Hanson & Matt Scilipoti

== Changelog

* Supports environments besides 'test' (cucumber, etc)
* Updated to work as a GemPlugin
* Updated to look for either so it works with Rails 1.2 and also older versions
* Updated to use ActiveRecord::ConnectionAdapters::SQLite3Adapter for Rails 1.2

Support for Rails 3 by Greg Weber
4 changes: 2 additions & 2 deletions memory_test_fix.gemspec
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = "memory_test_fix"
s.version = "0.1.3"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Roos", "Geoffrey Grosenbach", "Kakutani Shintaro",
"Erik Hanson and Matt Scilipoti", "Matijs van Zuijlen"]
"Erik Hanson and Matt Scilipoti", "Matijs van Zuijlen", "Greg Weber"]
s.email = "matijs@matijs.net"
s.summary = "Makes SQLite3 memory tests possible by preloading the schema."
s.homepage = "http://wiki.github.com/mvz/memory_test_fix"
Expand Down

0 comments on commit 29e1946

Please sign in to comment.