Skip to content

Commit

Permalink
fix gemspec :(
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderpantsGnome committed Dec 12, 2024
1 parent 9297500 commit df85ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_reader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description =
"Provides a way to manage environment specific configuration settings."

spec.files = Dir.glob("{lib,spec}/**/*") + %w[CHANGELOG.md LICENSE README.md]
spec.files = Dir.glob("{lib,spec}/**/*") + %w[CHANGELOG.md README.md]

spec.require_paths = ["lib"]

Expand Down

0 comments on commit df85ab6

Please sign in to comment.