proquint.gemspec in proquint-0.0.1 vs proquint.gemspec in proquint-0.0.2
- old
+ new
@@ -7,9 +7,13 @@
spec.name = "proquint"
spec.version = Proquint::VERSION
spec.authors = ["JJ Buckley"]
spec.email = ["jj@bjjb.org"]
spec.summary = %q{Readable, spellable, pronounceable identifiers}
+ spec.description = <<-DESC
+A proquint is a readable, spellable, pronouncable identifier that can be
+encoded back to a number. See http://arxiv.org/html/0901.4016.
+ DESC
spec.homepage = "http://bjjb.github.io/proquint"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }