diff --git a/suo.gemspec b/suo.gemspec index 6d84025..2a727eb 100644 --- a/suo.gemspec +++ b/suo.gemspec @@ -9,12 +9,12 @@ Gem::Specification.new do |spec| spec.authors = ["Nick Elser"] spec.email = ["nick.elser@gmail.com"] - spec.summary = %q(TODO: Write a short summary, because Rubygems requires one.) - spec.description = %q{TODO: Write a longer description or delete this line.} - spec.homepage = "TODO: Put your gem's website or public repo URL here." + spec.summary = %q(Distributed semaphores using Memcached or Redis.) + # spec.description = %q{TODO: Long description} + spec.homepage = "https://github.com/nickelser/suo" 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.require_paths = ["lib"]