Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Include ext/ in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
sstephenson committed Feb 19, 2009
1 parent 83bd509 commit e0ddeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprockets.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "sprockets"
s.has_rdoc = false
s.authors = ["Sam Stephenson"]
s.files = Dir["Rakefile", "bin/**/*", "lib/**/*", "test/**/*"]
s.files = Dir["Rakefile", "bin/**/*", "lib/**/*", "test/**/*", "ext/**/*"]
s.test_files = Dir["test/test_*.rb"] unless $SAFE > 0
s.executables = ["sprocketize"]
end

0 comments on commit e0ddeaf

Please sign in to comment.