зеркало из https://github.com/github/memcached.git
only include folders we care on gem file
This commit is contained in:
Родитель
c846f7c32c
Коммит
25d08d39a8
|
@ -10,8 +10,8 @@ Gem::Specification.new do |s|
|
|||
s.summary = "An interface to the libmemcached C client."
|
||||
s.homepage = "http://evan.github.com/evan/memcached/"
|
||||
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
||||
s.files = `git ls-files -- {lib,ext,vendor}/*`.split("\n") + %w(LICENSE README.md CHANGELOG)
|
||||
s.test_files = `git ls-files -- {test}/*`.split("\n")
|
||||
s.require_paths = ["lib", "ext"]
|
||||
s.extensions = ["ext/memcached/extconf.rb"]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче