Эх сурвалжийг харах

Merge pull request #219 from nicolasnoble/ruby-from-git

We can now use the gRPC gem directly from git.
Tim Emiola 10 жил өмнө
parent
commit
4e66b35764
2 өөрчлөгдсөн 1 нэмэгдсэн , 6 устгасан
  1. 1 1
      ruby/Gemfile
  2. 0 5
      ruby/README.md

+ 1 - 1
ruby/Gemfile

@@ -3,4 +3,4 @@
 
 source 'https://rubygems.org/'
 
-gemspec
+gem 'grpc', :git => 'https://github.com/grpc/grpc.git', :submodules => true, glob: 'src/ruby/*.gemspec'

+ 0 - 5
ruby/README.md

@@ -32,11 +32,6 @@ INSTALL
 -------
 
 - Clone this repository
-- Install gRPC Ruby using the brew-based installer
-```sh
-$ curl -fsSL https://raw.githubusercontent.com/tbetbetbe/homebrew-grpc/master/scripts/install | bash -s ruby
-```
-
 - Use bundler to install the example package's dependencies
 ```sh
 $ # from this directory