jekyll-root-directory 0.0.5 → 0.0.6

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-root-directory.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9091cb0087d96149f6089ce3b92d9f0428591cb1dc3a591f9825080d5611f95b
4
- data.tar.gz: 44ca9c37e48516a8d9d3ebd8fc37d389ae47d2a4c51c683bb0aa485ab5044123
3
+ metadata.gz: 578d92f64182a36986b4164770645a2c9671e347fba14f0197e2759b83995795
4
+ data.tar.gz: afc74fd4f540c38fe3b19b150ef891345e5b52cec4e4e1cd909c27c8957d4218
5
5
  SHA512:
6
- metadata.gz: 7c7dbc95458709e8902dd05f8f0f846ace500d503922f62103924886150411f015b6edfe1263b0456f5363c398ddaddf0ae0745641fb63bcfdf9e1e715e5c8eb
7
- data.tar.gz: 948f16ec4545ad8c0a07a6db5ac79a052a2e4a1f66d5ec2181d0ea46b8ea6967ff0b25b59a7a23bf364fdcc017d7287e45add350166a17ad1ae376c0733acf90
6
+ metadata.gz: b5bae6e36867ee35654c0fd96abf008db61a1fc6f12465c5864d3665fbd1ee7d1517d4ca4171b9f5eaaf059c0854b69f9413e34fc482da4562dc424f8ad3be2b
7
+ data.tar.gz: f409e01bbe6a07c693b0fc2895470f7dcd665b1ab03b980a80eda803c5e359d29210c6322e5dd593144696a91bd3a7a833492a077db0e81d643efbb69d9df05b
@@ -25,7 +25,7 @@ class RootDirectoryPlugin
25
25
  FileUtils.rm(dest_path) if File.exist?(dest_path)
26
26
 
27
27
  # https://github.com/jekyll/jekyll/blob/22a974200d21a5476e92ee9e33312c583f001271/lib/jekyll/static_file.rb#L192
28
- if @site.safe? || Jekyll.env == "production"
28
+ if @site.safe || Jekyll.env == "production"
29
29
  FileUtils.cp(path, dest_path)
30
30
  else
31
31
  FileUtils.copy_entry(path, dest_path)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-root-directory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Angus Johnston