diff options
author | taca <taca@pkgsrc.org> | 2021-01-18 14:57:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-01-18 14:57:42 +0000 |
commit | f2393fba1ecdf10a7d2c4f709d26e5923c2712cf (patch) | |
tree | 0d7950a0d48ee013a7130327cf68b3ede2db39c0 /www | |
parent | 2f8165f70c7b10459c0939527d7042ec41e24cdc (diff) | |
download | pkgsrc-f2393fba1ecdf10a7d2c4f709d26e5923c2712cf.tar.gz |
www/ruby-jekyll-seo-tag: update to 2.7.1
2.7.1 / 2020-10-18
Development Fixes
* refactor: mutate site payload instead of duplicating it (#419)
2.7.0 / 2020-10-18
Minor Enhancements
* Change pagination message with seo_paginator_message option (#324)
* Make Twitter Summary Card without having Twitter account (#284)
* Prefer site.tagline to site.description for page title (#356)
* Render og:locale meta only when defined explicitly (#388)
Bug Fixes
* Ensure a single leading @ for twitter usernames (#367)
Development Fixes
* chore(deps): require Ruby > 2.4.0 EOL
* test: fix locale specs that use the fallback locale (#360)
* refactor: Replace read-only empty hash with private constant (#418)
* refactor: Mutate hash literals instead of duplicating them (#417)
* refactor: Reduce allocations of instance-agnostic objects (#376)
* refactor: Memoize #author_hash in SeoTag::AuthorDrop (#342)
* refactor: simplify conditional in SeoTag::Drop#date_modified (#343)
* chore(ci): profile seo-tag plugin on a third-party repository (#414)
* chore(ci): Jekyll v4.0 (#372)
* chore(ci): test against current stable Ruby 2.5 and 2.7 (#385)
* style: align with latest jekyll-rubocop (#382)
* fix: Travis builds for Jekyll 3.x (#415)
Documentation
* Structured Data Testing Tool is deprecated (#409)
* Rename Google webmaster tools to Google Search Console (#403)
* Improve documentation on plugin usage (#399)
* remove Google+ from example snippet (#358)
* HTTPS link to https://ogp.me/ (#359)
* HTTPS links to schema.org (#350)
* use example.com for example URL (#351)
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-jekyll-seo-tag/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-jekyll-seo-tag/PLIST | 4 | ||||
-rw-r--r-- | www/ruby-jekyll-seo-tag/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/ruby-jekyll-seo-tag/Makefile b/www/ruby-jekyll-seo-tag/Makefile index f4d2dcdef27..127fe4d8c29 100644 --- a/www/ruby-jekyll-seo-tag/Makefile +++ b/www/ruby-jekyll-seo-tag/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/06/18 16:42:37 taca Exp $ +# $NetBSD: Makefile,v 1.9 2021/01/18 14:57:42 taca Exp $ -DISTNAME= jekyll-seo-tag-2.6.1 +DISTNAME= jekyll-seo-tag-2.7.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-jekyll-seo-tag/PLIST b/www/ruby-jekyll-seo-tag/PLIST index c54577fa133..f38f8337e11 100644 --- a/www/ruby-jekyll-seo-tag/PLIST +++ b/www/ruby-jekyll-seo-tag/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2019/10/05 04:55:09 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/01/18 14:57:42 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.github/workflows/actions/memprof.rb +${GEM_LIBDIR}/.github/workflows/third-party.yml ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/.rubocop.yml diff --git a/www/ruby-jekyll-seo-tag/distinfo b/www/ruby-jekyll-seo-tag/distinfo index ce369506353..a6fa2b0581f 100644 --- a/www/ruby-jekyll-seo-tag/distinfo +++ b/www/ruby-jekyll-seo-tag/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2019/10/05 04:55:09 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2021/01/18 14:57:42 taca Exp $ -SHA1 (jekyll-seo-tag-2.6.1.gem) = 39e7010512a818f512291315e2586542917da7b9 -RMD160 (jekyll-seo-tag-2.6.1.gem) = 102653c1355c3030961e8630c4d082dc666789ff -SHA512 (jekyll-seo-tag-2.6.1.gem) = 813553ad22a59fb5b76f1393e892c5f377d26843e9008811f328574541ca44a4b2d9396cdf953c8ddb23f23c13ca4ef00fb82e2c237221e20f8e933c11fae14e -Size (jekyll-seo-tag-2.6.1.gem) = 18432 bytes +SHA1 (jekyll-seo-tag-2.7.1.gem) = c72254268648972229b8a7163e8f65a21ec8d8ea +RMD160 (jekyll-seo-tag-2.7.1.gem) = 4b6b95149edb43b76ef663136ebe5303b45cb53f +SHA512 (jekyll-seo-tag-2.7.1.gem) = a8d1128984b25992872a15970ed7bae7b7f5ea5c54a8cc4d099184ac178acb3e828408b90fac4c0affa0dc2ab576e0757ca5590b992166121cf169c82ee3a14a +Size (jekyll-seo-tag-2.7.1.gem) = 20480 bytes |