dbmanager 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +1 -1
- data/README.md +1 -0
- data/lib/dbmanager/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
## Dbmanager
|
2
2
|
|
3
3
|
[![Build Status](https://secure.travis-ci.org/spaghetticode/dbmanager.png)](http://travis-ci.org/spaghetticode/dbmanager)
|
4
|
+
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/spaghetticode/dbmanager)
|
4
5
|
|
5
6
|
This gem will add some convenience rake tasks that will help you manage database
|
6
7
|
dumps and imports. At the moment only the mysql adapter is available.
|
data/lib/dbmanager/version.rb
CHANGED