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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/liquid_reading_time.rb +2 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36b77969cf3f45e7d590406bc381f72eae2c6f2d
4
- data.tar.gz: c00895f3ce79d6bdfd7e1364e9bec7fac4146dbc
3
+ metadata.gz: 0a064c822513ccfb9298396aa7cae66ca40a3b97
4
+ data.tar.gz: 9f74b5bef554f34202aa2170721f864652c5b357
5
5
  SHA512:
6
- metadata.gz: 4f543c78c1c2d0e260fe8a940da8b8e53eb928bb7f439e302c9ec26fc3baeec6b7163660e89c364d3cf07558c98a4222a32c71c98b04747698b6c3c5df8b007e
7
- data.tar.gz: af7fc7bc82070298e8c6e43333356ce5b8b7e0f86eeccfbe149e3eef9a9c858e4ce039b59c4acf951c6dd82c29eb9fe5a02584b092e9e28245308c7036c61c6b
6
+ metadata.gz: c537ac1dc47845f6d26a6ad8cfa4d55e4c76f8da82578639b12bd7ee4b56578740eedb0cb6378f3d42c0f779f28793809c4536854fe5bdd8a461ff0b766c981a
7
+ data.tar.gz: 263765b8f68d1c52e9e29c365bca313a3e810cf4c0fa2214fb0ff90ddea55d93357b1c1025d74d4d96b1f5e6adf502a42517f59a37e5c94fa74ff64568d0fffc
@@ -4,8 +4,8 @@
4
4
  #
5
5
  # https://github.com/bdesham/reading_time
6
6
  #
7
- # Copyright (c) Benjamin Esham, 2013-2015
8
- # See README.md for full copyright information.
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.2
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: 2015-03-07 00:00:00.000000000 Z
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: '4.0'
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: '4.0'
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.4.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.