diff options
| author | John Hampton | 2009-11-23 01:02:13 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-15 13:39:49 -0700 |
| commit | 48f764420d32eac46d292845342b2963bc1c7960 (patch) | |
| tree | 491981c7be9d554a5e9af27ea959a1f89164496f | |
| parent | 75a78d77c4c63a8fc7994d3f2e1153b09cdab9d8 (diff) | |
| download | homebrew-48f764420d32eac46d292845342b2963bc1c7960.tar.bz2 | |
Migreazy formula
Migreazy is a tool that helps manage git branches and Rails migrations.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/migreazy.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/migreazy.rb b/Library/Formula/migreazy.rb new file mode 100644 index 000000000..0c5b30896 --- /dev/null +++ b/Library/Formula/migreazy.rb @@ -0,0 +1,11 @@ +require 'formula' + +class Migreazy <Formula + head 'git://github.com/fhwang/migreazy.git' + homepage 'http://github.com/fhwang/migreazy' + + def install + FileUtils.mv 'MIT-LICENSE', 'LICENSE' + bin.install 'bin/migreazy' + end +end |
