liquid_reading_time 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/liquid_reading_time.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a064c822513ccfb9298396aa7cae66ca40a3b97
|
|
4
|
+
data.tar.gz: 9f74b5bef554f34202aa2170721f864652c5b357
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c537ac1dc47845f6d26a6ad8cfa4d55e4c76f8da82578639b12bd7ee4b56578740eedb0cb6378f3d42c0f779f28793809c4536854fe5bdd8a461ff0b766c981a
|
|
7
|
+
data.tar.gz: 263765b8f68d1c52e9e29c365bca313a3e810cf4c0fa2214fb0ff90ddea55d93357b1c1025d74d4d96b1f5e6adf502a42517f59a37e5c94fa74ff64568d0fffc
|
data/lib/liquid_reading_time.rb
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
#
|
|
5
5
|
# https://github.com/bdesham/reading_time
|
|
6
6
|
#
|
|
7
|
-
# Copyright (c) Benjamin Esham
|
|
8
|
-
#
|
|
7
|
+
# Copyright (c) 2013, 2015 Benjamin D. Esham. This program is released under the
|
|
8
|
+
# ISC license, which you can find in the file LICENSE.md.
|
|
9
9
|
|
|
10
10
|
require 'nokogiri'
|
|
11
11
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: liquid_reading_time
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Esham
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: liquid
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '2.6'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '5.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '2.6'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '5.0'
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: nokogiri
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
72
72
|
version: '0'
|
|
73
73
|
requirements: []
|
|
74
74
|
rubyforge_project:
|
|
75
|
-
rubygems_version: 2.
|
|
75
|
+
rubygems_version: 2.6.10
|
|
76
76
|
signing_key:
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: A Liquid filter to count words and estimate reading times.
|