guard-nanoc 2.1.1 → 2.1.2

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
  SHA1:
3
- metadata.gz: fff47ff5d9595eacde533cda03abaaa36ba4e139
4
- data.tar.gz: 54585047267e1306f8a3283d8352481c554418ed
3
+ metadata.gz: e5e6714f53f71741446439dbfa55a7ce74e9e795
4
+ data.tar.gz: 561eb218a446b2dc762439344f48b26a556b315c
5
5
  SHA512:
6
- metadata.gz: e399310c51f91d72032167b7d7ef297dcea6d2057cdf54d92017edcd6167f753afd95d0d1098367327f39ba01e77b9e01c385bc92b04c1d47508faa132109e46
7
- data.tar.gz: c65be4f560cf146e7da775f4897984a9b547feb4fd3fc108e8706a84081ad10cde584b86ab920a46c214cafba93d250a683d3a770c20e7059df409da4a752146
6
+ metadata.gz: a50367eb18212fabe9def611fa75aaa774d16dea5d8d69219751378e8260ddd1af3703603f3b46b3789c78696c0a255259497bdd7e2cb1e80e06924f177bee86
7
+ data.tar.gz: 9cc44e45118be53ed3a6bb9f83011cf8bc846bde5455fcca1b7e415c21116db3ef2797abe0318a00977c8786d5d42247fbdacf9322f4689a4e7a8691a3a23bc8
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  GIT
2
- remote: git://github.com/nanoc/nanoc.git
3
- revision: 14f662e9f1a58c3d49195c16511146a6289a8a1f
2
+ remote: https://github.com/nanoc/nanoc.git
3
+ revision: 18ac1feceafaa05269f166816f7e5fcff245c6e9
4
4
  specs:
5
- nanoc (4.3.8)
5
+ nanoc (4.7.0)
6
6
  cri (~> 2.3)
7
+ ddplugin (~> 1.0)
7
8
  hamster (~> 3.0)
8
- parallel (~> 1.9)
9
9
  ref (~> 2.0)
10
10
 
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- guard-nanoc (2.1.0)
14
+ guard-nanoc (2.1.2)
15
15
  guard (~> 2.8)
16
16
  guard-compat (~> 1.0)
17
17
  nanoc (>= 4.3.8, < 5.0)
@@ -21,13 +21,14 @@ GEM
21
21
  specs:
22
22
  coderay (1.1.1)
23
23
  colored (1.2)
24
- concurrent-ruby (1.0.2)
25
- cri (2.7.0)
24
+ concurrent-ruby (1.0.5)
25
+ cri (2.7.1)
26
26
  colored (~> 1.2)
27
- diff-lcs (1.2.5)
28
- ffi (1.9.14)
27
+ ddplugin (1.0.1)
28
+ diff-lcs (1.3)
29
+ ffi (1.9.18)
29
30
  formatador (0.2.5)
30
- guard (2.14.0)
31
+ guard (2.14.1)
31
32
  formatador (>= 0.2.4)
32
33
  listen (>= 2.7, < 4.0)
33
34
  lumberjack (~> 1.0)
@@ -43,27 +44,26 @@ GEM
43
44
  rb-fsevent (~> 0.9, >= 0.9.4)
44
45
  rb-inotify (~> 0.9, >= 0.9.7)
45
46
  ruby_dep (~> 1.2)
46
- lumberjack (1.0.10)
47
+ lumberjack (1.0.11)
47
48
  method_source (0.8.2)
48
49
  nenv (0.3.0)
49
50
  notiffany (0.1.1)
50
51
  nenv (~> 0.1)
51
52
  shellany (~> 0.0)
52
- parallel (1.9.0)
53
53
  pry (0.10.4)
54
54
  coderay (~> 1.1.0)
55
55
  method_source (~> 0.8.1)
56
56
  slop (~> 3.4)
57
- rake (11.2.2)
57
+ rake (12.0.0)
58
58
  rb-fsevent (0.9.8)
59
- rb-inotify (0.9.7)
59
+ rb-inotify (0.9.8)
60
60
  ffi (>= 0.5.0)
61
61
  ref (2.0.0)
62
62
  rspec (3.5.0)
63
63
  rspec-core (~> 3.5.0)
64
64
  rspec-expectations (~> 3.5.0)
65
65
  rspec-mocks (~> 3.5.0)
66
- rspec-core (3.5.2)
66
+ rspec-core (3.5.4)
67
67
  rspec-support (~> 3.5.0)
68
68
  rspec-expectations (3.5.0)
69
69
  diff-lcs (>= 1.2.0, < 2.0)
@@ -75,7 +75,7 @@ GEM
75
75
  ruby_dep (1.5.0)
76
76
  shellany (0.0.1)
77
77
  slop (3.6.0)
78
- thor (0.19.1)
78
+ thor (0.19.4)
79
79
 
80
80
  PLATFORMS
81
81
  ruby
@@ -87,4 +87,4 @@ DEPENDENCIES
87
87
  rspec (~> 3.1)
88
88
 
89
89
  BUNDLED WITH
90
- 1.13.6
90
+ 1.14.6
data/NEWS.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # guard-nanoc Release Notes
2
2
 
3
+ ## 2.1.2 (2017-03-19)
4
+
5
+ * Fixed compatibility with Nanoc 4.7.1
6
+
3
7
  ## 2.1.1 (2016-11-18)
4
8
 
5
9
  * Fixed compatibility with Nanoc 4.3.8 (#32)
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Guard
4
- GUARD_NANOC_VERSION = '2.1.1'
4
+ GUARD_NANOC_VERSION = '2.1.2'
5
5
  end
data/lib/guard/nanoc.rb CHANGED
@@ -34,7 +34,7 @@ module Guard
34
34
  def setup_listeners
35
35
  ::Nanoc::CLI.setup
36
36
 
37
- ::Nanoc::CLI::Commands::Compile::FileActionPrinter
37
+ ::Nanoc::CLI::Commands::CompileListeners::FileActionPrinter
38
38
  .new(reps: [])
39
39
  .start
40
40
  end
data/lib/guard-nanoc.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'nanoc'
2
+ require 'nanoc/cli'
2
3
 
3
4
  Nanoc::CLI.after_setup do
4
5
  live_command_path =
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.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Defreyne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2017-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  requirements: []
98
98
  rubyforge_project:
99
- rubygems_version: 2.6.8
99
+ rubygems_version: 2.6.11
100
100
  signing_key:
101
101
  specification_version: 4
102
102
  summary: guard gem for nanoc