DEPLOYING 329 B

123456789101112
  1. = Deploying a new Ruby Koans ZIP file
  2. The "Download" button on the rubykoans.com web-site points to the
  3. download/rubykoans.zip file in the github repository. So to update the
  4. download target on the web-site, just rebuild the .zip file, commit
  5. and push the changes.
  6. rake package
  7. git add download
  8. git push
  9. That's it.