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 +4 -4
- data/health_check_cli.gemspec +1 -1
- data/lib/health_check_cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42465e862f98c4705d56dc715c4979a15cd23d8a
|
|
4
|
+
data.tar.gz: 4aa6b7316bd2eb43dbfe604208f265f4d8e39d54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb6625e7e7a000b9507fd5247c6f9483b66d4d0c1cd03c26c24b5002da7288d663a0d750d8d8473339f6777b8c02072647d1bd8bfb3e04691faac54d28488346
|
|
7
|
+
data.tar.gz: 4505c064bebe32ed892c4edcdf72f1284849a32a5a88002eeb48e171b5e4f522b53ca1701ffd9b0003535370cf6cab601b7c0f462f0d950967c67f2c5d88e129
|
data/health_check_cli.gemspec
CHANGED
|
@@ -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
|
|
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|
|
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.
|
|
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
|
|
106
|
+
summary: A simple CLI tool to check the status of an application
|
|
107
107
|
test_files: []
|