mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
fix up gemspec
This commit is contained in:
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
|
|||||||
spec.authors = ["Nick Elser"]
|
spec.authors = ["Nick Elser"]
|
||||||
spec.email = ["nick.elser@gmail.com"]
|
spec.email = ["nick.elser@gmail.com"]
|
||||||
|
|
||||||
spec.summary = %q(TODO: Write a short summary, because Rubygems requires one.)
|
spec.summary = %q(Distributed semaphores using Memcached or Redis.)
|
||||||
spec.description = %q{TODO: Write a longer description or delete this line.}
|
# spec.description = %q{TODO: Long description}
|
||||||
spec.homepage = "TODO: Put your gem's website or public repo URL here."
|
spec.homepage = "https://github.com/nickelser/suo"
|
||||||
|
|
||||||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
||||||
spec.bindir = "exe"
|
spec.bindir = "bin"
|
||||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user