README.md in ligo-0.1.1 vs README.md in ligo-0.1.2
- old
+ new
@@ -1,8 +1,9 @@
<!--- coding: utf-8; fill-column: 80 --->
-# ligō
+# 
+[](https://gemnasium.com/nibua-r/ligo)
[](https://codeclimate.com/github/nibua-r/ligo)
* [Homepage](https://github.com/nibua-r/ligo#readme)
* [Issues](https://github.com/nibua-r/ligo/issues)
* [Documentation](http://rubydoc.info/gems/ligo/frames)
@@ -63,11 +64,11 @@
[LIBUSB Ruby binding](https://github.com/larskanis/libusb) and the underlying
[libusb](http://libusbx.org/) library.
At the time of writing, ligō focuses on the GNU/Linux operating system and
YARV/MRI ruby. ligō has been developed and tested on Debian GNU/Linux with ruby
-1.9.3p327.
+1.9.3p327 and 1.9.3p429.
ligō is useless without Android-side application. A
[sample LigoTextDemo Android application](https://github.com/nibua-r/LigoTextDemo)
is available for usage demonstration.
@@ -85,14 +86,14 @@
## Pending tasks
* Write the specs and automate testing!
-* <s>Provide an Android demo application</s> → See
+* ~~Provide an Android demo application~~ → See
[sample LigoTextDemo Android application](https://github.com/nibua-r/LigoTextDemo),
more to come soon…
* Improve the documentation → in progress, a first pass has been made…
-* <s>Release and push the gem to rubygems.org</s>
+* ~~Release and push the gem to rubygems.org~~
* Finalize and publish a [celluloid](https://github.com/celluloid/celluloid)-based write-back usage
sample (already working with the
[sample LigoTextDemo Android application](https://github.com/nibua-r/LigoTextDemo) and the
[libusb 0.3.0 gem](https://github.com/larskanis/libusb) async and polling APIs)
* Create a wiki with FAQ, supported devices listing, UMS/accessory interactions, etc.