Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include only files that are needed for the production gem. Also avoids to use git to allow to build the package in an environment that does not have git (on purpose). ### Before 173K ``` .dokaz .github/PULL_REQUEST_TEMPLATE.md .github/dependabot.yml .github/workflows/dependency-review.yml .github/workflows/main.yml .gitignore .rspec .rubocop.yml .ruby-version .yardopts CHANGELOG.md CODE_OF_CONDUCT.md Gemfile Gemfile.lock LICENSE.txt README.md Rakefile benchmarks/Gemfile benchmarks/benchmarks.rb bin/console bin/setup lib/memo_wise.rb lib/memo_wise/internal_api.rb lib/memo_wise/version.rb logo/logo.png memo_wise.gemspec ``` ### After 19K ``` CHANGELOG.md LICENSE.txt README.md lib/memo_wise.rb lib/memo_wise/internal_api.rb lib/memo_wise/version.rb ``` Ref: https://docs.rubocop.org/rubocop-packaging/cops_packaging.html#packaginggemspecgit
- Loading branch information