Skip to content

Commit

Permalink
add extensions to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Jul 24, 2013
1 parent 88dd79a commit b11edc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memcache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.extensions = ["ext/extconf.rb"]
end

0 comments on commit b11edc5

Please sign in to comment.