README.markdown in standalone_migrations-5.0.0 vs README.markdown in standalone_migrations-5.2.0

- old
+ new

@@ -2,11 +2,11 @@ [![Build Status](https://travis-ci.org/thuss/standalone-migrations.svg?branch=master)](https://travis-ci.org/thuss/standalone-migrations) WHAT'S NEW ========== -In the 5.x release we have moved to using Rails 5 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 5 migrations you can now do with [Standalone Migrations](https://github.com/thuss/standalone-migrations) too! +In the 5.x release we have moved to using Rails 5 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 5 migrations you can now do with [Standalone Migrations](https://github.com/thuss/standalone-migrations) too! CONTRIBUTE ========== [Standalone Migrations](https://github.com/thuss/standalone-migrations) relies on the contributions of the open-source community! To submit a fix or an enhancement fork the repository, checkout the *develop* branch, make your changes, add your name to the *Contributors* section in README.markdown, and send us a pull request! If you're active and do good work we'll add you as a collaborator! @@ -132,14 +132,14 @@ app/ |-- db/ | |-- migrate/ | | |-- db1/ | | | |-- 001_migration.rb -| | | +| | | | | |-- db2/ | | |-- 001_migration.rb -| | +| | | |-- config_db1.yml | |-- config_db2.yml | |-- seeds_db1.rb | |-- seeds_db2.rb | |-- schema_db1.rb @@ -260,5 +260,6 @@ - [Koen Punt](http://www.koen.pt/) - [Parker Moore](http://www.parkermoore.de/) - [Marcell Jusztin](http://www.morcmarc.com) - [Eric Hayes](http://ejhay.es) - [Yi Wen](https://github.com/ywen) + - [Jonathan Rochkind](https://github.com/jrochkind)