README.markdown in standalone_migrations-4.0.5 vs README.markdown in standalone_migrations-5.0.0
- old
+ new
@@ -1,10 +1,12 @@
Rails migrations in non-Rails (and non Ruby) projects.
+[![Build Status](https://travis-ci.org/thuss/standalone-migrations.svg?branch=master)](https://travis-ci.org/thuss/standalone-migrations)
+
WHAT'S NEW
==========
-In the 4.x release we have moved to using Rails 4 migrations instead of maintaining our own migration related code. Just about anything you can do with Rails 4 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!
@@ -102,11 +104,11 @@
config:
database: db/config.yml
```
These are the configurable options available. You can omit any of
-the keys and Standalone Migrations will assume the default values.
+the keys and Standalone Migrations will assume the default values.
### on_loaded callbacks
If you would like to use an external library such as [foreigner](https://github.com/matthuhiggins/foreigner) with standalone migrations, you can add the following to your `Rakefile`:
@@ -257,6 +259,6 @@
- [Yuu Yamashita](https://github.com/yyuu)
- [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)
\ No newline at end of file
+ - [Yi Wen](https://github.com/ywen)