lisp.gemspec in lisp-1.5.1 vs lisp.gemspec in lisp-1.5.2

- old
+ new

@@ -7,12 +7,12 @@ Gem::Specification.new do |spec| spec.name = "lisp" spec.version = Lisp::VERSION spec.authors = ["James Moriarty"] spec.email = ["jamespaulmoriarty@gmail.com"] - spec.summary = %q{Lisp Interpreter in Ruby.} - spec.description = "" - spec.homepage = "" + spec.summary = %q{Lisp interpreter} + spec.description = "Minimal Lisp interpreter using 75LOC and only standard libraries excluding the REPL. Inspired by Lis.py." + spec.homepage = "https://github.com/jamesmoriarty/lisp" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})