From: Tore Darell Date: 2008-04-23T17:10:23+09:00 Subject: Re: Barby 0.1 - Ruby barcode generator that doesn't suck (that much) On Apr 22, 12:13 pm, Mikel Lindsaar wrote: > On Tue, Apr 22, 2008 at 4:05 AM, Tore Darell wrote: > > barcode = Barby::Code128B.new('IM-IN-UR-BARCODE') > > File.open('test.png', 'w') do |f| > > f.write barcode.to_png > > end > > Heh... I just showed this to a work associate of mine who has been > writing barcodes out directly to an epson printer comm spec. > > He almost fell over in shock. > > I love Ruby :) > > By the way: > > baci:~ mikel$ date > Tue Apr 22 20:12:57 EST 2008 > baci:~ mikel$ sudo gem install barby > Password: > ERROR: could not find barby locally or in a repository > > Maybe still flowing into the gem servers? > > Mikel Hm, it's a while now since I uploaded it to RF, so it should work. This is my first gem on RF, so I might not have done everything right, but it works for me now, and has before too.. Hopefully (or, hopefully not, probably) it's just some sort of server hickup. The gem file is here: http://rubyforge.org/frs/?group_id=5831&release_id=20294 Tore