jekyll_html_truncatewords 0.1.1 → 0.1.2

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: 2b5da1dcff65764fbe9e2e0a051f8fff05871e38180984bc6de1f6d05ac1bdc5
4
- data.tar.gz: 1e38cf3cee323d413d7c481098df04792e14e697a3046df864d6cef698bc3a90
3
+ metadata.gz: f6a311c14154af13ca8ef35f3d995cd4480e3ad0bfd03a4482c6b6122f6e856d
4
+ data.tar.gz: 48f4ef6844b6ced226188b3bfa2dc622229f239849dc306cf565308c0b38925f
5
5
  SHA512:
6
- metadata.gz: 1bad5b78e086de5c05dc1f69033046df3ca288f1be4b933a0de904ed9f5447bac0acbfee8812bfb34dd32dded882c06170d6519aa56877f8ba06a3a0b66622ef
7
- data.tar.gz: f93d1b526c5ad192d9885d5818ce9ef5e037ec4137f4a5e0d927efd90dbcf22585d7538153af2ee3a84d6471565753e3047ff62cba525816a101fe684e385f21
6
+ metadata.gz: 757459c0dd0d583330e9d3e052859c364d092e2caad8da3bba7158f702b9b1b231d709e2140068df2a34ad45d6d8e88be6c2e28c5d1ffc537bdef3c89012143b
7
+ data.tar.gz: 1fec42ee62c300593ff5fbac4a19df25ba0e4d5b99a6067de61929f61aeb3ca1258a1ea80b765712cef68d8cbde6c02d28b9a8455375ae8a61f310dc3572ebfe
@@ -13,7 +13,7 @@ jobs:
13
13
 
14
14
  strategy:
15
15
  matrix:
16
- ruby-version: [2.4, 2.5, 2.6, 2.7]
16
+ ruby-version: [2.5, 2.6, 2.7]
17
17
 
18
18
  steps:
19
19
  - uses: actions/checkout@v2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll_html_truncatewords (0.1.1)
4
+ jekyll_html_truncatewords (0.1.2)
5
5
  liquid
6
6
  nokogiri
7
7
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.description = %q{A Jekyll filter to truncate HTML to a specified number of words. The Liquid truncatewords filter can't operate on HTML because it isn't aware of tags. But Jekyll blog posts usually contain HTML, so this makes it difficult to, for example, use the first 50 words of a blog post as the preview. jekyll_html_truncatewords solves that problem. It works the same as truncatewords, but it is aware of HTML tags so it counts words correctly within HTML and won't break HTML.}
11
11
  spec.homepage = "https://github.com/mkasberg/jekyll_html_trunctewords"
12
12
  spec.license = "MIT"
13
- spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
16
  spec.metadata["source_code_uri"] = spec.homepage
@@ -1,3 +1,3 @@
1
1
  module JekyllHtmlTruncatewords
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll_html_truncatewords
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Kasberg
@@ -79,7 +79,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: 2.4.0
82
+ version: 2.5.0
83
83
  required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="