public
Description: A Ruby library that encodes QR Codes
Homepage: http://whomwah.github.com/rqrcode/
Clone URL: git://github.com/whomwah/rqrcode.git
Click here to lend your support to: rqrcode and make a donation at www.pledgie.com !
whomwah (author)
Sun Mar 15 08:16:08 -0700 2009
commit  e88f3f168b7e3872cccf32bcffc3e389a963b454
tree    5c80169b67f05823fdae2902117c010ea8a9aec6
parent  790b14bf5208455fc8bf4a60466a8cf7628c92bd
rqrcode / CHANGELOG
100644 30 lines (18 sloc) 0.67 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*0.3.2* (Mar 15th, 2009)
 
* Ruby 1.9 fixes by [Tore Darell http://tore.darell.no] [Chris Mowforth http://blog.99th.st]
 
*0.3.1* (Nov 24th, 2008)
 
* expanded RS block table to QRcode version 40 [Vladislav Gorodetskiy]
 
*0.3.0* (Feb 28th, 2008)
 
* added more documentation
* changed to_console to to_s (what was I thinking)
* add more tests
 
*0.2.1* (Feb 24th, 2008)
 
* small changes to rakefile and readme
* small change to to_console method
* make console_count method private (use modules.size instead)
* slowy updating rdocs
 
*0.2.0* (Feb 23rd, 2008)
 
* Split files up [DR]
* added rdoc comment ... more to do there
 
*0.1.0* (Feb 22rd, 2008)
 
* Initial Release [DR]