README.md in em-synchrony-1.0.3 vs README.md in em-synchrony-1.0.4
- old
+ new
@@ -1,7 +1,10 @@
# EM-Synchrony
+[![Gem Version](https://badge.fury.io/rb/em-synchrony.png)](http://rubygems.org/gems/em-synchrony)
+[![Analytics](https://ga-beacon.appspot.com/UA-71196-10/em-synchrony/readme)](https://github.com/igrigorik/ga-beacon)
+
Collection of convenience classes and primitives to help untangle evented code, plus a number of patched EM clients to make them Fiber aware. To learn more, please see: [Untangling Evented Code with Ruby Fibers](http://www.igvita.com/2010/03/22/untangling-evented-code-with-ruby-fibers).
* Fiber aware ConnectionPool with sync/async query support
* Fiber aware Iterator to allow concurrency control & mixing of sync / async
* Fiber aware async inline support: turns any async function into sync
@@ -169,6 +172,6 @@
result = Widget.all.to_a
```
# License
-The MIT License - Copyright (c) 2011 Ilya Grigorik
\ No newline at end of file
+The MIT License - Copyright (c) 2011 Ilya Grigorik