Skip to content

Monthly Archives: May 2009

git branch –force

The headaches of coordinating a transition from svn => bzr at $JOB a few months ago have had time to fade, and I’ve now had some time to get used to using a DVCS on a day-to-day basis. Much like the experience of working with revision control is to the absence of it, I’ve [...]

rubygems requirement syntax for config.gem :version

This shouldn’t have been as difficult to find as it was, so I figured I’d better throw it somewhere.

OPS = {
"=" => lambda { |v, r| v == r },
"!=" => lambda { |v, r| v != r },
[...]