jekyll_post_files 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/jekyll_post_files.gemspec +3 -3
- data/lib/jekyll_post_files/version.rb +1 -1
- 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: 39b89f540cf4a14a9fc32554b5a722cb42a34609
|
4
|
+
data.tar.gz: 7f54ea0a7e3bc3ea7509cad6b1e87d13125c31d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d326ea21df2357db1ef1edb7897ba4cb5a7af6a904a85b8e7d0165bf207faee58b27839a15328a3b58737374c8d4edf50e13eb04e8da9e34d4072b6d502e12f4
|
7
|
+
data.tar.gz: 2183d253aa913f849ab9101156cfdf08a3ee6907355db91739a3e60ef94f5883ae8ba99d3d7571e4351cc587de2f8895f296432f902ed7620c15c23efcd1f7b4
|
data/jekyll_post_files.gemspec
CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Nicolas Hoizey"]
|
10
10
|
spec.email = ["nicolas@hoizey.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{
|
13
|
-
spec.description = %q{
|
14
|
-
spec.homepage = "https://github.
|
12
|
+
spec.summary = %q{A Jekyll plugin to keep posts assets alongside their Markdown files}
|
13
|
+
spec.description = %q{This plugin takes any file that is in posts folders, and copy them to the folder in which the post HTML page will be created.}
|
14
|
+
spec.homepage = "https://nhoizey.github.io/jekyll_post_files/"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll_post_files
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Hoizey
|
@@ -38,8 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description:
|
42
|
-
|
41
|
+
description: This plugin takes any file that is in posts folders, and copy them to
|
42
|
+
the folder in which the post HTML page will be created.
|
43
43
|
email:
|
44
44
|
- nicolas@hoizey.com
|
45
45
|
executables: []
|
@@ -56,7 +56,7 @@ files:
|
|
56
56
|
- jekyll_post_files.gemspec
|
57
57
|
- lib/jekyll_post_files.rb
|
58
58
|
- lib/jekyll_post_files/version.rb
|
59
|
-
homepage: https://github.
|
59
|
+
homepage: https://nhoizey.github.io/jekyll_post_files/
|
60
60
|
licenses:
|
61
61
|
- MIT
|
62
62
|
metadata: {}
|
@@ -79,5 +79,5 @@ rubyforge_project:
|
|
79
79
|
rubygems_version: 2.6.4
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
|
-
summary:
|
82
|
+
summary: A Jekyll plugin to keep posts assets alongside their Markdown files
|
83
83
|
test_files: []
|