Remove deprecated Ruby consul-client library (#4419)

The GitHub repo for this library says that it is no longer maintained
and should not be used. The Ruby Diplomat library provides similar
functionality instead (and is already listed here).
This commit is contained in:
Geoffrey Grosenbach 2018-07-25 11:47:54 -07:00 committed by Jack Pearkes
parent 2eceddafec
commit 39aa3a34ff
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ the community.
<li>
<a href="https://github.com/undeadlabs/discovery">discovery</a> - Erlang/OTP client for the Consul HTTP API
</li>
<li>
<a href="https://github.com/xaviershay/consul-client">consul-client</a> - Ruby client for the Consul HTTP API
</li>
<li>
<a href="https://github.com/WeAreFarmGeek/diplomat">diplomat</a> - Ruby library to query Consul's KV-store and services directory
</li>