Skip to content

Commit

Permalink
Restore gemspec file to package because it's required by rbinstall.rb…
Browse files Browse the repository at this point in the history
… in ruby/ruby repo
  • Loading branch information
hsbt committed Jan 28, 2025
1 parent 53482b8 commit cfdcfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-smtp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 lib`.split
spec.files = `git ls-files README.md NEWS.md LICENSE.txt net-smtp.gemspec lib`.split
spec.require_paths = ["lib"]

spec.add_dependency "net-protocol"
Expand Down

0 comments on commit cfdcfe0

Please sign in to comment.