README.rdoc in migration_tools-0.1.7 vs README.rdoc in migration_tools-0.2.1
- old
+ new
@@ -1,8 +1,8 @@
= migration_tools
-This gem adds a few delicious tasks to your migration tool box.
+Rake tasks for grouping migrations.
== Groups
The migration tools allow you to specify a group in your migrations. This is used to allow you to run your migrations in groups, as opposed to all at once. This is useful if you want to run a certain group of migrations before a deploy, another group during deploy and a third group after deploy.
@@ -57,10 +57,12 @@
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
+{<img src="https://secure.travis-ci.org/morten/migration_tools.png" />}[http://travis-ci.org/morten/migration_tools]
+
== Copyright
-Copyright (c) 2010 Morten Primdahl. See LICENSE.txt for
+Copyright (c) 2010 Morten Primdahl. See MIT-LICENSE.txt for
further details.