Skip to content

Commit

Permalink
Merge pull request #327 from skippy/build-cleanup
Browse files Browse the repository at this point in the history
ruby: build cleanups
  • Loading branch information
cfallin committed May 1, 2015
2 parents 614063a + 761cfa0 commit c881159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ruby/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tags
lib/google/protobuf_java.jar
protobuf-jruby.iml
target/
pkg/
2 changes: 1 addition & 1 deletion ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit c881159

Please sign in to comment.