From: Foreero Ivan Date: 2008-04-24T04:09:00+09:00 Subject: Re: Barby 0.1 - Ruby barcode generator that doesn't suck (that much) Does it work with PDF ??? how ?? I try to run this require 'barby' require 'barby/outputter/rmagick_outputter' barcode = Barby::Code128B.new('IM-IN-UR-BARCODE') File.open('test.png', 'w') do |f| f.write barcode.to_png end but ruby says me that barby.rb:8: uninitialized constant Barby::Code128B (NameError) what I doing wrong?? Tore Darell wrote: > On Apr 22, 12:13 pm, Mikel Lindsaar wrote: >> >> 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 -- Posted via http://www.ruby-forum.com/.