Browse Source

build cleanups

* update docs to simplify build steps
* Gemfile.lock seemed to have an older version specified
* do not check in the pkg dir
Adam Greene 10 years ago
parent
commit
761cfa08e6
3 changed files with 3 additions and 2 deletions
  1. 1 0
      ruby/.gitignore
  2. 1 1
      ruby/Gemfile.lock
  3. 1 1
      ruby/README.md

+ 1 - 0
ruby/.gitignore

@@ -4,3 +4,4 @@ tags
 lib/google/protobuf_java.jar
 lib/google/protobuf_java.jar
 protobuf-jruby.iml
 protobuf-jruby.iml
 target/
 target/
+pkg/

+ 1 - 1
ruby/Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
 PATH
   remote: .
   remote: .
   specs:
   specs:
-    google-protobuf (3.0.0.alpha.2)
+    google-protobuf (3.0.0.alpha.3.1.pre)
 
 
 GEM
 GEM
   remote: https://rubygems.org/
   remote: https://rubygems.org/

+ 1 - 1
ruby/README.md

@@ -76,7 +76,7 @@ Then install the required Ruby gems:
 Then build the Gem:
 Then build the Gem:
 
 
     $ rake gem
     $ rake gem
-    $ gem install pkg/protobuf-$VERSION.gem
+    $ gem install `ls pkg/google-protobuf-*.gem`
 
 
 To run the specs:
 To run the specs: