public
Description: Allows you to send an SMS in the form of an e-mail to a cell phone from your Rails application
Homepage: http://intridea.com/2008/3/30/sms-fu-quickly-easily-send-text-messages
Clone URL: git://github.com/brendanlim/sms-fu.git
Click here to lend your support to: sms-fu and make a donation at www.pledgie.com !
sms-fu / install.rb
100644 4 lines (4 sloc) 0.2 kb
1
2
3
4
require 'ftools'
require 'fileutils'
puts IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
File.copy(File.dirname(__FILE__)+'/templates/sms_fu.yml', File.dirname(__FILE__)+'/../../../config')