jekyll-last-modified-at 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jekyll-last-modified-at.rb +3 -2
- data/lib/jekyll-last-modified-at/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f76bca0b09b46eef5bc447edfbbdeba35fc2fbe19f03df85c3ea91cbc2b3d302
|
4
|
+
data.tar.gz: d2f0670a2fab03f69f6d3666d03dd8a356ab80fc7d6572ed1b0c8ba459e4ca66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49866c3752b95d1bb8f5fa845e6ee28c14de0afca4fd850e0a0e25f22b412c6ebb5575a642a733840fa8a8e34442ef339ff5dea0f218cc2a57f3321edfc8af2c
|
7
|
+
data.tar.gz: 81561a99693b11272ed8431cd40add63371a8570bc2c83f86cf852674aea86c61aa1f0650d4656f1f718261c93c30d0e2b1efac68d6566c525a5680482ab8bb7
|
@@ -2,11 +2,12 @@
|
|
2
2
|
|
3
3
|
module Jekyll
|
4
4
|
module LastModifiedAt
|
5
|
+
require 'jekyll-last-modified-at/tag'
|
6
|
+
require 'jekyll-last-modified-at/hook'
|
7
|
+
|
5
8
|
autoload :VERSION, 'jekyll-last-modified-at/version'
|
6
9
|
autoload :Executor, 'jekyll-last-modified-at/executor'
|
7
10
|
autoload :Determinator, 'jekyll-last-modified-at/determinator'
|
8
|
-
autoload :Tag, 'jekyll-last-modified-at/tag'
|
9
|
-
autoload :Hook, 'jekyll-last-modified-at/hook'
|
10
11
|
autoload :Git, 'jekyll-last-modified-at/git'
|
11
12
|
|
12
13
|
PATH_CACHE = {} # rubocop:disable Style/MutableConstant
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-last-modified-at
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|