Skip to content

Commit

Permalink
Add dependency for rake-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
apohllo committed Mar 6, 2012
1 parent 6ab061e commit c323825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bloomfilter-rb.gemspec
Expand Up @@ -16,11 +16,12 @@ Gem::Specification.new do |s|
s.add_dependency "redis"
s.add_development_dependency "rspec"
s.add_development_dependency "rake"
s.add_development_dependency "rake-compiler"

s.extensions = ["ext/cbloomfilter/extconf.rb"]

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
end
end

0 comments on commit c323825

Please sign in to comment.