aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/pb
Commit message (Collapse)AuthorAge
* Re-add missing newline in ruby fileGravatar murgatroid992016-01-14
|
* Update copyrightsGravatar murgatroid992016-01-13
|
* Updated dependencies, fixed a couple of testsGravatar murgatroid992016-01-06
|
* Made insecure channel/stub explicit, in all layersGravatar murgatroid992015-12-16
|
* Fixes an issue running the tests on Ruby2.2Gravatar Tim Emiola2015-11-10
|
* Merge pull request #3171 from tbetbetbe/grpc_ruby_improve_test_stabilityGravatar Stanley Cheung2015-08-31
|\ | | | | Improves test stability
| * Improves test stabilityGravatar Tim Emiola2015-08-31
| |
* | Make insecure construction explicit, to address #2614Gravatar Tim Emiola2015-08-31
|/
* Adds a test for ruby code generation.Gravatar Tim Emiola2015-08-17
|
* Add a health checker service implementation.Gravatar Tim Emiola2015-08-14
- adds the code-generated health service classes to the pb along with a README explaining how to regenerate the generated code - adds an implementation of the Health Checker Service along with unit tests and an integration test Also: - adds a pb folder : in a follow-up PR, all ruby pbs + generated code will be moved to it