Skip to content

Commit

Permalink
Include features within features/engine in the gemspec's files list
Browse files Browse the repository at this point in the history
Diesel looks within features/engine for the generator and needs to be
included with the gem for those features to be installed successfully.
  • Loading branch information
joshuaclayton committed Feb 20, 2011
1 parent e302d57 commit 705906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
"LICENSE",
"README.md"
]
s.files = Dir['[A-Z]*', 'app/**/*', 'config/**/*', 'lib/**/*']
s.files = Dir['[A-Z]*', 'app/**/*', 'config/**/*', 'lib/**/*', 'features/engine/**/*']
s.test_files = Dir['spec/**/*', 'test/**/*']

s.rdoc_options = ["--charset=UTF-8"]
Expand Down

0 comments on commit 705906b

Please sign in to comment.