dbmanager 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- ## v0.1.3
1
+ ## v0.1.4
2
2
 
3
3
  * environments are now listed sorted
4
4
  * raise meaningful error when database.yml contains invalid data
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.
@@ -1,3 +1,3 @@
1
1
  module Dbmanager
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: