Skip to content

Commit

Permalink
Remove ext/ from the files glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 21, 2010
1 parent 2ad3fff commit e7d045e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha', '>= 0.9.8'
s.add_development_dependency 'mocha-on-bacon'
s.add_development_dependency 'bacon-bits'
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc} ext/**/*.{rb,c} **/deps.rip]) + %w{Rakefile .gemspec}
s.files = Dir.glob(%w[{lib,test}/**/*.rb bin/* [A-Z]*.{txt,rdoc} **/deps.rip]) + %w{Rakefile .gemspec}
s.extra_rdoc_files = ["README.rdoc", "LICENSE.txt"]
s.license = 'MIT'
end

0 comments on commit e7d045e

Please sign in to comment.