healtcheck_proxy_client 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fcccc05faf0e5a7df60ea44fa3ddf6650101c8dc1ebeba1dc01002d720c712f
4
- data.tar.gz: c4e3afa5d8b7853ffc1ae53321d1d461cf0d0e52361c7514d2dfa42e261e1792
3
+ metadata.gz: e8b84b7ab6d8b213d9f5d4f9013c9ea6e94174753edd17db829cd9730b4ebe94
4
+ data.tar.gz: 8ac82252438c18f6bc9735f1d79aca716238ea6576649e43ad1736c7330d3da0
5
5
  SHA512:
6
- metadata.gz: 7298b242787327448e65711ceb2702c3a4168febafa8d0a0e2fa25ec64b1defafb3d86ba9c1b76f4441166a35ad06b8df6c143d8f0720a02c827b7c0c51df63f
7
- data.tar.gz: 1f2cdcfdeac351992c64da71bf4e87b2f9e28647f6dd7299d097d424733a016c067fd0cb78511af81d57ccdfbb11d649fc9481ddf9bb95e6d66d38771c938105
6
+ metadata.gz: 514a46a1293d2fff13cd73eae2bd658ff8dbed1291f55bf7be9dc5f6a80888cb9f7df3a9820eb0dca13f1335d445356a5da9a1aec9b80e01cc7aaaea0cb77981
7
+ data.tar.gz: a8f7361521f948402455db98c2d72474ca2002676e5fba31d9ce0fbf950617d115f89c50f3d5e0372978a71ef3871a5022b6690ca009defa26d7801ec353392c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- healtcheck_proxy_client (0.2.0)
4
+ healtcheck_proxy_client (0.3.0)
5
5
  faraday (~> 0.10)
6
6
 
7
7
  GEM
@@ -24,7 +24,7 @@ module HealtcheckProxyClient
24
24
  def_delegators :@configuration, :api_key, :endpoint
25
25
 
26
26
  def url
27
- "#{endpoint}/#{@healthcheck}?token=#{api_key}"
27
+ "#{endpoint}/#{@healthcheck}/ping?token=#{api_key}"
28
28
  end
29
29
  end
30
30
  end
@@ -1,3 +1,3 @@
1
1
  module HealtcheckProxyClient
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
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.2.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.3
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