health_bit 0.1.2 → 0.1.3

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: 2ab8c2587fcec36f8180678e9beb091f651e537271a7deef99b84b02cd79711d
4
- data.tar.gz: 2f029f22d8a690e6b0c14d632abcfdb9139b2c38d7080bbb25bc58eb2097f427
3
+ metadata.gz: 0d51eb73bbea9b63cdf6f052e51f349eb98c8c0efdceedd979bf423e062a9ffe
4
+ data.tar.gz: 0601c9a7c90a7c60c3352ad9411fc9104fbb0b78ae2724e1245c7fec713b3692
5
5
  SHA512:
6
- metadata.gz: 0eab6fb26e62a424b63d5b20a10859b1a2aaa087b358bb30b258e8a2affea605c652a18ef64f5fc6ea40b395fa7c9d157c99b0ed99d7d3277c81883f51804989
7
- data.tar.gz: da6cde8e825a987c5cfc06c7759e49cdad9716264880202b1ee34344cc4a458075ab732880a607d1bc415d1391a0caf924c3877d1d70e245fac9eeeeb8a3a102
6
+ metadata.gz: 66713867293e0b013dd6820e093606481b31c747b72eb96ac95f66b6c5d656f49085271823d3e37ecfccdfb994a088bce16efd4b1891365f214fb59237821d4e
7
+ data.tar.gz: ad8b2f225a22fee11c1105f4f1bda35332b89815689f310498eda0b893e6c41be19d59566f7427812111a591139a659e17ddf8f664ac02c0a725c2d9aa2b51fd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- health_bit (0.1.2)
4
+ health_bit (0.1.3)
5
5
  rack
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![pipeline status](https://travis-ci.com/shlima/health_bit.svg?branch=master)](https://travis-ci.com/shlima/click_house)
1
+ [![pipeline status](https://travis-ci.com/shlima/health_bit.svg?branch=master)](https://travis-ci.com/shlima/health_bit)
2
2
 
3
3
  # HealthBit
4
4
 
data/health_bit.gemspec CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require_relative 'lib/health_bit/version'
4
4
 
5
+ # rubocop:disable Layout/LineLength
5
6
  Gem::Specification.new do |spec|
6
7
  spec.name = 'health_bit'
7
8
  spec.version = HealthBit::VERSION
@@ -25,3 +26,4 @@ Gem::Specification.new do |spec|
25
26
 
26
27
  spec.add_dependency 'rack'
27
28
  end
29
+ # rubocop:enable Layout/LineLength
data/lib/health_bit.rb CHANGED
@@ -33,7 +33,7 @@ module HealthBit
33
33
  end
34
34
 
35
35
  def headers
36
- @headers || DEFAULT_HEADERS
36
+ (@headers || DEFAULT_HEADERS).dup
37
37
  end
38
38
 
39
39
  def checks
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HealthBit
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health_bit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aliaksandr Shylau