No commit activity in last 3 years
No release in over 3 years
This is a collection of Ruby extensions and utilities I've been carting around from project to project. Many are taken from the Facets project (I just don't want to include that whole gem in my codebases).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 3.0
 Project Readme

Subelsky Power Tools Gem

This is a collection of Ruby extensions and utilities I've been carting around from project to project. Many are taken from the Facets project (I just don't want to include that whole gem in my codebases).

The name is a tribute to Topfunky Power Tools.

Installation

gem install subelsky_power_tools

Usage

The gem does not automatically require anything, so you can pick and choose which extensions get added, by requiring them individually, e.g.:

require 'subelsky_power_tools/ext/hash'
require 'subelsky_power_tools/ext/exception'
require 'subelsky_power_tools/ext/kernel'

See the individual extensions in lib or their tests in the spec directory.

Problems? Questions?

Email mike@subelsky.com or file an issue on GitHub. Thanks!