diff --git a/Gemfile b/Gemfile index ae0c187..3dbd20b 100755 --- a/Gemfile +++ b/Gemfile @@ -14,19 +14,19 @@ group :development, :test do #ORM's gem "activerecord" gem "datamapper" - gem "dm-migrations" - gem "dm-sqlite-adapter" + gem "dm-migrations" + gem "dm-sqlite-adapter" gem "mongoid" - gem "tzinfo" - gem "mongo_ext" - gem "bson_ext" - gem "mongoid-tree" + gem "tzinfo" + gem "mongo_ext" + gem "bson_ext" + gem "mongoid-tree" gem "mongo_mapper" gem "moped" gem "couch_potato" - gem "sequel", "~>3.21.0" + gem "sequel", "~> 3.21.0" #gem "ibm_db" # I don't want to add this dependency, even as a dev one since it requires DB2 to be installed gem 'mysql', '~> 2.8.1' gem 'mysql2' diff --git a/README.markdown b/README.markdown index 1257161..05c1e8b 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ Each strategy is a small amount of code but is code that is usually needed in an ActiveRecord, DataMapper, Sequel, MongoMapper, Mongoid, CouchPotato, Ohm and Redis are supported. -[![Build Status](https://secure.travis-ci.org/bmabey/database_cleaner.png)](http://travis-ci.org/bmabey/database_cleaner) +[![Build Status](https://travis-ci.org/DatabaseCleaner/database_cleaner.svg?branch=master)](https://travis-ci.org/DatabaseCleaner/database_cleaner) Here is an overview of the strategies supported for each library: