Skip to content

Commit

Permalink
Update file list on gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 16, 2024
1 parent 9704a4c commit e30df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base64.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = spec.homepage + "/releases"

spec.files = ["README.md", "LICENSE.txt", "lib/base64.rb"]
spec.files = ["README.md", "BSDL", "COPYING", "LEGAL", "lib/base64.rb"]
spec.bindir = "exe"
spec.executables = []
spec.require_paths = ["lib"]
Expand Down

0 comments on commit e30df92

Please sign in to comment.