jekyll-git-updated 0.0.1 → 0.0.2

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/jekyll-git-updated.rb +1 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8323842d2f46a8f20100fb2bed6f1071aa5e465e67a05870b959ebb72aa7bead
4
- data.tar.gz: 1a82b34af94b7da647a43ce09052d398cd874bd0acbeebfa3d3a0fa711977519
3
+ metadata.gz: ee4e68cc333823424b49c2b4f9e827f60a8fbb8eba5e5d82c7f9dd817da8bf2d
4
+ data.tar.gz: 69496d57693c195489d7ef5628ee99fb4a5e681a643a06d7cdc5d27c2a2500cd
5
5
  SHA512:
6
- metadata.gz: 0c710ce060b6b3f8b172d9be6143b945f8f63fac22661877d28f39bd38eb48f728d5c860e69f0de22319886e7933c25ad693e6118898883896cf032f6bb37da2
7
- data.tar.gz: b2b5df2e3dd0ebabc1eff47e7c867bea6814596f13db9abe180359dc50731dca0aed60338aa027d88512d03630936766643be5ed13e25fb2c119c927a883f845
6
+ metadata.gz: 17c568a95486c7c512c92b329df2a25cc33adb6404d98350862582bb2346135232a8cb0d2a677c2649b2ba28a4584e19ff904a4ccbe491aa66609001704f6c5c
7
+ data.tar.gz: 8c92882e19d844dffa0864920f43cc88a6d41779a27581d1ca89614d1bf9c68f28dc5c1e5e2a8c4b78556db166d62600058cbffa8ee70ab8a90eb13362fd5dbe
@@ -13,6 +13,7 @@ class JekyllPlugin
13
13
  if @post.data['title'] and File.file?(@path)
14
14
  @post.data['git-updated'] = `git log -n 1 --pretty=format:%ci "#{@path}"`[0...-6]
15
15
  end
16
+ end
16
17
  end
17
18
 
18
19
  module Jekyll
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-git-updated
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angus Johnston