Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| # $Header: /root/RCS/siriproxy-raspberrypi.txt,v 1.9 2013/11/09 08:11:00 root Exp $ | |
| # $Log: siriproxy-raspberrypi.txt,v $ | |
| # Revision 1.9 2013/11/09 08:11:00 root | |
| # updated for latest RVM which installs dependencies and Ruby by default | |
| # | |
| # Revision 1.8 2013/03/22 20:41:20 root | |
| # updated for Ruby 2.0.0 and SiriProxy 0.5.2 | |
| # | |
| # Revision 1.7 2012/12/31 04:42:57 root | |
| # shorter URL for newark and typos |
| # By Oto Brglez - @otobrglez | |
| # Rake task. Put in your (lib/tasks) folder of your Rails application | |
| # Execute with "rake dropbox:backup" | |
| # Configuration must be inside config/dropbox.yml file | |
| namespace :dropbox do | |
| desc "Backup production database to dropbox" | |
| task :backup do | |
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.