== 1.1.12
- fixing chmod of the release folder from 655 to 755
== 1.1.11
- removing the Gem::SourceIndex#search deprecated call and replacing for 'find_name'
- chmod 655 for release_path on each deploy
== 1.1.10
- Capistrano 2.5.5 "almost" fixes the SCM/None xcopy strategy but gets wrong on replacing slashes
for backslashes. Added fix for that
== 1.1.7
- fixing mysql host name appending wrong string
- rescuying when some template file is not present in the gem
- adding missing templates/.gitignore to the gemspec
== 1.1.6
- missing /home/#user/rails_app will now be properly created
== 1.1.5
- monkey patching Capistrano 2.5.0 with the following fixes:
http://github.com/akitaonrails/capistrano/commit/2b52cad3d17ca6f1ec9bfb9c46ef3358ce608b53
http://github.com/akitaonrails/capistrano/commit/4d9f4382ccd13ae4c9a7f4fe88ad18fd84b77be6
http://github.com/akitaonrails/capistrano/commit/e9c9e6842cf2b96e1269a860a26a54b0eaa51f4c
http://github.com/akitaonrails/capistrano/commit/f9a115a75112d3d4966138a9e4bd0a1adc5f467a
http://github.com/akitaonrails/capistrano/commit/60a98a7b7555e2c3a146daaa79ea8b400778cbe8
== 1.1.3
- added command line options to avoid interactive inputs
- fixed backup lib for mysql
== 1.1.2
- added full backup/restore operations for mysql database
- fixing git support, now let's you choose the local branch do deploy
- adding correct dependency to capistrano
- adding password masking
- added highline to properly deal with user inputs
== 1.1.1
- small git path related fix
== 1.1.0
- basic support to create a remote Git ssh based git repo
- basic support to deploy from the remote Git repo
- support to upload the local ssh public key
- templates now using ERB
== 1.0.0
- basic support for Capistrano's copy strategy
- support for db backup recipe task
- support for tail -f recipe task