lloyd.io is the personal website of Lloyd Hilaiel, a software engineer who lives in Denver, Colorado.

Content here is available under a CC BY-SA 3.0 license. Icons from Phosphor Icons. Typeset in Lexend and Lekton. Built with Jekyll. Source on GitHub.

fixing lockfile gem (v1.4.3) for ruby 1.9
2009-09-23
[lth@clover sup]$ diff /usr/lib/ruby/gems/1.9.1/gems/lockfile-1.4.3/lib/lockfile.rb{~,}
475c475
<       buf.each do |line|
---
>       buf.split($/).each do |line|