Lines Matching +full:ruby +full:- +full:version
1 gRPC in 3 minutes (Ruby)
5 -------------
9 -------------
11 - Ruby 2.x
12 This requires Ruby 2.x, as the gRPC API surface uses keyword args.
13 … installed locally, you can use [RVM][] to use Ruby 2.x for testing without upgrading the version …
14 RVM is also useful if you don't have the necessary privileges to update your system's Ruby.
18 $ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
19 $ \curl -sSL https://get.rvm.io | bash -s stable --ruby=ruby-2
21 $ # follow the instructions to ensure that your're using the latest stable version of Ruby
24 - *N.B* Make sure your run `source $HOME/.rvm/scripts/rvm` as instructed to complete the set-up of …
27 -------
28 - [Install gRPC Ruby][]
30 - Use bundler to install the example package's dependencies
39 -------
41 - Run the server
48 - Run the client
56 --------
58 You can find a more detailed tutorial in [gRPC Basics: Ruby][]
62 [Install gRPC ruby]:../../src/ruby#installation
63 [gRPC Basics: Ruby]:https://grpc.io/docs/languages/ruby/basics