We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9f626 commit 59d2bf1Copy full SHA for 59d2bf1
ruby-lsp-rspec.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
spec.files = Dir.chdir(__dir__) do
24
%x(git ls-files -z).split("\x0").reject do |f|
25
(File.expand_path(f) == __FILE__) ||
26
- f.start_with?("bin/", "test/", "spec/", "features/", ".git", ".circleci", "appveyor", "Gemfile")
+ f.start_with?("bin/", "test/", "spec/", "features/", ".git", ".circleci", "appveyor", "Gemfile", "misc/")
27
end
28
29
spec.bindir = "exe"
0 commit comments