Merge pull request #327 from skippy/build-cleanup

ruby: build cleanups
This commit is contained in:
Chris Fallin 2015-05-01 10:25:18 -07:00
commit c881159557
3 changed files with 3 additions and 2 deletions

1
ruby/.gitignore vendored
View file

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

View file

@ -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/

View file

@ -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: