guard-nanoc 2.1.5 → 2.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15b2c026780601a163282e8b9e8692ca25783fc85748e93acda25d05982a14d1
4
- data.tar.gz: 127a95198717ba445c91a41e5af7a17e03c88b7d4c3f8867269802ddac70781b
3
+ metadata.gz: 92f119265f130cb91a5030ef7086613fd523dcd7baed9602cdcb2d4ca1ddc9b1
4
+ data.tar.gz: 8f2d1426a4a83f5bcbd4c81f753d864ce90705d6e17f8b26bcc48b22e3bcb2e7
5
5
  SHA512:
6
- metadata.gz: e2d645c9dd3a180ed0be71793c9fa7d349d054681d1f9e2b0918015fbd87d7a2141c21451963dcfb8a292153442844e031f5c515eb5edaff8885f3bc338ce6c4
7
- data.tar.gz: 8ddfbfb3408ca5ca21b1bbb2469cee4532182a1faaf024a3d0104010185ffe3fd145ec3b5311d6c636724f10fc1a74399e50597399072c32b59124328d9ca7bc
6
+ metadata.gz: 0d6312a1702a80e0182a80396bfca1139e8c0ddb18d40cb89271dd34b2cb5c49ecea90bcd3e1346b58bc1fd6aa19ef8657dafc82934475caa732c9b20630c446
7
+ data.tar.gz: 3b9d5c822ac1faa07314cf46275b7341599b07731fd17aad9c27939c5211689802c3655756ad0331ca084d84e757cb6bb0b2c872acfe7d008fc9eb0f376b90d1
data/NEWS.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # guard-nanoc Release Notes
2
2
 
3
+ ## 2.1.6 (2019-02-16)
4
+
5
+ * Fixed another incompatibility with Nanoc 4.11.1.
6
+
3
7
  ## 2.1.5 (2019-02-14)
4
8
 
5
9
  * Fixed an incompatibility with Nanoc 4.11.1.
@@ -56,6 +56,9 @@ module Guard
56
56
  end
57
57
 
58
58
  def recompile
59
+ # Necessary, because forking and threading don’t work together.
60
+ ::Nanoc::Core::NotificationCenter.force_reset
61
+
59
62
  Dir.chdir(@dir) do
60
63
  site = ::Nanoc::Int::SiteLoader.new.new_from_cwd
61
64
  ::Nanoc::Int::Compiler.compile(site)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Guard
4
- GUARD_NANOC_VERSION = '2.1.5'
4
+ GUARD_NANOC_VERSION = '2.1.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-nanoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.5
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Defreyne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-14 00:00:00.000000000 Z
11
+ date: 2019-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard