jekyll-postfiles 2.1.0 → 2.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 854c58ed5e01319e8160695c04e36f810ca219e7
4
- data.tar.gz: 4ff8a95dc4238957e04ecb37d90316308df239bc
3
+ metadata.gz: 3f717f8740d6deda8214d36c11af41d99ad31952
4
+ data.tar.gz: 1d344f57c25424d9a2413f803cec4a398ce6c1d3
5
5
  SHA512:
6
- metadata.gz: d240983785824174ff9e5231a12bd1e192b256bb61a65ba72de4608ba268611775aaf05b05ff2e770798bd7ba08c249e3164b633b493c39397f97b13232e6245
7
- data.tar.gz: a71ba2e871ad238394bf8c4bb3762bd26145dd22c9ce54eae4bd1ac3ee41d26b788781aaa37bc5c59164008a3c9c991b1b37d1d0d9e8daa557106aa2f91533e0
6
+ metadata.gz: d1b6074e7a7a974b71336a5cfb4f43cc0e0f5ba495f7a20c35a78eafa8ced132d265453696fe183672695fd5d196dbf785ae1cad39e2b2a97f983d9549b7f618
7
+ data.tar.gz: 8449666bd84da6554a417711a3a5ff3ec80855bc34b2653c12cdb8336f6c549852b9c2bbf2b5d729ecb2dc1793fbc78168ca1b5b0eb31102dd4fa84f2feb9ce5
@@ -38,10 +38,10 @@ module Jekyll
38
38
  site = post.site
39
39
  site_src_dir = site.source
40
40
 
41
- Jekyll.logger.warn(
42
- "[PostFiles]",
43
- "Current post: #{post_path[site_src_dir.length..-1]}"
44
- )
41
+ # Jekyll.logger.warn(
42
+ # "[PostFiles]",
43
+ # "Current post: #{post_path[site_src_dir.length..-1]}"
44
+ # )
45
45
 
46
46
  post_dir = File.dirname(post_path)
47
47
  dest_dir = File.dirname(post.destination(""))
@@ -58,10 +58,10 @@ module Jekyll
58
58
  if filepath != post_path \
59
59
  && !File.directory?(filepath) \
60
60
  && !File.fnmatch?('*.{md,markdown}', filepath, File::FNM_EXTGLOB | File::FNM_CASEFOLD)
61
- Jekyll.logger.warn(
62
- "[PostFiles]",
63
- "-> attachment: #{filepath[site_src_dir.length..-1]}"
64
- )
61
+ # Jekyll.logger.warn(
62
+ # "[PostFiles]",
63
+ # "-> attachment: #{filepath[site_src_dir.length..-1]}"
64
+ # )
65
65
  if other_md_count > 0
66
66
  Jekyll.logger.abort_with(
67
67
  "[PostFiles]",
@@ -1,3 +1,3 @@
1
1
  module JekyllPostFiles
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-postfiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Hoizey