Pure Ruby Data Matrix generator
In your Gemfile:
gem 'dmtx'
dmtx = Dmtx::DataMatrix.new('Chunky Bacon') puts dmtx.to_s