Skip to content

Commit

Permalink
Resolve to wrong references in ruby/ruby repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 28, 2025
1 parent cfdcfe0 commit d496a82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net-smtp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

spec.files = `git ls-files README.md NEWS.md LICENSE.txt net-smtp.gemspec lib`.split
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
`git ls-files README.md NEWS.md LICENSE.txt net-smtp.gemspec lib`.split
end
spec.require_paths = ["lib"]

spec.add_dependency "net-protocol"
Expand Down

0 comments on commit d496a82

Please sign in to comment.