Skip to content

Commit

Permalink
Add rake tasks inside files DSL in gemspec (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Uceda committed Feb 16, 2022
1 parent 73f5e3c commit a2f5bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puffing-billy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
gem.summary = 'Easy request stubs for browser tests.'
gem.homepage = 'https://github.com/oesmith/puffing-billy'

gem.files = %w[LICENSE CHANGELOG.md README.md] + Dir['lib/**/*.rb']
gem.files = %w[LICENSE CHANGELOG.md README.md] + Dir['lib/**/*.rb'] + Dir['lib/**/*.rake']
gem.name = 'puffing-billy'
gem.require_paths = ['lib']
gem.version = Billy::VERSION
Expand Down

0 comments on commit a2f5bb6

Please sign in to comment.