public
Description: autotest-growl for pure network-based growls
Homepage:
Clone URL: git://github.com/kennethkalmer/autotest-growl-remote.git
kennethkalmer (author)
Tue Sep 15 06:03:55 -0700 2009
commit  538aaf331501233bb2fef13b48386929a2c319b0
tree    949f2d93ce88cc6fbcf621db5b223f6b3b398f38
parent  4af25656d68c4f0c43ecace8d807e497e592a3f6
name age message
file .autotest Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
file .gitignore Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
file History.txt Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
file Manifest.txt Tue Sep 15 06:03:55 -0700 2009 Hate manifests [kennethkalmer]
file PostInstall.txt Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
file README.rdoc Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
file Rakefile Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
file TODO.txt Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
file autotest-growl-remote.gemspec Tue Sep 15 06:03:55 -0700 2009 Hate manifests [kennethkalmer]
directory lib/ Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
directory script/ Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
directory spec/ Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
directory tasks/ Tue Sep 15 05:09:37 -0700 2009 Worthy of a 0.1 [kennethkalmer]
README.rdoc

autotest-growl-remote

DESCRIPTION:

A minimal copy of autotest-growl that only sends network notifications to Growl. No fancy icons, but great for sending messages from a virtual machine or a local CI box.

SYNOPSIS:

Add to your project’s .autotest, or to ~/.autotest

  require 'autotest/growl/remote'

  Autotest::Growl::Remote.remote_host = 'ip.or.host.name'
  Autotest::Growl::Remote.remote_password = 'foo' # if needed

REQUIREMENTS:

  • ZenTest 4.0.0 or later

INSTALL:

  • gem install kennethkalmer-autotest-growl-remote

ACTUAL WORK:

The actual work was done by Sven Schwyn (svoop) when he made the autotest-growl project (which I just copied and pasted), and Eric Hodel (drbrain) for his ruby-growl library that I bundled in here.

I only changed one method, and I did this for my own convenience.

LICENSE:

(The MIT License)

Copyright © 2009 Kenneth Kalmer

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.