aboutsummaryrefslogtreecommitdiff
path: root/ruby/README.md
diff options
context:
space:
mode:
authorChris Fallin <cfallin@c1f.net>2015-05-01 10:25:18 -0700
committerChris Fallin <cfallin@c1f.net>2015-05-01 10:25:18 -0700
commitc881159557398c915b6b279b45c618732741416b (patch)
treefce6a21d05ec747b4cd02dcd01489fd58b7cb18f /ruby/README.md
parent614063ab85c40232db7d2d2f6a41fb16a810b217 (diff)
parent761cfa08e6cc60039a0bf490d75078d6738724ae (diff)
downloadprotobuf-c881159557398c915b6b279b45c618732741416b.tar.gz
protobuf-c881159557398c915b6b279b45c618732741416b.tar.bz2
protobuf-c881159557398c915b6b279b45c618732741416b.zip
Merge pull request #327 from skippy/build-cleanup
ruby: build cleanups
Diffstat (limited to 'ruby/README.md')
-rw-r--r--ruby/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/README.md b/ruby/README.md
index d2fa76ab..9ae3ac36 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -76,7 +76,7 @@ Then install the required Ruby gems:
Then build the Gem:
$ rake gem
- $ gem install pkg/protobuf-$VERSION.gem
+ $ gem install `ls pkg/google-protobuf-*.gem`
To run the specs: