nanoc-live 1.0.0b8 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a36dc942329928d105b0d7e883eccfadcddb791486c892609ac77c3aef225482
4
- data.tar.gz: 1eaeb5142e3e08307c25e249368aec4f6a4b42cdd887de6470f47706bc57f2cd
3
+ metadata.gz: 1b877d4835b41771c810a276ffe99a7ae88780680520ee25e2a8e6f0590119d6
4
+ data.tar.gz: 6bd35d4f74a14fb778064b54cd9e8757b91caf14ba8ab8881f521d8ffd69ed77
5
5
  SHA512:
6
- metadata.gz: 1468703d2fe8b026ea5bc42ceba55204d167f040982cc7a80ac008c70407512adf48c82cc74cbf0e6441ac900a92949885a8c5d04f65fb690ad081cd79392c97
7
- data.tar.gz: aa01b3273e3115f0aa0672ac6958eada7d1e21501f975d478dc516d6a3e95388039cc5fa02ff5fc56722d166caa76491d490c7da4381cc0852ec1cd5f5129e80
6
+ metadata.gz: 4118180a0c80513acaff000d66fb1618dfcc81629fd4bd4c72ab117b6acea0ade8d9bc9f4089ef47f00783e895a4fcafde43e7ba2f4f4a63d89affde7903015b
7
+ data.tar.gz: 5fd19a25aa6eabbf8a84e3201887be88f3cc3da631ce3d070537472994e24db7b92eb962a1e8ae4466f792ba353ce9f8f4b4f0bca5c508a00c995217f8b9d790
data/NEWS.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release notes for nanoc-live
2
2
 
3
+ ## 1.0.0 (2021-02-20)
4
+
5
+ Idential to 1.0.0b8.
6
+
3
7
  ## 1.0.0b8 (2021-01-16)
4
8
 
5
9
  Fixes:
@@ -16,44 +20,44 @@ Enhancements:
16
20
 
17
21
  Fixes:
18
22
 
19
- * Restored compatibility with Nanoc 4.11.14.
23
+ - Restored compatibility with Nanoc 4.11.14.
20
24
 
21
25
  ## 1.0.0b5 (2019-11-16)
22
26
 
23
27
  Fixes:
24
28
 
25
- * Restored compatibility with Nanoc 4.11.13.
29
+ - Restored compatibility with Nanoc 4.11.13.
26
30
 
27
31
  ## 1.0.0b4 (2019-04-30)
28
32
 
29
33
  Fixes:
30
34
 
31
- * Restored compatibility with most recent version of Nanoc.
35
+ - Restored compatibility with most recent version of Nanoc.
32
36
 
33
37
  ## 1.0.0b3 (2018-08-31)
34
38
 
35
39
  Fixes:
36
40
 
37
- * Fixed issue which required all command-line options to be specified
41
+ - Fixed issue which required all command-line options to be specified
38
42
 
39
43
  ## 1.0.0b2 (2018-06-10)
40
44
 
41
45
  Fixes:
42
46
 
43
- * Fixed issues that could cause nanoc-live to keep running in the background, using more and more memory and CPU
47
+ - Fixed issues that could cause nanoc-live to keep running in the background, using more and more memory and CPU
44
48
 
45
49
  ## 1.0.0b1 (2018-01-07)
46
50
 
47
51
  Changes:
48
52
 
49
- * Removed `--live-reload` (always enabled) (#1291)
53
+ - Removed `--live-reload` (always enabled) (#1291)
50
54
 
51
55
  ## 1.0.0a2 (2017-12-09)
52
56
 
53
57
  Fixes:
54
58
 
55
- * Added missing dependency on `adsf-live`
56
- * Fixed errors not being printed (#1271)
59
+ - Added missing dependency on `adsf-live`
60
+ - Fixed errors not being printed (#1271)
57
61
 
58
62
  ## 1.0.0a1 (2017-12-03)
59
63
 
data/README.md CHANGED
@@ -1,5 +1,3 @@
1
- # Nanoc::Live
2
-
3
- ⚠️ **Caution:** This project is currently experimental.
1
+ # nanoc-live
4
2
 
5
3
  The _nanoc-live_ gem provides a new `nanoc live` command, and is required to make the `nanoc compile --watch` option work.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Nanoc
4
4
  module Live
5
- VERSION = '1.0.0b8'
5
+ VERSION = '1.0.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0b8
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Defreyne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-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: adsf-live
@@ -106,11 +106,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  version: '2.5'
107
107
  required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - ">"
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
- version: 1.3.1
111
+ version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.2.5
113
+ rubygems_version: 3.2.11
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Live recompilation support for Nanoc