Commit c8811595 authored by Chris Fallin's avatar Chris Fallin

Merge pull request #327 from skippy/build-cleanup

ruby: build cleanups
parents 614063ab 761cfa08
......@@ -4,3 +4,4 @@ tags
lib/google/protobuf_java.jar
protobuf-jruby.iml
target/
pkg/
PATH
remote: .
specs:
google-protobuf (3.0.0.alpha.2)
google-protobuf (3.0.0.alpha.3.1.pre)
GEM
remote: https://rubygems.org/
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment