commit
c881159557
3 changed files with 3 additions and 2 deletions
1
ruby/.gitignore
vendored
1
ruby/.gitignore
vendored
|
@ -4,3 +4,4 @@ tags
|
|||
lib/google/protobuf_java.jar
|
||||
protobuf-jruby.iml
|
||||
target/
|
||||
pkg/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue