From 33f0d6a907f4d63859b08a52825af3d2d2fb33e9 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Fri, 27 Feb 2009 15:31:09 +0900 Subject: [PATCH] more documentation for Rufus::Edo --- Rakefile | 1 + lib/rufus/edo/README.txt | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 39b5903..3a9a1b1 100644 --- a/Rakefile +++ b/Rakefile @@ -51,6 +51,7 @@ Rake::PackageTask.new('rufus-tokyo', '0.1.8') do |pkg| 'Rakefile', '*.txt', 'lib/**/*', + 'spec/**/*', 'test/**/*' ].to_a #pkg.package_files.delete("MISC.txt") diff --git a/lib/rufus/edo/README.txt b/lib/rufus/edo/README.txt index 7757bc9..1ee0d54 100644 --- a/lib/rufus/edo/README.txt +++ b/lib/rufus/edo/README.txt @@ -18,7 +18,7 @@ NOTE : the Ruby tyrant library provided by Hirabayashi-san is not a C binding, i === Careo's mirror gem - sudo gem install careo-tokyocabinet + sudo gem install careo-tokyocabinet --source http://gems.github.com === directly from http://sf.net/tokyocabinet @@ -65,6 +65,18 @@ and then, as described at : http://tokyocabinet.sourceforge.net/rubydoc/ db.close +== tyrant + +Hirabayashi-san's pure Ruby gem for accessing Tokyo Tyrant can be installed with : + + sudo gem install careo-tokyotyrant --source http://gems.github.com + +It's also available at : + + http://sourceforge.net/project/showfiles.php?group_id=200242 + http://github.com/careo/tokyotyrant-ruby + + == Rufus::Edo::NetTyrant Note : 'NetTyrant' instead of 'Tyrant' to clearly show that this class isn't a C binding but a simple [pure Ruby] network implementation of a connection to a Tyrant.