gbarcode
gbarcode copied to clipboard
C extension that wraps the GNU Barcode project using SWIG - Works on Ruby 1.9 (see ruby1.9 branch) - This is just a fork. See http://rubyforge.org/projects/gbarcode for upstream.
I can't install gbarcode on osx. Either using this in the gem file: gem 'gbarcode', '~> 0.98.16' Or this in the command line: gem install gbarcode ``` >> gem install...
In my Gemfile, if I give, gem "gbarcode", :git => "git://github.com/ahaller/gbarcode.git", :ref => "ruby1.9" Bundler throws me error like this, Could not find gem 'gbarcode (>= 0, runtime)' in git://github.com/ahaller/gbarcode.git...