aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/grpc.gemspec
Commit message (Collapse)AuthorAge
* Fixes bins in the grpc beta packageGravatar Tim Emiola2015-09-24
|
* Bumps the ruby version to betaGravatar Tim Emiola2015-08-31
|
* Remove the runtime dependency on the logging gem.Gravatar Tim Emiola2015-08-17
| | | | | - provides a noop logger unless the user explicit adds a logging method to the GRPC namespace
* Removes the dependency on MinitestGravatar Tim Emiola2015-08-17
| | | | - replaces it with a simple assertion function
* Reorganize interop test files.Gravatar Tim Emiola2015-08-14
| | | | | | | | | - moves the client/server behaviour to pb/test - deprecate current bin/interop/interop_{client,server}.rb - adds executable endpoints to bin - grpc_ruby_interop_{client, server} - these will be added to the ruby bin path when the grpc gem gem is installed, making them easier to execute
* 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
* Fixes a lint issue.Gravatar Tim Emiola2015-08-12
|
* Corrects the way the gemspec references filesGravatar Tim Emiola2015-08-11
|
* Updates the requirements comment before releasing on the release branchGravatar Tim Emiola2015-07-15
|
* Update version; fix dependency advisory commentGravatar Tim Emiola2015-06-04
|
* Pin the version of rubocop used in grpc.gemspecGravatar Tim Emiola2015-05-06
|
* Fix logging version mismatchjGravatar Tim Emiola2015-04-24
|
* Merge pull request #1313 from tbetbetbe/grpc_ruby_add_ruby_coverageGravatar Jan Tattermusch2015-04-20
|\ | | | | Add SimpleCov coverage set up for gRPC ruby
* | Remove usage of xrayGravatar Tim Emiola2015-04-17
| | | | | | | | | | | | | | | | - xray was useful during dev testing but is neither a dev or runtime dep - its presence causes issues for libraries that handle signals themselves Also - updates grpc.gemspec with requirements
| * Add SimpleCov coverage set up for gRPC rubyGravatar Tim Emiola2015-04-17
|/
* Updates gem dependencies, style rulesGravatar Tim Emiola2015-04-15
|
* Update the version of googleauth to 0.4Gravatar Tim Emiola2015-04-14
|
* Removes unused dependenciesGravatar Tim Emiola2015-03-06
|
* Update grpc.gemspecGravatar Tim Emiola2015-02-25
|
* Adds a reference to GoogleAuthGravatar Tim Emiola2015-02-25
|
* Fixes the grpc.gemspec, clarifies the installation instructionsGravatar Tim Emiola2015-02-19
|
* Corrects a typoGravatar Tim Emiola2015-02-02
|
* Adds a signet based service_account creds implementationGravatar Tim Emiola2015-01-31
|
* Extends signet with an apply/apply! methodsGravatar Tim Emiola2015-01-31
| | | | apply/apply! update a hash with an OAuth2 authorization token
* Fix lint errors, other cleanupsGravatar Tim Emiola2015-01-31
| | | | | | - ensure that lint check gets run when prior to running unittests - fixes a description of the default rake command - adds a dependency on Faraday, a HTTP/REST client
* Adds an emacs modelineGravatar Tim Emiola2015-01-31
|
* completes mergesGravatar Tim Emiola2015-01-31
|
* Adds a dependency on signet. It's to be used for auth, but for now it ↵Gravatar Tim Emiola2015-01-26
| | | | sslconfig module is required
* fix a typoGravatar Tim Emiola2015-01-23
|
* Remove Go linksGravatar Tim Emiola2015-01-22
|
* Fixes a regression in the style pull requestGravatar Tim Emiola2015-01-16
|
* Adds rubocop and fixes most style violations it detectedGravatar Tim Emiola2015-01-16
| | | | | | | | | - add rubocop as a dev dependency - fixed many style violations it reported, often using --auto-correct - add a rubocop config - .rubocop.yml shows the exceptions - .rubocopy_todo.yml tracks outstanding style issues - adds a rake task to allow rubocop styling checks to be automated
* Updates to use the latest version of protobuf-rubyGravatar Tim Emiola2015-01-14
| | | | This resolves issues decoding empty messages.
* Switches to using protobuf-ruby.Gravatar temiola2015-01-09
| | | | | | | | | | | | | | | | - Adds a dependency to protobuf-ruby in the gemfile - Updates math.proto to proto3 - Updates math server and client to use protoc protos - Updates interop server and client to use protoc protos Also - Fixes/Updates the noproto samples TESTED: math_server and math_client can communicate locally. Change on 2015/01/07 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83483448
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
| | | | | | | Change on 2015/01/07 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83451760
* Switches to using protobuf-ruby.Gravatar temiola2015-01-08
| | | | | | | | | | | | | | | | - Adds a dependency to protobuf-ruby in the gemfile - Updates math.proto to proto3 - Updates math server and client to use protoc protos - Updates interop server and client to use protoc protos Also - Fixes/Updates the noproto samples TESTED: math_server and math_client can communicate locally. Change on 2015/01/07 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83483448
* Adds ruby versions of the interop server and clientGravatar temiola2014-12-08
| | | | | | | | | | | | - Adds the service and message classes generated from beefcake and a patched proto compiler - Adds an interop client that uses these service and message classes - Adds an interop server that implement the service description TESTED interop client works with the interop server Change on 2014/12/08 by temiola <temiola@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81615139
* Incorporating ruby into the master grpc repository.Gravatar nnoble2014-12-01
Change on 2014/12/01 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81111468