Skip to content

Commit

Permalink
Merge pull request #19 from fedora-ruby/add-gemfiles
Browse files Browse the repository at this point in the history
WIP: Add test/gemfiles into gemspec
  • Loading branch information
strzibny authored Mar 20, 2022
2 parents b64909d + d92206b commit be11579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem-compare.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.licenses = ['MIT']
s.author = 'Josef Stribny'
s.email = '[email protected]'
s.files = Dir['README.md', 'LICENSE', 'Rakefile',
s.files = Dir['README.md', 'LICENSE', 'Rakefile', 'test/gemfiles/**/*',
'lib/**/*.rb', 'lib/**/**/*.rb', 'test/**/test*.rb']
s.required_ruby_version = '>= 2.0.0'
s.required_rubygems_version = '>= 2.0.0'
Expand Down

0 comments on commit be11579

Please sign in to comment.