http_health_check 0.3.0 → 0.3.1

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: 575cd5eaa80f9a89c3610213e7722f49d8dd05c09a239000129adc3e9eda6977
4
- data.tar.gz: 97867356d935197b51be6ac31f4a6f9bf5b523dea9af82b4fa1915363d0f0dbc
3
+ metadata.gz: f139d8fa2b538a20c22d2cf53a84d16a7872cd7f60173c4d78b4142350ae68ee
4
+ data.tar.gz: 27d1a8172548424d135124278662ff5558488245adca6361ca1f7c2c53382872
5
5
  SHA512:
6
- metadata.gz: 248742f7916d9a854895b45f761dac4cd6a8f7a47c6419afe844b68ce79e8488cb8ae4beb2f62a711c9b76d723981f1bc33bab46dcecf4e775aa73fa96f33445
7
- data.tar.gz: c5dac68feccacd62728cc5252ac7c8d3dad9ba65cbb064f37e9db4cbce67047a76652d4c479fdeb476e2cedc1230f74fef05345f04c9ad534c9e46c9bba8816c
6
+ metadata.gz: 4b8c69c5d3144a65471c2862c41874773d9ecec184d6ae882605f42411c9c114924bb4c33866f8cf90f168b0d5f6d6492e2c9338a58bf0a370de276c5d11272e
7
+ data.tar.gz: eebeab8973c4b956e49f0cc28cb17dc54de82b0f9569cd81508c52e7be5db3c1b3735a23ab1c68b68549ca6ede8cf208ca1cd12c65ddacc476794eb2ccfa5060
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.3.0
2
+ current_version = 0.3.1
3
3
  commit = True
4
4
  tag = True
5
5
  tag_name = {new_version}
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- http_health_check (0.3.0)
4
+ http_health_check (0.3.1)
5
5
  rack (~> 2.0)
6
6
  webrick
7
7
 
data/README.md CHANGED
@@ -11,7 +11,7 @@ HttpHealthCheck is built with kubernetes health probes in mind, but it can be us
11
11
  Add this line to your application's Gemfile:
12
12
 
13
13
  ```ruby
14
- gem 'http_health_check', '~> 0.3.0'
14
+ gem 'http_health_check', '~> 0.3.1'
15
15
  ```
16
16
 
17
17
  And then execute:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HttpHealthCheck
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_health_check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SberMarket team