aboutsummaryrefslogtreecommitdiff
path: root/ruby/README.md
diff options
context:
space:
mode:
authorChris Fallin <cfallin@c1f.net>2015-05-02 19:00:44 -0700
committerChris Fallin <cfallin@c1f.net>2015-05-02 19:00:44 -0700
commitdcf12136835af5239f0877aa455eabbd7b88b61e (patch)
treec40fc1f7c0c249c5d66fc6429222414cb5fcdf94 /ruby/README.md
parent4b2a6328bd2fe6a1d58bbe536c512c566a2673d3 (diff)
parentd55733c76ee1db702529f38f602548ffe48a4ab1 (diff)
downloadprotobuf-dcf12136835af5239f0877aa455eabbd7b88b61e.tar.gz
protobuf-dcf12136835af5239f0877aa455eabbd7b88b61e.tar.bz2
protobuf-dcf12136835af5239f0877aa455eabbd7b88b61e.zip
Merge pull request #332 from skippy/nil-out-of-bounds
ruby: return nil for out of bounds
Diffstat (limited to 'ruby/README.md')
-rw-r--r--ruby/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/ruby/README.md b/ruby/README.md
index 9ae3ac36..16474322 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -63,7 +63,7 @@ To build this Ruby extension, you will need:
To Build the JRuby extension, you will need:
* Maven
-* The latest version of the protobuf java library
+* The latest version of the protobuf java library (see ../java/README.md)
* Install JRuby via rbenv or RVM
First switch to the desired platform with rbenv or RVM.
@@ -75,7 +75,8 @@ Then install the required Ruby gems:
Then build the Gem:
- $ rake gem
+ $ rake
+ $ rake clobber_package gem
$ gem install `ls pkg/google-protobuf-*.gem`
To run the specs: