diplomat 2.4.3 → 2.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -2
- data/lib/diplomat/rest_client.rb +1 -1
- data/lib/diplomat/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e64194c0344267aaf676dd5d7b6c38eeefa47bb212abf933d6d6194e3fb5381a
|
4
|
+
data.tar.gz: 5ea9866b9a9f1a0e62a3bad1f15f1187868ca7c9c6961489748b8f4e454512ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78e17bb1d532d06e8314641f08e721677181f4b59e18b72299b8c031c2e0c58a118da1d03bdacb6a0125fa3759a78a9a7c8c1846e00a32d86f4389a4fab817de
|
7
|
+
data.tar.gz: ca9f3e479ba0351b1c17e5c81a2c3e2bbbb623ce24c5e34560fd04f5a963e48e015a979bd188f062e307d553f8ea025bd70fc0a09d738587c238e17fee049b37
|
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# Diplomat
|
2
|
-
[![
|
2
|
+
[![Build Status](https://github.com/WeAreFarmGeek/diplomat/workflows/Ruby/badge.svg?branch=master)](https://github.com/WeAreFarmGeek/diplomat/actions?query=branch%3Amaster)
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/diplomat.svg)](https://rubygems.org/gems/diplomat) [![Gem](https://img.shields.io/gem/dt/diplomat.svg)](https://rubygems.org/gems/diplomat) [![Code Climate](https://codeclimate.com/github/johnhamelink/diplomat.svg)](https://codeclimate.com/github/WeAreFarmGeek/diplomat) [![Inline docs](http://inch-ci.org/github/wearefarmgeek/diplomat.svg?branch=master)](http://inch-ci.org/github/wearefarmgeek/diplomat)
|
3
4
|
### A HTTP Ruby API for [Consul](http://www.consul.io/)
|
4
5
|
|
5
6
|
![Diplomacy Board Game](http://i.imgur.com/Nkuy4b7.jpg)
|
@@ -41,7 +42,7 @@ production:
|
|
41
42
|
|
42
43
|
### Which versions of Ruby does Diplomat support? Where did my ruby 1.9 compatibility go?
|
43
44
|
|
44
|
-
Check out [
|
45
|
+
Check out [GitHub Actions](https://github.com/WeAreFarmGeek/diplomat/blob/master/.github/workflows/ruby.yml) to see which versions of ruby we currently test when we're making builds.
|
45
46
|
|
46
47
|
We've dropped ruby 1.9 support. You can still depend on Diplomat by directly using the `ruby-1.9-compatible` branch on github, although be advised it's not actively maintained anymore.
|
47
48
|
|
data/lib/diplomat/rest_client.rb
CHANGED
data/lib/diplomat/version.rb
CHANGED
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: diplomat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Hamelink
|
8
8
|
- Trevor Wood
|
9
9
|
- Pierre Souchay
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-01-
|
13
|
+
date: 2021-01-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -255,7 +255,7 @@ homepage: https://github.com/WeAreFarmGeek/diplomat
|
|
255
255
|
licenses:
|
256
256
|
- BSD-3-Clause
|
257
257
|
metadata: {}
|
258
|
-
post_install_message:
|
258
|
+
post_install_message:
|
259
259
|
rdoc_options: []
|
260
260
|
require_paths:
|
261
261
|
- lib
|
@@ -270,8 +270,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
270
270
|
- !ruby/object:Gem::Version
|
271
271
|
version: '0'
|
272
272
|
requirements: []
|
273
|
-
rubygems_version: 3.1.
|
274
|
-
signing_key:
|
273
|
+
rubygems_version: 3.1.4
|
274
|
+
signing_key:
|
275
275
|
specification_version: 4
|
276
276
|
summary: Diplomat is a simple wrapper for Consul
|
277
277
|
test_files: []
|