# PgMigrate The ruby implementation of pg_migrate. *Does not currently support Ruby 2.0!* With this gem, there are two primary features: * Manifest Builder - process a user's pg_migrate manifest into a stable set of SQL migration scripts * Migrator - migrate a database, using a built pg_migrate manifest ## Installation Add this line to your application's Gemfile: gem 'pg_migrate' And then execute: $ bundle Or install it yourself as: $ gem install pg_migrate ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request