Skip to content

Commit

Permalink
Merge pull request #12 from pstengel/bugfix/missing-files
Browse files Browse the repository at this point in the history
Add config/ to gemspec
  • Loading branch information
geniou committed Jun 16, 2014
2 parents ea48ab5 + c60fe48 commit b9ca555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.require_paths = ['lib']
spec.files = Dir[
'{lib,spec}/**/*',
'{config,lib,spec}/**/*',
'*.md',
'*.gemspec',
'Gemfile',
Expand Down

0 comments on commit b9ca555

Please sign in to comment.