certificate-checker 2.0.0 → 2.0.1
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/certificate_checker/version.rb +1 -1
- data/lib/certificate_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: '07800d1fd5d5d8647f983e7cc26569a06bcdab0fb183bfca4f24fab13a57f235'
|
4
|
+
data.tar.gz: 1825883d8a7360acc7af907f9db6bae703db19c403e0a208e0ea6c4607a0df68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edea8b4b029b0a76e02a62e66caed0443cd106798268801795d79847142caca70e47d9a96d69e0deac828ad252fdb8c427138eb4e462056a95baf42cd031f63b
|
7
|
+
data.tar.gz: 8268100ce7bd3d79d9142282e8a44adbb5ee380850238ff1bb606f8f48bead12b2ff8ff35006ff60fc518e018327a24ec1d42f077b81c89d2a3b1eaf8b503ef5
|
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.1](https://github.com/smortex/certificate-checker/tree/v2.0.1) (2022-07-16)
|
9
|
+
|
10
|
+
[Full Changelog](https://github.com/smortex/certificate-checker/compare/v2.0.0...v2.0.1)
|
11
|
+
|
12
|
+
**Fixed bugs:**
|
13
|
+
|
14
|
+
- Fix command invocation from outside bundler [\#4](https://github.com/smortex/certificate-checker/pull/4) ([smortex](https://github.com/smortex))
|
15
|
+
|
8
16
|
## [v2.0.0](https://github.com/smortex/certificate-checker/tree/v2.0.0) (2022-07-16)
|
9
17
|
|
10
18
|
[Full Changelog](https://github.com/smortex/certificate-checker/compare/v1.2.0...v2.0.0)
|
data/lib/certificate_checker.rb
CHANGED