This repository was archived by the owner on Oct 28, 2024. It is now read-only.
semacode 0.7.6
Install from the command line:
Learn more about RubyGems packages
$ gem install semacode --version "0.7.6"
Install via Gemfile:
source "https://rubygems.pkg.github.com/labtec" do
gem "semacode", "0.7.6"
end
About this version
This Ruby extension implements a DataMatrix encoder for Ruby. It is typically used to create semacodes, which are barcodes, that contain URLs. This encoder does not create image files or visual representations of the semacode. This is because it can be used for more than creating images, such as rendering semacodes to HTML, SVG, PDF or even stored in a database or file for later use.