Jim Deville
Jim Deville
``` Host foo* User=jim Host foo.1 HostName=foo.baz.com Host foo.2 HostName=foo.bar.com ``` This should equate to ``` Host foo.1 User=jim HostName=foo.baz.com Host foo.2 User=jim HostName=foo.bar.com ``` However currently, it is output...
I feel it makes sense to bump the minor version to separate guard-resque supported on pre-1.1 from guard resque post-1.1. In that light, I've made this a clean break to...
`rake spec:portability` prepares every Ruby installed on the system, but it doesn't enforce the existence of a set of Ruby's. We should probably enforce the existence of at least Ruby...