From 761cfa08e6cc60039a0bf490d75078d6738724ae Mon Sep 17 00:00:00 2001 From: Adam Greene Date: Fri, 1 May 2015 08:48:56 -0700 Subject: build cleanups * update docs to simplify build steps * Gemfile.lock seemed to have an older version specified * do not check in the pkg dir --- ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby/README.md') 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: -- cgit v1.2.3