diff options
author | Carl Lerche <carllerche@mac.com> | 2010-03-23 11:23:21 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-03-23 11:23:21 -0700 |
commit | 195cc1402284d0e965cd96e572514fe2ff300788 (patch) | |
tree | 928588a9cc5cb2346d4324b3a9d9842d2b1f00aa /.gitignore | |
parent | 30fb25d3abfc002b85f290587b979d54c35a2e98 (diff) | |
download | rails-195cc1402284d0e965cd96e572514fe2ff300788.tar.gz rails-195cc1402284d0e965cd96e572514fe2ff300788.tar.bz2 rails-195cc1402284d0e965cd96e572514fe2ff300788.zip |
Rake is a better build tool than Thor. Move the gem building and releasing tasks to the Rakefile.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3fec2d912b..30bd888ba6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ spec/support/fixtures/*database* *.DS_Store debug.log pkg +.bundle
\ No newline at end of file |