healtcheck_proxy_client 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/healtcheck_proxy_client/client.rb +1 -1
- data/lib/healtcheck_proxy_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8b84b7ab6d8b213d9f5d4f9013c9ea6e94174753edd17db829cd9730b4ebe94
|
4
|
+
data.tar.gz: 8ac82252438c18f6bc9735f1d79aca716238ea6576649e43ad1736c7330d3da0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 514a46a1293d2fff13cd73eae2bd658ff8dbed1291f55bf7be9dc5f6a80888cb9f7df3a9820eb0dca13f1335d445356a5da9a1aec9b80e01cc7aaaea0cb77981
|
7
|
+
data.tar.gz: a8f7361521f948402455db98c2d72474ca2002676e5fba31d9ce0fbf950617d115f89c50f3d5e0372978a71ef3871a5022b6690ca009defa26d7801ec353392c
|
data/Gemfile.lock
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: healtcheck_proxy_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hendrik Kleinwaechter
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
110
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.7.
|
111
|
+
rubygems_version: 2.7.6
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: This is a small ruby client for the healthbot proxy API
|