Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jan 2, 2023
1 parent 07d8327 commit a4f3a20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 3 additions & 0 deletions lib/dotcrypt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

loader.setup

module Dotcrypt
end

class Dotcrypt::Error < StandardError
# Your code goes here...
end
2 changes: 1 addition & 1 deletion lib/dotcrypt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dotcrypt
VERSION = "0.1.2"
VERSION = "0.1.3"
end

0 comments on commit a4f3a20

Please sign in to comment.