nanoc 4.11.19 → 4.12.0

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: 195d6a95a61f88b30f9859bff73e8dc99da42ba517f54b3ed7f5c053e5b84977
4
- data.tar.gz: ea85150ff6bb8a7d2d9590553aefdd23744cdb798cab897c8ffcbac6398156ac
3
+ metadata.gz: e12faf42299a1114ebaadbce4c04d117a0f761ec1318e97f1e8d60bde5aa344e
4
+ data.tar.gz: d5752906600af435f07b247b8db87c07dfeea5660f3060e88d079ed5fd3af115
5
5
  SHA512:
6
- metadata.gz: ede1a715828b503d23fd0cdcb82a7244b311a853a4c962dc754cc62b353bbd87efe99afa2ac202d0a96cbf1f9de979aa8839b8e68ee206c4d3625c7c86072832
7
- data.tar.gz: 4a6f70bc204fab232ce77ee6802ea1f39fd5756c7de243529ccefc86e2763b0344dd22d93720436559b8de56771c50208eb69c9afbb0a3d74c0684a20d847411
6
+ metadata.gz: 41cd7d78a20514fe699464378198b959d6583373104c1bf363881eb0507a445170a76b31db1b01acafc0a7878a9c22ee0b50ed3b18d5ced049e24b43c187d603
7
+ data.tar.gz: 54f9cb7d4b5b0bf0ab2426a48ff3cbce61b2f7823790aafd5397388fb5f0c4a7d9052ba9f9489b927782cb3812d8fa2e6503401692a1544cd86fff85cc54e471
data/NEWS.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # Nanoc news
2
2
 
3
+ ## 4.12.0 (2021-02-20)
4
+
5
+ Features:
6
+
7
+ - Added `-W`/`--watch` flag to the `compile` command (requires the `nanoc-live` gem)
8
+
9
+ Enhancements:
10
+
11
+ - Made the compiler cache binary items
12
+
13
+ ## 4.11.23 (2021-01-16)
14
+
15
+ Fixes:
16
+
17
+ - Fixed issue which could cause nanoc-live to keep running and use 100% CPU (#1538)
18
+
19
+ ## 4.11.22 (2021-01-01)
20
+
21
+ Changes:
22
+
23
+ - Dropped support for Ruby 2.4 (EOL)
24
+
25
+ Fixes:
26
+
27
+ - Added support for Ruby 3.0
28
+
29
+ ## 4.11.21 (2020-12-18)
30
+
31
+ Fixes:
32
+
33
+ - Made clonefile usage optional
34
+
35
+ You can add `clonefile` to your Gemfile to let Nanoc make use of your filesystem’s copy-on-write functionality (if available), which is not only faster but also more space-efficient. In the previous release, 4.11.20, clonefile was mandatory, even though it won’t properly compile on older operating systems.
36
+
37
+ ## 4.11.20 (2020-12-18)
38
+
39
+ Enhancements:
40
+
41
+ - Made Nanoc use copy-on-write when available (preferred over hardlinking/copying) (#1509, #1511) [Daniel Aleksandersen]
42
+
3
43
  ## 4.11.19 (2020-10-16)
4
44
 
5
45
  Fixes:
@@ -93,7 +93,7 @@ module Nanoc::DataSources
93
93
 
94
94
  Nanoc::Core::ChangesStream.new do |cl|
95
95
  listener =
96
- Listen.to(dir, latency: 0.1, wait_for_delay: 0.0) do |_modifieds, _addeds, _deleteds|
96
+ Listen.to(dir) do |_modifieds, _addeds, _deleteds|
97
97
  cl.unknown
98
98
  end
99
99
 
data/lib/nanoc/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nanoc
4
4
  # The current Nanoc version.
5
- VERSION = '4.11.19'
5
+ VERSION = '4.12.0'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.11.19
4
+ version: 4.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Defreyne
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-16 00:00:00.000000000 Z
11
+ date: 2021-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -58,28 +58,28 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 4.11.19
61
+ version: 4.12.0
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 4.11.19
68
+ version: 4.12.0
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: nanoc-core
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 4.11.19
75
+ version: 4.12.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 4.11.19
82
+ version: 4.12.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: nanoc-deploying
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -228,23 +228,23 @@ homepage: https://nanoc.ws/
228
228
  licenses:
229
229
  - MIT
230
230
  metadata: {}
231
- post_install_message:
231
+ post_install_message:
232
232
  rdoc_options: []
233
233
  require_paths:
234
234
  - lib
235
235
  required_ruby_version: !ruby/object:Gem::Requirement
236
236
  requirements:
237
- - - "~>"
237
+ - - ">="
238
238
  - !ruby/object:Gem::Version
239
- version: '2.4'
239
+ version: '2.5'
240
240
  required_rubygems_version: !ruby/object:Gem::Requirement
241
241
  requirements:
242
242
  - - ">="
243
243
  - !ruby/object:Gem::Version
244
244
  version: '0'
245
245
  requirements: []
246
- rubygems_version: 3.1.4
247
- signing_key:
246
+ rubygems_version: 3.2.11
247
+ signing_key:
248
248
  specification_version: 4
249
249
  summary: A static-site generator with a focus on flexibility.
250
250
  test_files: []