0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add decode! method for better exception handling More... about 13 years ago
Add gemspec More... about 13 years ago
Move version to version file More... about 13 years ago
Ruby 1.8 and 1.9 debuggers More... about 13 years ago
Add jruby-jars to support MRI rubies More... about 13 years ago
Refactor to use rspec, bundler, proper namespace More... about 13 years ago
Added gem installation instructions to README, made it clear the library decodes several formats. More... about 14 years ago
Version bump to 0.1.1 More... about 14 years ago
Version bump to 0.1.0 More... about 14 years ago
Version bump to 0.0.0 More... about 14 years ago
Decodable module was missing #decode!. Fixed. More... about 14 years ago
Decodable's test was failing opening a file using a relative path. Fixed. More... about 14 years ago
Updated ZXing jars to v1.5. More... about 14 years ago
Adding README. More... about 14 years ago
Zxing.decode now tries to call #path and #to_s on the argument before trying to decode. More... about 14 years ago
Fixed test_helper to add absolute paths to the LOAD_PATH. Tests can now be run from any directory. More... about 14 years ago
Created Decodable module to give #decode capabilities to File, URL, etc. instances that have a #path that can be decoded. More... about 14 years ago
Added test_helper to help with file loading for tests. More... about 14 years ago
Now using MultiFormatReader instead of QRReader. Reads more formats out of the box, though it's noticeably slower versus specifying which format you expect. More... about 14 years ago
Removed self from .to_bitmap method. Wonder how that was still working... More... about 14 years ago
ZXing can now be #include-ed into classes/namespaces. More... about 14 years ago
Added shebang to ZXing test, made file executable. More... about 14 years ago
Changed QR test images for more 'interesting' ones. More... about 14 years ago
Initial commit with working code. More... about 14 years ago