From a4f3a2084b0246e077753b1aacc29492a6a94f0d Mon Sep 17 00:00:00 2001 From: Gleb Sinyavskiy Date: Tue, 3 Jan 2023 00:02:40 +0100 Subject: [PATCH] Fix --- Gemfile.lock | 2 +- lib/dotcrypt.rb | 3 +++ lib/dotcrypt/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7d1dc99..1c3ac43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - dotcrypt (0.1.2) + dotcrypt (0.1.3) bootsnap (~> 1.15.0) dhall (~> 0.5.0) thor (~> 1.2.0) diff --git a/lib/dotcrypt.rb b/lib/dotcrypt.rb index 180f678..2e784c6 100644 --- a/lib/dotcrypt.rb +++ b/lib/dotcrypt.rb @@ -17,6 +17,9 @@ loader.setup +module Dotcrypt +end + class Dotcrypt::Error < StandardError # Your code goes here... end diff --git a/lib/dotcrypt/version.rb b/lib/dotcrypt/version.rb index cbc5e32..2341423 100644 --- a/lib/dotcrypt/version.rb +++ b/lib/dotcrypt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Dotcrypt - VERSION = "0.1.2" + VERSION = "0.1.3" end