Skip to content

Commit

Permalink
Fix gem files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 25, 2024
1 parent 0d5f1bd commit ce8dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-discord.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
"source_code_uri" => "https://github.com/socketry/async-discord.git",
}

spec.files = Dir.glob(["{.github,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
spec.files = Dir.glob(["{lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)

spec.required_ruby_version = ">= 3.1"

Expand Down

0 comments on commit ce8dad5

Please # to comment.