Skip to content

Commit

Permalink
Hoe-ified to build gem etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Baldwin committed Apr 15, 2009
1 parent f7ae490 commit c60788f
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 0 deletions.
6 changes: 6 additions & 0 deletions History.txt
@@ -0,0 +1,6 @@
=== 1.0.0 / 2009-04-15

* 1 major enhancement

* Birthday!

14 changes: 14 additions & 0 deletions Manifest.txt
@@ -0,0 +1,14 @@
History.txt
Manifest.txt
README.txt
Rakefile
bin/tripwire
lib/tripwire.rb
lib/tripwire/cli.rb
lib/tripwire/runner.rb
lib/tripwire/scanner.rb
spec/scanner_spec.rb
spec/spec.opts
spec/spec_helper.rb
temp

56 changes: 56 additions & 0 deletions README.txt
@@ -0,0 +1,56 @@
= tripwire

http://github.com/brendan/tripwire

== DESCRIPTION:

Tripwire is a simple tool for watching a set of files/folders for changes
and then triggering a shell command to execute when a change occurs.

It was written because I love the concepts behind autotest and rstakeout
but the difference is that it will watch for the addition of files and
subfolders where those tools only seemed to register a set of files at
startup and never seemed to pick up on when you created new ones.

Tripwire uses very simple Dir.glob-ing

== FEATURES/PROBLEMS:

* FIX (list of features or problems)

== SYNOPSIS:

FIX (code sample of usage)

== REQUIREMENTS:

* FIX (list of requirements)

== INSTALL:

sudo gem install brendan-tripwire

== LICENSE:

(The MIT License)

Copyright (c) 2009 FIX

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.

0 comments on commit c60788f

Please sign in to comment.