cheald / jabberish

A Rails plugin that provides a DRb server and singleton object for sending IMs via Jabber (including Google Talk) from a Rails application

This URL has Read+Write access

Chris Heald (author)
Mon Sep 22 23:22:03 -0700 2008
commit  f00179346961a5375cd5bf0f1cada8f63857e4e4
tree    d50500761467d0727baf2dd050a3d97e2d26c31d
parent  19085da47cdc730436f905613622b7c79b1e0569
jabberish / install.rb
100755 6 lines (4 sloc) 0.247 kb
1
2
3
4
5
6
require 'fileutils'
 
config = File.dirname(__FILE__) + '/../../../config/jabberish.yml'
FileUtils.cp File.dirname(__FILE__) + '/config/jabberish.yml.tpl', config unless File.exist?(config)
 
puts IO.read(File.join(File.dirname(__FILE__), 'README'))