aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Greene <adam.greene@gmail.com>2015-05-01 08:48:56 -0700
committerAdam Greene <adam.greene@gmail.com>2015-05-01 08:48:56 -0700
commit761cfa08e6cc60039a0bf490d75078d6738724ae (patch)
treefce6a21d05ec747b4cd02dcd01489fd58b7cb18f
parent614063ab85c40232db7d2d2f6a41fb16a810b217 (diff)
downloadprotobuf-761cfa08e6cc60039a0bf490d75078d6738724ae.tar.gz
protobuf-761cfa08e6cc60039a0bf490d75078d6738724ae.tar.bz2
protobuf-761cfa08e6cc60039a0bf490d75078d6738724ae.zip
build cleanups
* update docs to simplify build steps * Gemfile.lock seemed to have an older version specified * do not check in the pkg dir
-rw-r--r--ruby/.gitignore1
-rw-r--r--ruby/Gemfile.lock2
-rw-r--r--ruby/README.md2
3 files changed, 3 insertions, 2 deletions
diff --git a/ruby/.gitignore b/ruby/.gitignore
index 80c978f2..93e24502 100644
--- a/ruby/.gitignore
+++ b/ruby/.gitignore
@@ -4,3 +4,4 @@ tags
lib/google/protobuf_java.jar
protobuf-jruby.iml
target/
+pkg/
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 89deb47d..6f349276 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- google-protobuf (3.0.0.alpha.2)
+ google-protobuf (3.0.0.alpha.3.1.pre)
GEM
remote: https://rubygems.org/
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: