Skip to content

Commit 821ed34

Browse files
committed
fix up gemspec
1 parent 06d296c commit 821ed34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

suo.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
99
spec.authors = ["Nick Elser"]
1010
spec.email = ["nick.elser@gmail.com"]
1111

12-
spec.summary = %q(TODO: Write a short summary, because Rubygems requires one.)
13-
spec.description = %q{TODO: Write a longer description or delete this line.}
14-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
12+
spec.summary = %q(Distributed semaphores using Memcached or Redis.)
13+
# spec.description = %q{TODO: Long description}
14+
spec.homepage = "https://github.com/nickelser/suo"
1515

1616
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17-
spec.bindir = "exe"
17+
spec.bindir = "bin"
1818
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1919
spec.require_paths = ["lib"]
2020

0 commit comments

Comments
 (0)