tls-checker 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/tls_checker/version.rb +1 -1
- data/lib/tls_checker.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63f8e90c286a45c2730f14ade581112be72ebccf4e57e1b8af49984f07ff167b
|
4
|
+
data.tar.gz: 1774fb8e68a0185ef0a025fdd26705b42bb18a039682b593fb08ef557cd9a422
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae1a3db39aba9a9063744dca7b97d73f0f245c1ff856c973264ddaf3a70ee97fd71103e6d50ea5b65b296c4de0998f7f6c885ee2dc80577cb6df031781a4c9b5
|
7
|
+
data.tar.gz: 324351d536a45b289000ca23b3555029a87f6d1c0846539a7e832b296414de1c5011a71d77aead234c33dbf82fd94c137d732d6596e9e1a178080ccf0ef1a924
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [v2.0.2](https://github.com/smortex/tls-checker/tree/v2.0.2) (2022-07-16)
|
9
|
+
|
10
|
+
[Full Changelog](https://github.com/smortex/tls-checker/compare/v2.0.1...v2.0.2)
|
11
|
+
|
12
|
+
**Fixed bugs:**
|
13
|
+
|
14
|
+
- Fix command invocation from outside bundler [\#6](https://github.com/smortex/tls-checker/pull/6) ([smortex](https://github.com/smortex))
|
15
|
+
|
8
16
|
## [v2.0.1](https://github.com/smortex/tls-checker/tree/v2.0.1) (2022-07-16)
|
9
17
|
|
10
18
|
[Full Changelog](https://github.com/smortex/tls-checker/compare/v2.0.0...v2.0.1)
|
data/lib/tls_checker/version.rb
CHANGED
data/lib/tls_checker.rb
CHANGED