tty-editor.gemspec in tty-editor-0.1.0 vs tty-editor.gemspec in tty-editor-0.1.1

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "tty-editor" spec.version = TTY::Editor::VERSION spec.authors = ["Piotr Murach"] spec.email = [""] - spec.summary = %q{} - spec.description = %q{} + spec.summary = %q{Opens a file or text in in the user's preferred editor.} + spec.description = %q{Opens a file or text in in the user's preferred editor.} spec.homepage = "https://piotrmurach.github.io/tty" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"