Skip to content

Commit

Permalink
more documentation for Rufus::Edo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Feb 27, 2009
1 parent 6225bb5 commit 33f0d6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -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")
Expand Down
14 changes: 13 additions & 1 deletion lib/rufus/edo/README.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 33f0d6a

Please sign in to comment.