Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improving gem summary and description to help people find it. There w…
…as no mention of "plugin" in it… 🤔
  • Loading branch information
nhoizey committed Jun 4, 2018
1 parent cd31955 commit a966eac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
@@ -1,5 +1,9 @@
# Releases

## [v1.12.4](https://github.com/nhoizey/jekyll-cloudinary/releases/tag/v1.12.4)

Improving gem summary and description to help people find it. There was no mention of "plugin" in it… 🤔

## [v1.12.3](https://github.com/nhoizey/jekyll-cloudinary/releases/tag/v1.12.3)

Strings are now immutable by default, be careful. ([ca68ba7](https://github.com/nhoizey/jekyll-cloudinary/commit/ca68ba7743b69983836b993761d1004494197795))
Expand Down
6 changes: 4 additions & 2 deletions jekyll-cloudinary.gemspec
Expand Up @@ -9,12 +9,14 @@ Gem::Specification.new do |spec|
spec.authors = ["Nicolas Hoizey"]
spec.email = ["nicolas@hoizey.com"]
spec.files = %w(Rakefile Gemfile README.md RELEASES.md LICENSE) + Dir["lib/**/*"]
spec.summary = "Liquid tag for Jekyll with Cloudinary"
spec.summary = "Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images"
spec.name = "jekyll-cloudinary"
spec.license = "MIT"
spec.require_paths = ["lib"]
spec.description = <<-DESC
Liquid tag to use Cloudinary for optimized responsive posts images.
This Jekyll plugin adds a Liquid tag that helps using Cloudinary, a SaaS solution for images management and transformation.
It helps using responsive images (picture, srcset, etc.) to optimize performance of websites.
DESC

spec.add_runtime_dependency "fastimage", "~> 2.0"
Expand Down

0 comments on commit a966eac

Please sign in to comment.