[ANN] gauntlet 1.0.0 Released

R

Ryan Davis

gauntlet version 1.0.0 has been released!

* <http://rubyforge.org/projects/seattlerb>

Gauntlet is a pluggable means of running code against all the latest
gems and storing off the data.

== FEATURES/PROBLEMS:

* Downloads all the latest gems and converts them to tarballs for easy
access.
* Iterates through all downloaded gems, unpacks them, and then runs
your code.
* Automates storage of results to YAML files.
* Easily skips over projects that already have results (overridable).
* gauntlet commandline locates your gauntlet library via rubygems:
* eg. `gauntlet flog` finds gauntlet_flog.rb in the flog gem.

== SYNOPSIS:

require 'gauntlet'

class MyGauntlet < Gauntlet
def run name
data[name] = Dir["**/*.rb"]
self.dirty = true
end
end

filter = ARGV.shift
filter = Regexp.new filter if filter

gauntlet = MyGauntlet.new
gauntlet.run_the_gauntlet filter

Changes:

### 1.0.0 / 2008-12-04

* 1 major enhancement

* Birthday!

* <http://rubyforge.org/projects/seattlerb>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top