File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments