From 13481d65431951d000033eb8bb0c467d9834d9b8 Mon Sep 17 00:00:00 2001 From: Lakshya Kapoor Date: Mon, 17 Jun 2019 22:18:25 -0700 Subject: [PATCH] Update gem description. --- screen-recorder.gemspec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/screen-recorder.gemspec b/screen-recorder.gemspec index e3bc4b0..e05f432 100644 --- a/screen-recorder.gemspec +++ b/screen-recorder.gemspec @@ -9,8 +9,10 @@ Gem::Specification.new do |spec| spec.authors = ['Lakshya Kapoor'] spec.email = ['kapoorlakshya@gmail.com'] spec.homepage = 'http://github.com/kapoorlakshya/screen-recorder' - spec.summary = 'Video record your computer screen using FFmpeg via Ruby.' - spec.description = 'Video record your computer screen - desktop or specific window - using FFmpeg via Ruby.' + spec.summary = 'Video record your computer screen using FFmpeg.' + spec.description = 'Video record your computer screen - desktop or specific window - using FFmpeg.' \ + 'Primarily geared towards recording automated UI test executions ' \ + 'for debugging and documentation. Works on Windows, Linux, and macOS.' spec.license = 'MIT' # noinspection RubyStringKeysInHashInspection,RubyStringKeysInHashInspection,RubyStringKeysInHashInspection spec.metadata = {