jekyll-tagging-related_posts 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a7e4087019ae7740655c869bb8eb958c6f60efb48ced2cc9eb7de4b074fb30b
4
- data.tar.gz: ff24958b42cf245f8a6bfb71be4594c6dcd123abdf208a7654bbd66840780921
3
+ metadata.gz: de0612ad798142c10d59a569f08e08f3242c997d9a37acfb1a27d5279f103e93
4
+ data.tar.gz: 8839924bd75d4e193bb588d30910c2016795fc6786a62902ccedc09a15bad62b
5
5
  SHA512:
6
- metadata.gz: 838eefc85ff2ef293b3858e84f6c5d11e62462363fa0e3ff64466c1899cece6536cf65f0dc3e67a7a51b194d39c715f32cacb51bab309854e6026f39138afdc2
7
- data.tar.gz: 97f33de815fb751899976a1dfc6338649c58c01beea0e92d605b51618f98806e7248a0ded7677b244fd1fedcbe2780846998f978aef35283acc9cf76e09c702e
6
+ metadata.gz: 37b935463c1c84de45e7c46272f0c5f77f58eed109346f75ad3d63b639fdf042e1cee68303f0e989d32e37fcf0c3a1cede8fd527152ec93d6069547194d05fa6
7
+ data.tar.gz: 29d733b5da478632223788b90a3142ba30f905244670f2e176ca68ccdcf70fc86a1bc0e616f886d4d9e712d83d72d4f87e4eac2adc2b0e19ea4285e78f043dee
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016-2023 Toshimaru
3
+ Copyright (c) 2016-2024 Toshimaru
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # jekyll-tagging-related_posts
2
2
 
3
- [![Build Status](https://travis-ci.org/toshimaru/jekyll-tagging-related_posts.svg?branch=master)](https://travis-ci.org/toshimaru/jekyll-tagging-related_posts)
3
+ [![Test](https://github.com/toshimaru/jekyll-tagging-related_posts/actions/workflows/test.yml/badge.svg)](https://github.com/toshimaru/jekyll-tagging-related_posts/actions/workflows/test.yml)
4
4
  [![Gem Version](https://badge.fury.io/rb/jekyll-tagging-related_posts.svg)](https://badge.fury.io/rb/jekyll-tagging-related_posts)
5
5
  [![Test Coverage](https://codeclimate.com/github/toshimaru/jekyll-tagging-related_posts/badges/coverage.svg)](https://codeclimate.com/github/toshimaru/jekyll-tagging-related_posts/coverage)
6
6
  [![Code Climate](https://codeclimate.com/github/toshimaru/jekyll-tagging-related_posts/badges/gpa.svg)](https://codeclimate.com/github/toshimaru/jekyll-tagging-related_posts)
@@ -11,7 +11,7 @@ The calculation algorithm is based on [related\_posts-jekyll\_plugin](https://gi
11
11
 
12
12
  ## Installation
13
13
 
14
- Add this line to your application's Gemfile:
14
+ Add this line to your application's `Gemfile`:
15
15
 
16
16
  ```ruby
17
17
  gem 'jekyll-tagging-related_posts'
data/Rakefile CHANGED
@@ -9,4 +9,4 @@ Rake::TestTask.new(:test) do |t|
9
9
  t.test_files = FileList['test/**/*_test.rb']
10
10
  end
11
11
 
12
- task :default => :test
12
+ task default: :test
@@ -3,7 +3,7 @@
3
3
  module Jekyll
4
4
  module Tagging
5
5
  module RelatedPosts
6
- VERSION = '1.3.0'
6
+ VERSION = '1.3.1'
7
7
  end
8
8
  end
9
9
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # requiring `jekyll/document` first to overide `Jekyll::Document`
3
+ # Require `jekyll/document` to override `Jekyll::Document`
4
4
  require "jekyll/document"
5
5
 
6
6
  require "jekyll/tagging/related_posts/version"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-tagging-related_posts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - toshimaru
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2024-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.26
78
+ rubygems_version: 3.5.9
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Jekyll `related_posts` function based on tags (works on Jekyll3)