public
Rubygem
Description: Set of helper methods for use with God
Clone URL: git://github.com/geoffgarside/angel.git
angel /
name age message
file .gitignore Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
file History.txt Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
file License.txt Thu Apr 17 13:16:22 -0700 2008 Fill out the FIXME's from the skeleton [geoffgarside]
file Manifest.txt Thu Apr 17 13:07:21 -0700 2008 Add Angel module and servers [geoffgarside]
file PostInstall.txt Thu Apr 17 13:16:22 -0700 2008 Fill out the FIXME's from the skeleton [geoffgarside]
file README.txt Thu Apr 17 13:16:22 -0700 2008 Fill out the FIXME's from the skeleton [geoffgarside]
file Rakefile Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
file angel.gemspec Mon Jun 16 09:08:03 -0700 2008 Update gemspec for new version [geoffgarside]
directory config/ Fri Jun 13 16:10:52 -0700 2008 Update description [geoffgarside]
directory lib/ Mon Jun 16 09:06:28 -0700 2008 Bump version due to fairly substantial change [geoffgarside]
directory script/ Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
file setup.rb Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
directory tasks/ Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
directory test/ Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
directory website/ Thu Apr 17 12:57:04 -0700 2008 Newgem skeleton for Angel [geoffgarside]
README.txt
= angel

http://github.com/geoffgarside/angel

== DESCRIPTION:

Some helper methods for streamlining god config files

== REQUIREMENTS:

While it doesnt force it, god would make sense too ;)

== INSTALL:

$ git clone git://github.com/geoffgarside/angel.git
$ cd angel
$ rake install_gem

and god would help

$ sudo gem install god

== LICENSE:

(The MIT License)

Copyright (c) 2008 Geoff Garside.

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.