jekyll-watch 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
  SHA256:
3
- metadata.gz: 2a3c6beb3a9b370d01f0217b3b4365771acee9c88c2424febde374a11f937f2c
4
- data.tar.gz: ac5c2eecc84ff20f7da3d8f5052b2f7b0d4a88b1fbe3c36f1f58be5b78229648
3
+ metadata.gz: e09dbd6263ca0a5fd831d6bf235aa7a9d7182c010d0b1f0e2e13bee79bed66d2
4
+ data.tar.gz: 14b1913a545be988a43a2789fed7b385e72ddf96414346c333fc65a4d0a1dd43
5
5
  SHA512:
6
- metadata.gz: a773013780db2e082260b100769cc10dca7a94275d658fb778a4d6524cb8853a93757f29d572e02be45041af9567bd502d859ff4c95bbd8816fa6e65c1690aba
7
- data.tar.gz: f486e639d6b6d1ea25e7c7e11ebf9583cbf2908058dec0acf0a811b158d9d5e4b7c88d3d80e1d7a4142ab8023435fc900272ae20ea260d60913394ce9877bf35
6
+ metadata.gz: 5ca936b387d38d281a455c13376989025cc7cffdc6d24a5685937c7b24c179299d2978793f9b26fb69b013cf072ca86576d2f9f8fd93f11fa05df0e945bd8ea6
7
+ data.tar.gz: af53940f4535a45f184de85e80b5da2247f560d134511b3efac38b81c5fe16c9b3dadb94303a5ee8c8a16f00b47efeaf3df7ed63b83baf9b2d73e9054a14f606
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Watch
5
- VERSION = "2.1.0"
5
+ VERSION = "2.1.1"
6
6
  end
7
7
  end
@@ -60,7 +60,7 @@ module Jekyll
60
60
  Jekyll.logger.info "Regenerating:",
61
61
  "#{n} file(s) changed at #{t.strftime("%Y-%m-%d %H:%M:%S")}"
62
62
 
63
- c.each { |path| Jekyll.logger.info "", path.sub("#{source_path}/", "") }
63
+ c.each { |path| Jekyll.logger.info "", path.sub("#{site.source}/", "") }
64
64
  process(site, t)
65
65
  end
66
66
  end
@@ -93,8 +93,8 @@ module Jekyll
93
93
  #
94
94
  # Returns a list of relative paths from source that should be ignored
95
95
  def listen_ignore_paths(options)
96
- source = Pathname.new(options["source"]).expand_path
97
- paths = to_exclude(options)
96
+ source = Pathname.new(options["source"]).expand_path
97
+ paths = to_exclude(options)
98
98
 
99
99
  paths.map do |p|
100
100
  absolute_path = Pathname.new(p).expand_path
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-watch
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
  - Parker Moore
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-09 00:00:00.000000000 Z
11
+ date: 2018-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: listen