riakpb 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -1
- data/lib/riak.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
@@ -116,10 +116,14 @@ I'm working on ways to simplify M/R requests. It works the same as in ripple.
|
|
116
116
|
|
117
117
|
== INSTALL:
|
118
118
|
|
119
|
+
Rubygems:
|
120
|
+
gem install riakpb
|
121
|
+
|
122
|
+
From Github:
|
119
123
|
git clone git://github.com/aitrus/riak-pbclient.git
|
120
124
|
cd riak-pbclient
|
121
125
|
rake gem
|
122
|
-
|
126
|
+
gem install -l riakpb-X.Y.Z.gem
|
123
127
|
|
124
128
|
== LINKS:
|
125
129
|
|
data/lib/riak.rb
CHANGED