Downloads
The NeverBlock libraries are provided as Ruby Gems which are available at GitHub. Make sure you have GitHub added as a gems source.
gem sources -a http://gems.github.com
NeverBlock
To downloadgem install espace-neverblockTo view the code
http://github.com/espace/neverblock
Mysqlplus
To downloadgem install espace-mysqlplusTo view the code
http://github.com/espace/mysqlplus
EventMachine
To downloadgem install espace-eventmachineTo view the code
http://github.com/espace/eventmachine
If you're having troubles getting the gems then you can get their sources then build and install them locally.
- Download NeverBlock (zip|tar.gz), Mysqlplus (zip|tar.gz), EventMachine (zip|tar.gz)
- Uncompress and do the following for each
# build them gem using the .gemspec to obtain the .gem file gem build (respective file name).gemspec #install the gem file gem install (generated file name).gem
