summaryrefslogtreecommitdiff
path: root/textproc/ruby-rqrcode
AgeCommit message (Collapse)AuthorFilesLines
2022-08-30textproc/ruby-rqrcode: update to 2.1.2taca3-8/+7
2.1.2 (2022-07-26) * Remove setup script as it just calls bundle install [#128] * Change inline styles to the fill property to allow for strict CSP style-src directive [#127]
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-08-30textproc/ruby-rqrcode: update to 2.1.0taca2-7/+7
2.1.0 (2021-08-26) * Sync Gemfile.lock with rqrcode_core.1.2.0 Adds Multimode Support * Add badge for Standard linting
2021-05-09textproc/ruby-rqrcode: add package version 2.0.0taca4-0/+59
RQRCode RQRCode is a library for creating and rendering QR codes into various formats. It has a simple interface with all the standard QR code options. It was adapted from the Javascript library by Kazuhiko Arase. * QR code is trademarked by Denso Wave inc * Minimum Ruby version is `>= 2.3`