Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Tags: palfvin/zxing.rb

Tags

v0.3.1

Toggle v0.3.1's commit message
Remove STDIN.read call from zxing/server.rb

Was using STDIN.read to verify that a parent thread was still running.
This caused problems in Ruby scripts that require to read user input (i.e.
when requiring zxing from IRB). Replaced with a loop that checks
Thread.main's status every 0.5 seconds.

This bumps version to 0.3.1

v0.2.1

Toggle v0.2.1's commit message
Version 0.2.1

v0.2

Toggle v0.2's commit message
Update gemspec and gem version.

v0.1.1

Toggle v0.1.1's commit message
Version bump to 0.1.1

v0.1.0

Toggle v0.1.0's commit message
Version bump to 0.1.0