Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #10 from chmeldax/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
Jan Chmelicek committed May 4, 2016
2 parents 83b9463 + 6828204 commit ac6d6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/simplybusiness/kitcat.svg?branch=master)](https://travis-ci.org/simplybusiness/kitcat)
# KitCat

[![Coverage Status](https://coveralls.io/repos/github/simplybusiness/kitcat/badge.svg?branch=develop)](https://coveralls.io/github/simplybusiness/kitcat?branch=develop)
[![Code Climate](https://codeclimate.com/github/simplybusiness/kitcat/badges/gpa.svg)](https://codeclimate.com/github/simplybusiness/kitcat)

# KitCat

*Sometimes schema migrations are just not enough.*

Data migration framework written in plain Ruby. Although originally created for migrating data in MongoDb, currently it is pretty **generic**, since it **does not depend** on any web framework.
Expand Down
1 change: 1 addition & 0 deletions kitcat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Gem::Specification.new do |gem|
gem.version = '1.0.0'
gem.summary = 'a framework to support data processing'
gem.description = 'initially created for data migrations. Provides logging, progess bar and graceful handling'
gem.licenses = ['MIT']
gem.authors = ['Simply Business']
gem.email = ['tech@simplybusiness.co.uk']
gem.homepage = 'https://github.com/simplybusiness/kitcat'
Expand Down

0 comments on commit ac6d6b6

Please sign in to comment.