= hoe-telicopter

* https://github.com/g1nn13/hoe-telicopter

== DESCRIPTION:

Hoe plugin providing tasks used by hotelicopter, currently just the email plugin
from the seattlerb plugin by Ryan Davis

== FEATURES/PROBLEMS:

* hoe/email - automates sending release email.
* hoe/telicopter - activates other plugins.

== SYNOPSIS:

require 'rubygems'
require 'hoe'

Hoe.plugins.delete :rubyforge

Hoe.plugin :telicopter

Hoe.spec 'blah' do
developer 'jim nist', '[email protected]'

email_to << 'boskos@mailing_list.com'
end

== USING EMAIL PLUGIN:

Once you activate the email plugin you should run:

% rake config_hoe

A new section called email will be created at the bottom of the file.
Fill this out as appropriate for your email host. An example gmail
config is below:

email:
user: user.name
pass: xxxx
auth: plain
port: submission
to:
- [email protected]
host: smtp.gmail.com

== REQUIREMENTS:

* gemcutter
* hoe

== INSTALL:

* sudo gem install hoe-telicopter

== DEVELOPERS:

After checking out the source, run:

$ rake newb

This task will install any missing dependencies, run the tests/specs,
and generate the RDoc.

== LICENSE:

(The MIT License)

Copyright (c) 2010 jim nist, hotelicopter.com
Copyright (c) 2009 Ryan Davis, seattle.rb

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.