From 463db8206519f232bddcb6575afcaeb4fd1f7d61 Mon Sep 17 00:00:00 2001 From: Lakshya Kapoor Date: Mon, 17 Jun 2019 22:36:03 -0700 Subject: [PATCH] Fix spacing in gem description. --- screen-recorder.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screen-recorder.gemspec b/screen-recorder.gemspec index e05f432..61440db 100644 --- a/screen-recorder.gemspec +++ b/screen-recorder.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ['kapoorlakshya@gmail.com'] spec.homepage = 'http://github.com/kapoorlakshya/screen-recorder' spec.summary = 'Video record your computer screen using FFmpeg.' - spec.description = 'Video record your computer screen - desktop or specific window - 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' @@ -41,4 +41,4 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'childprocess', '~> 1.0' spec.add_runtime_dependency 'os', '~> 1.0.0' spec.add_runtime_dependency 'streamio-ffmpeg', '~> 3.0' -end \ No newline at end of file +end