riakpb 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +5 -1
  2. data/lib/riak.rb +1 -1
  3. 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
- [sudo] gem install -l riak-X.Y.Z.gem
126
+ gem install -l riakpb-X.Y.Z.gem
123
127
 
124
128
  == LINKS:
125
129
 
data/lib/riak.rb CHANGED
@@ -9,7 +9,7 @@ require 'base64'
9
9
  require 'riak/client_pb'
10
10
 
11
11
  module Riak
12
- VERSION = '0.1.0'
12
+ VERSION = '0.1.1'
13
13
 
14
14
  # Domain objects
15
15
  autoload :I18n, 'riak/i18n'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Scott Gonyea