Update gemspec description

This commit is contained in:
Joseph Wynn 2014-12-06 00:46:09 +00:00
parent 887cd7d844
commit 7f4eda8566
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/wildlyinaccurate/jekyll-responsive-image' spec.homepage = 'https://github.com/wildlyinaccurate/jekyll-responsive-image'
spec.licenses = ['MIT'] spec.licenses = ['MIT']
spec.description = %q{ spec.description = %q{
Jekyll Responsive Images is a Jekyll plugin and utility for automatically resizing images.
Its intended use is for sites which want to display responsive images using something like srcset or Imager.js.
} }
spec.files = `git ls-files`.split($/) spec.files = `git ls-files`.split($/)