Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugin-generator: update gemspec to remove unnecessary files
We should reflect recent gemspec moves. `test_files` is not documented anymore: * https://guides.rubygems.org/specification-reference The template of Bundler 2.4.13 is as follows: spec.files = Dir.chdir(__dir__) do `git ls-files -z`.split("\x0").reject do |f| (File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile]) end end Signed-off-by: Daijiro Fukuda <[email protected]>
- Loading branch information