Technical.Web

Technical.Projects

Jeweler is the GitHub recommended way to generating and maintaining RubyGem projects.

Daywalker is a Ruby library for accessing data about congressional districts and legislators using the Sunlight API.

Technical.Stats

Jeweler, now with support for test/unit, minitest, rspec, and cucumber

I had announced jeweler a few weeks ago, and it’s been very well received. It’s even the GitHub recommended way of managing your gems, which is pretty awesome.

Things haven’t been sitting still though. Version 0.8.1 is now released. Highlights include:

You can get it using the usual gem install command:

# Run the following if you haven't already:
gem sources -a http://gems.github.com
# Install the gem:
sudo gem install technicalpickles-jeweler

See the jeweler command for possible arguments:

Usage: jeweler [options] reponame
e.g. jeweler the-perfect-gem
        --bacon                      generate bacon specs
        --shoulda                    generate shoulda tests
        --testunit                   generate test/unit tests
        --miniunit                   generate mini/unit tests
        --rspec                      generate rspec tests
        --create-repo                create the repository on GitHub
        --summary [SUMMARY]          specify the summary of the project
    -h, --help                       display this help and exit

That is all for now, so get crafting!

blog comments powered byDisqus