jmstacey / cfbackup

A simple ruby program intended to serve as a useful tool for automated backups to Rackspace Cloud Files.
https://github.com/jmstacey/cfbackup/wiki
Other
11 stars 3 forks source link

Ruby 1.9 support #10

Open jmstacey opened 15 years ago

jmstacey commented 15 years ago

Add support for Ruby 1.9, but maintain 1.8 compatibility. Offhand, ftools has been replaced with fileutils.

Consider: inline support or branch. Documentation updates.

jmstacey commented 15 years ago

This probably won't happen until Ubuntu goes 1.9 since I'm running 1.8 on my production servers. However, patches are welcome!

I'll leave this issue open until it's resolved, but don't expect anything from me until at least the next Ubuntu release.

jmstacey commented 14 years ago

My initial plans would be to support two versions of CFBackup: 0.9.x which supports Ruby 1.9 and 0.8.x which supports Ruby 1.8 and will primarily only see bug fixes.