certificate-checker 2.0.0 → 2.0.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
  SHA256:
3
- metadata.gz: d88533ad907bc4370a046a6710b539a4a0cee0552cc3cef962255928a96f54f1
4
- data.tar.gz: 60c96de0b94a03ba2e602add4eeba9b1aa7bcbf09ca8da4c1654f11fb359a200
3
+ metadata.gz: '07800d1fd5d5d8647f983e7cc26569a06bcdab0fb183bfca4f24fab13a57f235'
4
+ data.tar.gz: 1825883d8a7360acc7af907f9db6bae703db19c403e0a208e0ea6c4607a0df68
5
5
  SHA512:
6
- metadata.gz: 6a051d1f9f6a7bf99d87c51279d97155661b1e779f08a40bc2bbfeea5ac96acf17d5cff8f01591e026aa65031e489fc57bad5ff3eb6183e0aa88e618a60901be
7
- data.tar.gz: 2e5c56c1af4b0ccc8fd3bc52b4cfc772b2dd7d3264b2819f08f1be6f2c0ec454132d3a10549ab7a72b4cb34248dd66ce45b739a07f3e1db19a4875dbc13f6445
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)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CertificateChecker
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
5
5
  end
@@ -4,3 +4,4 @@ require 'certificate_checker/certificate_checker'
4
4
  require 'certificate_checker/certificate_checker_factory'
5
5
  require 'certificate_checker/certificate_finder'
6
6
  require 'certificate_checker/certificate_parser'
7
+ require 'certificate_checker/version'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: certificate-checker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Romain Tartière