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

Prune the Ruby Gem #107

Open
asbjornu opened this issue Jul 19, 2022 · 0 comments
Open

Prune the Ruby Gem #107

asbjornu opened this issue Jul 19, 2022 · 0 comments

Comments

@asbjornu
Copy link
Contributor

asbjornu commented Jul 19, 2022

The Ruby Gem currently contains the following files and directories:

├── checksums.yaml
├── data
│   ├── .github
│   │   ├── codecov.yml
│   │   ├── dependabot.yml
│   │   ├── mergify.yml
│   │   ├── scripts
│   │   │   ├── amend.sh
│   │   │   ├── build-gem.sh
│   │   │   ├── inspect-gem.sh
│   │   │   ├── publish-gem.sh
│   │   │   ├── test-gem.sh
│   │   │   └── variables.sh
│   │   └── workflows
│   │       ├── amend.yml
│   │       ├── no-java.yml
│   │       ├── no-plantuml.yml
│   │       ├── ruby.yml
│   │       └── shell.yml
│   ├── .gitignore
│   ├── .rspec
│   ├── .rubocop.yml
│   ├── CODE_OF_CONDUCT.md
│   ├── Gemfile
│   ├── GitVersion.yml
│   ├── LICENSE
│   ├── README.md
│   ├── Rakefile
│   ├── bin
│   │   └── net
│   │       └── sourceforge
│   │           └── plantuml
│   │               └── plantuml
│   │                   └── 1.2022.6
│   │                       └── plantuml-1.2022.6.jar
│   ├── kramdown-plantuml.gemspec
│   ├── lib
│   │   ├── kramdown-plantuml
│   │   │   ├── bool_env.rb
│   │   │   ├── console_logger.rb
│   │   │   ├── converter_extension.rb
│   │   │   ├── executor.rb
│   │   │   ├── jekyll_provider.rb
│   │   │   ├── log_wrapper.rb
│   │   │   ├── none_s.rb
│   │   │   ├── options.rb
│   │   │   ├── plantuml_diagram.rb
│   │   │   ├── plantuml_error.rb
│   │   │   ├── plantuml_result.rb
│   │   │   ├── style_builder.rb
│   │   │   ├── svg_diagram.rb
│   │   │   ├── theme.rb
│   │   │   ├── version.rb
│   │   │   └── which.rb
│   │   ├── kramdown-plantuml.rb
│   │   └── kramdown_html.rb
│   └── pom.xml
└── metadata

There are a few things here that could be pruned away, such as the entire .github directory. The gemspec should be adjusted so it only bundles the files that are required for the Gem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant