Skip to content

Commit

Permalink
Fix spacing in gem description.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya authored Jun 18, 2019
1 parent 13481d6 commit 463db82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screen-recorder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
end

0 comments on commit 463db82

Please sign in to comment.