Skip to content

Commit a2f5bb6

Browse files
author
Alfonso Uceda
authored
Add rake tasks inside files DSL in gemspec (#321)
1 parent 73f5e3c commit a2f5bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puffing-billy.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
88
gem.summary = 'Easy request stubs for browser tests.'
99
gem.homepage = 'https://github.com/oesmith/puffing-billy'
1010

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

0 commit comments

Comments
 (0)