riakpb 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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