README.md in multiverse-0.0.2 vs README.md in multiverse-0.0.3
- old
+ new
@@ -4,9 +4,11 @@
One of the easiest ways to scale your database is to move large, infrequently-joined tables to a separate database. **ActiveRecord supports multiple databases, but Rails doesn’t provide a way to manage them.** Multiverse changes this.
Works with Rails 5+
+[![Build Status](https://travis-ci.org/ankane/multiverse.svg?branch=master)](https://travis-ci.org/ankane/multiverse)
+
## Installation
Add this line to your application’s Gemfile:
```ruby