Skip to content

Commit

Permalink
fixing code loading issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gtrias committed Sep 30, 2024
1 parent 4f17eb0 commit 195aade
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hook-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.metadata["changelog_uri"] = "https://github.com/gtrias/hook"

# Specify which files should be added to the gem when it is released.
spec.files = ["lib/hook/hook.rb"]
spec.files = ["lib/hook.rb"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require_relative "../lib/hook/hook"
require_relative "../lib/hook"

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit 195aade

Please sign in to comment.