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

Remove unused files from the gem package #129

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

orien
Copy link
Contributor

@orien orien commented Nov 11, 2024

There are a bunch of files in the gem package that aren't useful for downstream projects.

Let's remove these files:

- .github/dependabot.yml
- .github/workflows/gh-pages.yml
- .github/workflows/push_gem.yml
- .github/workflows/test.yml
- .gitignore
  BSDL
  COPYING
- Gemfile
  README.md
- Rakefile
- bin/console
- bin/setup
  lib/uri.rb
  lib/uri/common.rb
  lib/uri/file.rb
  lib/uri/ftp.rb
  lib/uri/generic.rb
  lib/uri/http.rb
  lib/uri/https.rb
  lib/uri/ldap.rb
  lib/uri/ldaps.rb
  lib/uri/mailto.rb
  lib/uri/rfc2396_parser.rb
  lib/uri/rfc3986_parser.rb
  lib/uri/version.rb
  lib/uri/ws.rb
  lib/uri/wss.rb
- rakelib/sync_tool.rake
- uri.gemspec

@hsbt
Copy link
Member

hsbt commented Nov 13, 2024

Can you remove rakelib/sync_tool.rake too?

@orien
Copy link
Contributor Author

orien commented Nov 13, 2024

Can you remove rakelib/sync_tool.rake too?

Done in a0dd612

@hsbt hsbt merged commit dd1dcd4 into ruby:master Nov 13, 2024
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