README.md in ruby_skynet-0.1.0 vs README.md in ruby_skynet-0.1.1

- old
+ new

@@ -14,11 +14,11 @@ RubySkynet::Client.connect('TutorialService') do |tutorial_service| p tutorial_service.call('AddOne', 'value' => 5) end ``` -For details on installing and running the Tutorial Service: +For details on installing and running the Tutorial Service: https://github.com/bketelsen/skynet/wiki/Service-Tutorial ### Logging Since ruby_skynet uses SemanticLogger, trace level logging of all TCP/IP calls can be enabled as follows: @@ -36,17 +36,17 @@ ### Architecture ruby_skynet implements its own doozer client which has been tested against the doozer fork: https://github.com/4ad/doozerd. -The doozer client uses the active ruby_protobuf project for marshaling data -for communicating with doozer +The doozer client uses the active [ruby_protobuf](https://github.com/macks/ruby-protobuf) +project for marshaling data for communicating with doozer ### Dependencies - Ruby MRI 1.8.7 (or above), Ruby 1.9.3, Or JRuby 1.6.3 (or above) -- [SemanticLogger](http://github.com/ClarityServices/semantic-logger) +- [SemanticLogger](http://github.com/ClarityServices/semantic_logger) - [ResilientSocket](http://github.com/ClarityServices/ruby_skynet) - [ruby_protobuf](https://github.com/macks/ruby-protobuf) - [multi_json](https://github.com/intridea/multi_json) ### Install @@ -62,19 +62,19 @@ nearest, or looking at load etc. Development ----------- -Want to contribute to Resilient Socket? +Want to contribute to Ruby Skynet? First clone the repo and run the tests: git clone git://github.com/ClarityServices/ruby_skynet.git cd ruby_skynet - jruby -S rake test + ruby -S rake test -Feel free to ping the mailing list with any issues and we'll try to resolve it. +Feel free to submit an issue and we'll try to resolve it. Contributing ------------ Once you've made your great commits: @@ -88,11 +88,10 @@ Meta ---- * Code: `git clone git://github.com/ClarityServices/ruby_skynet.git` * Home: <https://github.com/ClarityServices/ruby_skynet> -* Docs: TODO <http://ClarityServices.github.com/ruby_skynet/> -* Bugs: <http://github.com/reidmorrison/ruby_skynet/issues> +* Bugs: <http://github.com/ClarityServices/ruby_skynet/issues> * Gems: <http://rubygems.org/gems/ruby_skynet> This project uses [Semantic Versioning](http://semver.org/). Authors