health_check_cli 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 361a9d20f1f943d8ad9a06c909bda89ab882e4b9
4
- data.tar.gz: 6f617a55baa105fa527879750e2ccc160f5670f2
3
+ metadata.gz: 42465e862f98c4705d56dc715c4979a15cd23d8a
4
+ data.tar.gz: 4aa6b7316bd2eb43dbfe604208f265f4d8e39d54
5
5
  SHA512:
6
- metadata.gz: 7162908d8b7346b664b18b068de81b2ff2398538b0d664d016d9250b8f26cce2f3bb0a7fe02287fa08cca7862d6f03aad11b52a5274f3a503e23bd7d389c90db
7
- data.tar.gz: b5c5a8fdda3e5a74a57e0da1c1d1e1fb74182f5a76e15295c1ad1f2cc6a5aefe10e0427e3178d523e10017f1b6fd19a30dc0d72bb79044a7d1f68b97880f996d
6
+ metadata.gz: bb6625e7e7a000b9507fd5247c6f9483b66d4d0c1cd03c26c24b5002da7288d663a0d750d8d8473339f6777b8c02072647d1bd8bfb3e04691faac54d28488346
7
+ data.tar.gz: 4505c064bebe32ed892c4edcdf72f1284849a32a5a88002eeb48e171b5e4f522b53ca1701ffd9b0003535370cf6cab601b7c0f462f0d950967c67f2c5d88e129
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Panagiotis Drakontis"]
10
10
  spec.email = ["drakontis.panagiotis@gmail.com"]
11
11
 
12
- spec.summary = 'A simple CLI tool that checks the health of an application'
12
+ spec.summary = 'A simple CLI tool to check the status of an application'
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module HealthCheckCli
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health_check_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Panagiotis Drakontis
@@ -103,5 +103,5 @@ rubyforge_project:
103
103
  rubygems_version: 2.4.6
104
104
  signing_key:
105
105
  specification_version: 4
106
- summary: A simple CLI tool that checks the health of an application
106
+ summary: A simple CLI tool to check the status of an application
107
107
  test_files: []