Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed needless files from Gem::Specification#files #20

Merged
merged 1 commit into from
Jan 16, 2021
Merged

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented Dec 28, 2020

The current implementation gives the following files by gem install net-smtp

.github/workflows/test.yml
.gitignore
Gemfile
LICENSE.txt
NEWS.md
README.md
Rakefile
bin/console
bin/setup
lib/net/smtp.rb
net-smtp.gemspec
test/net/fixtures/cacert.pem
test/net/fixtures/dhparams.pem
test/net/fixtures/server.crt
test/net/fixtures/server.key
test/net/smtp/test_response.rb
test/net/smtp/test_smtp.rb
test/net/smtp/test_ssl_socket.rb
test/net/smtp/test_sslcontext.rb
test/net/smtp/test_starttls.rb

I removed the needless files from them.

@tmtm tmtm merged commit e4bbf95 into master Jan 16, 2021
@tmtm tmtm deleted the gemspec-files branch January 16, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants