Skip to content

Commit

Permalink
www/ruby-jekyll-seo-tag: update to 2.7.1
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
taca committed Jan 18, 2021
1 parent 7eb804c commit 85049b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions www/ruby-jekyll-seo-tag/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion www/ruby-jekyll-seo-tag/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-jekyll-seo-tag/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 85049b6

Please sign in to comment.