Skip to content

Commit

Permalink
Remove tests from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 30, 2023
1 parent 1d570f7 commit 64d9c1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rake-compiler.gemspec
Expand Up @@ -26,8 +26,6 @@ Gem::Specification.new do |s|
s.files = Dir.glob("features/**/*.{feature,rb}")
s.files += ["bin/rake-compiler"]
s.files += Dir.glob("lib/**/*.rb")
s.files += ["spec/spec.opts"]
s.files += Dir.glob("spec/**/*.rb")
s.files += Dir.glob("tasks/**/*.rake")
s.files += ["Rakefile", "Gemfile"]
s.files += Dir.glob("*.{md,rdoc,txt,yml}")
Expand Down

0 comments on commit 64d9c1c

Please sign in to comment.