mirror of https://github.com/grpc/grpc.git
examples/ruby/greeter*.rb and examples/ruby/route_guide/*.rb doesn't need to depends on googleauthpull/15356/head
parent
d18116872a
commit
64ab89928c
3 changed files with 19 additions and 1 deletions
@ -0,0 +1,15 @@ |
||||
/.bundle/ |
||||
/.yardoc |
||||
/Gemfile.lock |
||||
/_yardoc/ |
||||
/coverage/ |
||||
/doc/ |
||||
/pkg/ |
||||
/spec/reports/ |
||||
/tmp/ |
||||
*.bundle |
||||
*.so |
||||
*.o |
||||
*.a |
||||
mkmf.log |
||||
vendor |
@ -0,0 +1,4 @@ |
||||
source 'https://rubygems.org/' |
||||
|
||||
gem 'grpc', '~> 1.0' |
||||
gem 'googleauth', '>= 0.5.1', '< 0.7' |
Loading…
Reference in new issue