Skip to content

Commit

Permalink
Update gemspec to strip out test files
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Jan 22, 2025
1 parent d918b0b commit 9062960
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ruby/cucumber-tag-expressions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/cucumber/tag-expressions/tree/main/ruby'
}

s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_development_dependency 'rake', '~> 13.1'
s.add_development_dependency 'rspec', '~> 3.11'
s.add_development_dependency 'rubocop', '~> 0.79.0'

s.files = Dir[
'README.md',
'LICENSE',
'lib/**/*'
]
s.test_files = Dir['spec/**/*']
s.files = Dir['README.md', 'LICENSE', 'lib/**/*']
s.rdoc_options = ['--charset=UTF-8']
s.require_path = 'lib'
end

0 comments on commit 9062960

Please sign in to comment.