guard-nanoc 2.0.0 → 2.1.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 +4 -4
- data/Gemfile.lock +37 -29
- data/NEWS.md +14 -12
- data/README.md +22 -7
- data/lib/guard-nanoc.rb +7 -0
- data/lib/guard/nanoc/version.rb +1 -1
- data/lib/nanoc/cli/commands/live.rb +31 -0
- metadata +5 -6
- data/crash.log +0 -289
- data/guard-nanoc-2.0.0b1.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c22e34cd6176b6a69c72d384a85820fd7098f44e
|
|
4
|
+
data.tar.gz: fb31749a5ec8eb5cb63c2814695b59fc993f20c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e407b627a021beb105a0fc8b9e2544e5d16849a12fa99452d6fb6b531758b050d221073afac9e2683f900450c6598e9a8acf844fc7ffe26ab214e88135447de
|
|
7
|
+
data.tar.gz: 0ba2544d2313791615bd773e004ac34ab1fc4ceedc7bf36f97a5153a23a63d938e186a6c691b644ab1a96ad70268140700e6d4cdadb406c60f674f749cae684e
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
GIT
|
|
2
2
|
remote: git://github.com/nanoc/nanoc.git
|
|
3
|
-
revision:
|
|
3
|
+
revision: 43fd2911c5d41310ca0bd44e5e185788617c851e
|
|
4
4
|
specs:
|
|
5
|
-
nanoc (4.
|
|
5
|
+
nanoc (4.3.0)
|
|
6
6
|
cri (~> 2.3)
|
|
7
|
+
hamster (~> 3.0)
|
|
8
|
+
ref (~> 2.0)
|
|
7
9
|
|
|
8
10
|
PATH
|
|
9
11
|
remote: .
|
|
10
12
|
specs:
|
|
11
|
-
guard-nanoc (2.0
|
|
13
|
+
guard-nanoc (2.1.0)
|
|
12
14
|
guard (~> 2.8)
|
|
13
15
|
guard-compat (~> 1.0)
|
|
14
16
|
nanoc (~> 4.0)
|
|
@@ -16,16 +18,17 @@ PATH
|
|
|
16
18
|
GEM
|
|
17
19
|
remote: https://rubygems.org/
|
|
18
20
|
specs:
|
|
19
|
-
coderay (1.1.
|
|
21
|
+
coderay (1.1.1)
|
|
20
22
|
colored (1.2)
|
|
23
|
+
concurrent-ruby (1.0.2)
|
|
21
24
|
cri (2.7.0)
|
|
22
25
|
colored (~> 1.2)
|
|
23
26
|
diff-lcs (1.2.5)
|
|
24
|
-
ffi (1.9.
|
|
27
|
+
ffi (1.9.14)
|
|
25
28
|
formatador (0.2.5)
|
|
26
|
-
guard (2.
|
|
29
|
+
guard (2.14.0)
|
|
27
30
|
formatador (>= 0.2.4)
|
|
28
|
-
listen (>= 2.7,
|
|
31
|
+
listen (>= 2.7, < 4.0)
|
|
29
32
|
lumberjack (~> 1.0)
|
|
30
33
|
nenv (~> 0.1)
|
|
31
34
|
notiffany (~> 0.0)
|
|
@@ -33,36 +36,41 @@ GEM
|
|
|
33
36
|
shellany (~> 0.0)
|
|
34
37
|
thor (>= 0.18.1)
|
|
35
38
|
guard-compat (1.2.1)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
39
|
+
hamster (3.0.0)
|
|
40
|
+
concurrent-ruby (~> 1.0)
|
|
41
|
+
listen (3.1.5)
|
|
42
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
43
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
|
44
|
+
ruby_dep (~> 1.2)
|
|
45
|
+
lumberjack (1.0.10)
|
|
40
46
|
method_source (0.8.2)
|
|
41
|
-
nenv (0.
|
|
42
|
-
notiffany (0.
|
|
47
|
+
nenv (0.3.0)
|
|
48
|
+
notiffany (0.1.1)
|
|
43
49
|
nenv (~> 0.1)
|
|
44
50
|
shellany (~> 0.0)
|
|
45
|
-
pry (0.10.
|
|
51
|
+
pry (0.10.4)
|
|
46
52
|
coderay (~> 1.1.0)
|
|
47
53
|
method_source (~> 0.8.1)
|
|
48
54
|
slop (~> 3.4)
|
|
49
|
-
rake (
|
|
50
|
-
rb-fsevent (0.9.
|
|
51
|
-
rb-inotify (0.9.
|
|
55
|
+
rake (11.2.2)
|
|
56
|
+
rb-fsevent (0.9.7)
|
|
57
|
+
rb-inotify (0.9.7)
|
|
52
58
|
ffi (>= 0.5.0)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
rspec-
|
|
56
|
-
rspec-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
59
|
+
ref (2.0.0)
|
|
60
|
+
rspec (3.5.0)
|
|
61
|
+
rspec-core (~> 3.5.0)
|
|
62
|
+
rspec-expectations (~> 3.5.0)
|
|
63
|
+
rspec-mocks (~> 3.5.0)
|
|
64
|
+
rspec-core (3.5.2)
|
|
65
|
+
rspec-support (~> 3.5.0)
|
|
66
|
+
rspec-expectations (3.5.0)
|
|
60
67
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
61
|
-
rspec-support (~> 3.
|
|
62
|
-
rspec-mocks (3.
|
|
68
|
+
rspec-support (~> 3.5.0)
|
|
69
|
+
rspec-mocks (3.5.0)
|
|
63
70
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
64
|
-
rspec-support (~> 3.
|
|
65
|
-
rspec-support (3.
|
|
71
|
+
rspec-support (~> 3.5.0)
|
|
72
|
+
rspec-support (3.5.0)
|
|
73
|
+
ruby_dep (1.4.0)
|
|
66
74
|
shellany (0.0.1)
|
|
67
75
|
slop (3.6.0)
|
|
68
76
|
thor (0.19.1)
|
|
@@ -77,4 +85,4 @@ DEPENDENCIES
|
|
|
77
85
|
rspec (~> 3.1)
|
|
78
86
|
|
|
79
87
|
BUNDLED WITH
|
|
80
|
-
1.
|
|
88
|
+
1.12.5
|
data/NEWS.md
CHANGED
|
@@ -1,27 +1,29 @@
|
|
|
1
|
-
guard-nanoc Release Notes
|
|
2
|
-
=========================
|
|
1
|
+
# guard-nanoc Release Notes
|
|
3
2
|
|
|
4
|
-
2.0
|
|
5
|
-
|
|
3
|
+
## 2.1.0 (2016-08-21)
|
|
4
|
+
|
|
5
|
+
* Add `nanoc live` command, combining guard-nanoc with `nanoc view` [whitequark]
|
|
6
|
+
|
|
7
|
+
## 2.0.0 (2015-11-07)
|
|
8
|
+
|
|
9
|
+
(Identical to 2.0.0b1)
|
|
10
|
+
|
|
11
|
+
## 2.0.0b1 (2015-06-21)
|
|
6
12
|
|
|
7
13
|
* Added nanoc 4 compatibility
|
|
8
14
|
|
|
9
|
-
1.0.3 (2014-11-16)
|
|
10
|
-
------------------
|
|
15
|
+
## 1.0.3 (2014-11-16)
|
|
11
16
|
|
|
12
17
|
* Fix guard 2.8 deprecation warning (guard/guard-nanoc#16)
|
|
13
18
|
|
|
14
|
-
1.0.2 (2013-11-27)
|
|
15
|
-
------------------
|
|
19
|
+
## 1.0.2 (2013-11-27)
|
|
16
20
|
|
|
17
21
|
* Made guard-nanoc honor autoprune settings
|
|
18
22
|
|
|
19
|
-
1.0.1 (2013-05-15)
|
|
20
|
-
------------------
|
|
23
|
+
## 1.0.1 (2013-05-15)
|
|
21
24
|
|
|
22
25
|
* Added dependencies on `guard` and `nanoc`
|
|
23
26
|
|
|
24
|
-
1.0.0 (2013-04-28)
|
|
25
|
-
------------------
|
|
27
|
+
## 1.0.0 (2013-04-28)
|
|
26
28
|
|
|
27
29
|
Initial release.
|
data/README.md
CHANGED
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
This is a guard for [nanoc](http://nanoc.ws/).
|
|
4
4
|
|
|
5
|
-
Guard is a framework for listening to filesystem changes and acting upon them. Guard::Nanoc is a plugin for Guard that recompiles
|
|
5
|
+
`Guard` is a framework for listening to filesystem changes and acting upon them. `Guard::Nanoc` is a plugin for Guard that recompiles Nanoc sites on changes.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
|
-
Add
|
|
9
|
+
Add these lines to your application's Gemfile:
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
group :nanoc do
|
|
12
|
+
gem 'guard-nanoc'
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
Unless your Gemfile already specifies a web server, you'll need one as well:
|
|
16
|
+
|
|
17
|
+
gem 'adsf'
|
|
12
18
|
|
|
13
19
|
And then execute:
|
|
14
20
|
|
|
@@ -16,12 +22,21 @@ And then execute:
|
|
|
16
22
|
|
|
17
23
|
## Usage
|
|
18
24
|
|
|
19
|
-
Enter the nanoc site directory for which you want to use
|
|
25
|
+
Enter the nanoc site directory for which you want to use guard-nanoc. Create a Guardfile using `guard init`:
|
|
20
26
|
|
|
21
27
|
$ bundle exec guard init nanoc
|
|
22
28
|
|
|
23
|
-
|
|
29
|
+
Then run:
|
|
30
|
+
|
|
31
|
+
$ bundle exec nanoc live
|
|
24
32
|
|
|
25
|
-
|
|
33
|
+
This will start a web server, like `nanoc view` would, and watch for changes
|
|
34
|
+
to the site in the background, like `guard start` would. Whenever you change
|
|
35
|
+
a file in the Nanoc site directory now, the site will be recompiled!
|
|
36
|
+
Visit `http://localhost:3000` in browser to see it. (In some cases, the port
|
|
37
|
+
number might not be `3000`; check what `nanoc live` prints to find out
|
|
38
|
+
the actual port number.)
|
|
26
39
|
|
|
27
|
-
|
|
40
|
+
After editing and saving a file, `nanoc live` will recompile the site, but it
|
|
41
|
+
is necessary to reload the page in the browser in order to see the new content
|
|
42
|
+
that is served by `nanoc live`.
|
data/lib/guard-nanoc.rb
ADDED
data/lib/guard/nanoc/version.rb
CHANGED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
usage 'live [options]'
|
|
2
|
+
summary 'start the web server, and recompile the site when changed'
|
|
3
|
+
description <<-EOS
|
|
4
|
+
Start the static web server (like `nanoc view` would), and watch for changes
|
|
5
|
+
in the background (like `guard start` would). See the documentation of those
|
|
6
|
+
two commands for details. The options are forwarded to `nanoc view` only.
|
|
7
|
+
EOS
|
|
8
|
+
|
|
9
|
+
required :H, :handler, 'specify the handler to use (webrick/mongrel/...)'
|
|
10
|
+
required :o, :host, 'specify the host to listen on (default: 0.0.0.0)'
|
|
11
|
+
required :p, :port, 'specify the port to listen on (default: 3000)'
|
|
12
|
+
|
|
13
|
+
module Nanoc::CLI::Commands
|
|
14
|
+
class Live < ::Nanoc::CLI::CommandRunner
|
|
15
|
+
def run
|
|
16
|
+
require 'guard'
|
|
17
|
+
require 'guard/commander'
|
|
18
|
+
|
|
19
|
+
Thread.new do
|
|
20
|
+
# Crash the entire process if the viewer dies for some reason (e.g.
|
|
21
|
+
# the port is already bound).
|
|
22
|
+
Thread.current.abort_on_exception = true
|
|
23
|
+
Nanoc::CLI::Commands::View.new(options, arguments, command).run
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
Guard.start(no_interactions: true)
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
runner Nanoc::CLI::Commands::Live
|
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.
|
|
4
|
+
version: 2.1.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:
|
|
11
|
+
date: 2016-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: guard
|
|
@@ -64,12 +64,12 @@ files:
|
|
|
64
64
|
- NEWS.md
|
|
65
65
|
- README.md
|
|
66
66
|
- Rakefile
|
|
67
|
-
- crash.log
|
|
68
|
-
- guard-nanoc-2.0.0b1.gem
|
|
69
67
|
- guard-nanoc.gemspec
|
|
68
|
+
- lib/guard-nanoc.rb
|
|
70
69
|
- lib/guard/nanoc.rb
|
|
71
70
|
- lib/guard/nanoc/templates/Guardfile
|
|
72
71
|
- lib/guard/nanoc/version.rb
|
|
72
|
+
- lib/nanoc/cli/commands/live.rb
|
|
73
73
|
homepage: http://nanoc.ws/
|
|
74
74
|
licenses:
|
|
75
75
|
- MIT
|
|
@@ -90,9 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
90
|
version: '0'
|
|
91
91
|
requirements: []
|
|
92
92
|
rubyforge_project:
|
|
93
|
-
rubygems_version: 2.
|
|
93
|
+
rubygems_version: 2.6.6
|
|
94
94
|
signing_key:
|
|
95
95
|
specification_version: 4
|
|
96
96
|
summary: guard gem for nanoc
|
|
97
97
|
test_files: []
|
|
98
|
-
has_rdoc:
|
data/crash.log
DELETED
|
@@ -1,289 +0,0 @@
|
|
|
1
|
-
Crashlog created at 2015-06-21 10:44:04 +0200
|
|
2
|
-
|
|
3
|
-
===== MESSAGE:
|
|
4
|
-
|
|
5
|
-
Nanoc::Int::ConfigLoader::NoConfigFileFoundError: No configuration file found
|
|
6
|
-
|
|
7
|
-
===== COMPILATION STACK:
|
|
8
|
-
|
|
9
|
-
(empty)
|
|
10
|
-
|
|
11
|
-
===== STACK TRACE:
|
|
12
|
-
|
|
13
|
-
0. /usr/local/lib/ruby/gems/2.2.0/bundler/gems/nanoc-da260491e5c4/lib/nanoc/base/repos/config_loader.rb:37:in `new_from_cwd'
|
|
14
|
-
1. /usr/local/lib/ruby/gems/2.2.0/bundler/gems/nanoc-da260491e5c4/lib/nanoc/base/repos/site_loader.rb:12:in `new_from_cwd'
|
|
15
|
-
2. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/lib/guard/nanoc.rb:63:in `block in recompile'
|
|
16
|
-
3. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/lib/guard/nanoc.rb:62:in `chdir'
|
|
17
|
-
4. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/lib/guard/nanoc.rb:62:in `recompile'
|
|
18
|
-
5. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/lib/guard/nanoc.rb:54:in `block in recompile_in_subprocess'
|
|
19
|
-
6. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/spec/lib/guard/nanoc_spec.rb:16:in `call'
|
|
20
|
-
7. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/spec/lib/guard/nanoc_spec.rb:16:in `block (3 levels) in <top (required)>'
|
|
21
|
-
8. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/message_expectation.rb:660:in `call'
|
|
22
|
-
9. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/message_expectation.rb:660:in `block in call'
|
|
23
|
-
10. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/message_expectation.rb:659:in `map'
|
|
24
|
-
11. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/message_expectation.rb:659:in `call'
|
|
25
|
-
12. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/message_expectation.rb:554:in `invoke_incrementing_actual_calls_by'
|
|
26
|
-
13. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/message_expectation.rb:411:in `invoke'
|
|
27
|
-
14. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/proxy.rb:179:in `message_received'
|
|
28
|
-
15. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/proxy.rb:321:in `message_received'
|
|
29
|
-
16. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'
|
|
30
|
-
17. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/verifying_proxy.rb:156:in `proxy_method_invoked'
|
|
31
|
-
18. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'
|
|
32
|
-
19. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/lib/guard/nanoc.rb:55:in `recompile_in_subprocess'
|
|
33
|
-
20. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/lib/guard/nanoc.rb:19:in `start'
|
|
34
|
-
21. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/spec/lib/guard/nanoc_spec.rb:51:in `block (4 levels) in <top (required)>'
|
|
35
|
-
22. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example.rb:206:in `instance_exec'
|
|
36
|
-
23. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example.rb:206:in `block in run'
|
|
37
|
-
24. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example.rb:430:in `block in with_around_and_singleton_context_hooks'
|
|
38
|
-
25. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example.rb:388:in `block in with_around_example_hooks'
|
|
39
|
-
26. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/hooks.rb:478:in `block in run'
|
|
40
|
-
27. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/hooks.rb:616:in `run_around_example_hooks_for'
|
|
41
|
-
28. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/hooks.rb:478:in `run'
|
|
42
|
-
29. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example.rb:388:in `with_around_example_hooks'
|
|
43
|
-
30. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example.rb:430:in `with_around_and_singleton_context_hooks'
|
|
44
|
-
31. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example.rb:203:in `run'
|
|
45
|
-
32. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:559:in `block in run_examples'
|
|
46
|
-
33. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:555:in `map'
|
|
47
|
-
34. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:555:in `run_examples'
|
|
48
|
-
35. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:521:in `run'
|
|
49
|
-
36. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:522:in `block in run'
|
|
50
|
-
37. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:522:in `map'
|
|
51
|
-
38. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:522:in `run'
|
|
52
|
-
39. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:522:in `block in run'
|
|
53
|
-
40. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:522:in `map'
|
|
54
|
-
41. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/example_group.rb:522:in `run'
|
|
55
|
-
42. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:115:in `block (3 levels) in run_specs'
|
|
56
|
-
43. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:115:in `map'
|
|
57
|
-
44. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:115:in `block (2 levels) in run_specs'
|
|
58
|
-
45. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/configuration.rb:1627:in `with_suite_hooks'
|
|
59
|
-
46. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:114:in `block in run_specs'
|
|
60
|
-
47. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/reporter.rb:77:in `report'
|
|
61
|
-
48. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:113:in `run_specs'
|
|
62
|
-
49. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:89:in `run'
|
|
63
|
-
50. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:73:in `run'
|
|
64
|
-
51. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib/rspec/core/runner.rb:41:in `invoke'
|
|
65
|
-
|
|
66
|
-
===== VERSION INFORMATION:
|
|
67
|
-
|
|
68
|
-
nanoc 4.0.0b4 © 2007-2015 Denis Defreyne.
|
|
69
|
-
Running ruby 2.2.2 (2015-04-13) on x86_64-darwin14 with RubyGems 2.4.7.
|
|
70
|
-
|
|
71
|
-
===== SYSTEM INFORMATION:
|
|
72
|
-
|
|
73
|
-
Darwin Tahontaenrat.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64 i386 MacBookPro8,1 Darwin
|
|
74
|
-
|
|
75
|
-
===== INSTALLED GEMS:
|
|
76
|
-
|
|
77
|
-
bundler 1.10.4
|
|
78
|
-
celluloid 0.16.0
|
|
79
|
-
coderay 1.1.0
|
|
80
|
-
colored 1.2
|
|
81
|
-
cri 2.7.0
|
|
82
|
-
diff-lcs 1.2.5
|
|
83
|
-
ffi 1.9.8
|
|
84
|
-
formatador 0.2.5
|
|
85
|
-
guard 2.12.6
|
|
86
|
-
guard-compat 1.2.1
|
|
87
|
-
guard-nanoc 1.0.3
|
|
88
|
-
hitimes 1.2.2
|
|
89
|
-
listen 2.10.1
|
|
90
|
-
lumberjack 1.0.9
|
|
91
|
-
method_source 0.8.2
|
|
92
|
-
nanoc 4.0.0b4
|
|
93
|
-
nenv 0.2.0
|
|
94
|
-
notiffany 0.0.6
|
|
95
|
-
pry 0.10.1
|
|
96
|
-
rake 10.4.2
|
|
97
|
-
rb-fsevent 0.9.5
|
|
98
|
-
rb-inotify 0.9.5
|
|
99
|
-
rspec 3.3.0
|
|
100
|
-
rspec-core 3.3.1
|
|
101
|
-
rspec-expectations 3.3.0
|
|
102
|
-
rspec-mocks 3.3.1
|
|
103
|
-
rspec-support 3.3.0
|
|
104
|
-
shellany 0.0.1
|
|
105
|
-
slop 3.6.0
|
|
106
|
-
thor 0.19.1
|
|
107
|
-
timers 4.0.1
|
|
108
|
-
|
|
109
|
-
===== ENVIRONMENT:
|
|
110
|
-
|
|
111
|
-
Apple_PubSub_Socket_Render => "/private/tmp/com.apple.launchd.hD0XKhvKkx/Render"
|
|
112
|
-
BUNDLE_BIN_PATH => "/usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.10.4/bin/bundle"
|
|
113
|
-
BUNDLE_GEMFILE => "/Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/Gemfile"
|
|
114
|
-
BUNDLE_ORIG_MANPATH => "/usr/share/man:/usr/local/share/man:/usr/X11/man"
|
|
115
|
-
COLORFGBG => "7;0"
|
|
116
|
-
DISPLAY => "/private/tmp/com.apple.launchd.iwV44ywsHU/org.macosforge.xquartz:0"
|
|
117
|
-
EDITOR => "subl -w"
|
|
118
|
-
GEM_HOME => "/usr/local/lib/ruby/gems/2.2.0"
|
|
119
|
-
GEM_PATH => "/usr/local/lib/ruby/gems/2.2.0:/Users/ddfreyne/.gem/ruby/2.2.0:/usr/local/Cellar/ruby/2.2.2/lib/ruby/gems/2.2.0"
|
|
120
|
-
GIT_EDITOR => "/usr/local/bin/vim"
|
|
121
|
-
GOPATH => "/Users/ddfreyne/Documents/Development/Go"
|
|
122
|
-
HOME => "/Users/ddfreyne"
|
|
123
|
-
ITERM_PROFILE => "Default"
|
|
124
|
-
ITERM_SESSION_ID => "w0t0p0"
|
|
125
|
-
JAVA_HOME => "/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home"
|
|
126
|
-
LC_ALL => "en_US.UTF-8"
|
|
127
|
-
LC_CTYPE => "en_US.UTF-8"
|
|
128
|
-
LESS_TERMCAP_mb => "\e[01;31m"
|
|
129
|
-
LESS_TERMCAP_md => "\e[01;31m"
|
|
130
|
-
LESS_TERMCAP_me => "\e[0m"
|
|
131
|
-
LESS_TERMCAP_se => "\e[0m"
|
|
132
|
-
LESS_TERMCAP_so => "\e[01;44;33m"
|
|
133
|
-
LESS_TERMCAP_ue => "\e[0m"
|
|
134
|
-
LESS_TERMCAP_us => "\e[01;32m"
|
|
135
|
-
LOGNAME => "ddfreyne"
|
|
136
|
-
MANPATH => "/usr/share/man:/usr/local/share/man:/usr/X11/man"
|
|
137
|
-
PATH => "/usr/local/lib/ruby/gems/2.2.0/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/opt/go/libexec/bin:/Users/ddfreyne/Documents/Development/Go/Projects/bin:/usr/local/texlive/2013/bin/x86_64-darwin:/usr/local/texlive/2013/bin/universal-darwin:/Users/ddfreyne/.cabal/bin:/usr/local/misc/bin:/Users/ddfreyne/.rbenv/shims:/Users/ddfreyne/.rbenv/bin:/Users/ddfreyne/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
|
|
138
|
-
PWD => "/Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc"
|
|
139
|
-
PYTHONPATH => "/usr/local/lib/python2.7/site-packages:"
|
|
140
|
-
RUBYLIB => "/usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.10.4/lib"
|
|
141
|
-
RUBYOPT => "-rbundler/setup"
|
|
142
|
-
SHELL => "/bin/bash"
|
|
143
|
-
SHLVL => "2"
|
|
144
|
-
SSH_AUTH_SOCK => "/private/tmp/com.apple.launchd.7z0pbwXWSQ/Listeners"
|
|
145
|
-
TERM => "xterm-256color"
|
|
146
|
-
TERM_PROGRAM => "iTerm.app"
|
|
147
|
-
TMPDIR => "/var/folders/jf/v8gkrcc973l5l6f6561_zqp00000gn/T/"
|
|
148
|
-
USER => "ddfreyne"
|
|
149
|
-
WINEARCH => "win32"
|
|
150
|
-
WINEPREFIX => "/Users/ddfreyne/.wine32"
|
|
151
|
-
XPC_FLAGS => "0x0"
|
|
152
|
-
XPC_SERVICE_NAME => "0"
|
|
153
|
-
_ => "/usr/local/Cellar/ruby/2.2.2/bin/ruby"
|
|
154
|
-
_ORIGINAL_GEM_PATH => "/usr/local/lib/ruby/gems/2.2.0:/Users/ddfreyne/.gem/ruby/2.2.0:/usr/local/Cellar/ruby/2.2.2/lib/ruby/gems/2.2.0"
|
|
155
|
-
__CF_USER_TEXT_ENCODING => "0x1F5:0x0:0x0"
|
|
156
|
-
|
|
157
|
-
===== GEMFILE.LOCK:
|
|
158
|
-
|
|
159
|
-
GIT
|
|
160
|
-
remote: git://github.com/nanoc/nanoc.git
|
|
161
|
-
revision: da260491e5c465c1164fdc8390d0471ef9445fc4
|
|
162
|
-
specs:
|
|
163
|
-
nanoc (4.0.0b4)
|
|
164
|
-
cri (~> 2.3)
|
|
165
|
-
|
|
166
|
-
PATH
|
|
167
|
-
remote: .
|
|
168
|
-
specs:
|
|
169
|
-
guard-nanoc (1.0.3)
|
|
170
|
-
guard (~> 2.8)
|
|
171
|
-
guard-compat (~> 1.0)
|
|
172
|
-
nanoc (~> 4.0.0b4)
|
|
173
|
-
|
|
174
|
-
GEM
|
|
175
|
-
remote: https://rubygems.org/
|
|
176
|
-
specs:
|
|
177
|
-
celluloid (0.16.0)
|
|
178
|
-
timers (~> 4.0.0)
|
|
179
|
-
coderay (1.1.0)
|
|
180
|
-
colored (1.2)
|
|
181
|
-
cri (2.7.0)
|
|
182
|
-
colored (~> 1.2)
|
|
183
|
-
diff-lcs (1.2.5)
|
|
184
|
-
ffi (1.9.8)
|
|
185
|
-
formatador (0.2.5)
|
|
186
|
-
guard (2.12.6)
|
|
187
|
-
formatador (>= 0.2.4)
|
|
188
|
-
listen (~> 2.7)
|
|
189
|
-
lumberjack (~> 1.0)
|
|
190
|
-
nenv (~> 0.1)
|
|
191
|
-
notiffany (~> 0.0)
|
|
192
|
-
pry (>= 0.9.12)
|
|
193
|
-
shellany (~> 0.0)
|
|
194
|
-
thor (>= 0.18.1)
|
|
195
|
-
guard-compat (1.2.1)
|
|
196
|
-
hitimes (1.2.2)
|
|
197
|
-
listen (2.10.1)
|
|
198
|
-
celluloid (~> 0.16.0)
|
|
199
|
-
rb-fsevent (>= 0.9.3)
|
|
200
|
-
rb-inotify (>= 0.9)
|
|
201
|
-
lumberjack (1.0.9)
|
|
202
|
-
method_source (0.8.2)
|
|
203
|
-
nenv (0.2.0)
|
|
204
|
-
notiffany (0.0.6)
|
|
205
|
-
nenv (~> 0.1)
|
|
206
|
-
shellany (~> 0.0)
|
|
207
|
-
pry (0.10.1)
|
|
208
|
-
coderay (~> 1.1.0)
|
|
209
|
-
method_source (~> 0.8.1)
|
|
210
|
-
slop (~> 3.4)
|
|
211
|
-
rake (10.4.2)
|
|
212
|
-
rb-fsevent (0.9.5)
|
|
213
|
-
rb-inotify (0.9.5)
|
|
214
|
-
ffi (>= 0.5.0)
|
|
215
|
-
rspec (3.3.0)
|
|
216
|
-
rspec-core (~> 3.3.0)
|
|
217
|
-
rspec-expectations (~> 3.3.0)
|
|
218
|
-
rspec-mocks (~> 3.3.0)
|
|
219
|
-
rspec-core (3.3.1)
|
|
220
|
-
rspec-support (~> 3.3.0)
|
|
221
|
-
rspec-expectations (3.3.0)
|
|
222
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
223
|
-
rspec-support (~> 3.3.0)
|
|
224
|
-
rspec-mocks (3.3.1)
|
|
225
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
226
|
-
rspec-support (~> 3.3.0)
|
|
227
|
-
rspec-support (3.3.0)
|
|
228
|
-
shellany (0.0.1)
|
|
229
|
-
slop (3.6.0)
|
|
230
|
-
thor (0.19.1)
|
|
231
|
-
timers (4.0.1)
|
|
232
|
-
hitimes
|
|
233
|
-
|
|
234
|
-
PLATFORMS
|
|
235
|
-
ruby
|
|
236
|
-
|
|
237
|
-
DEPENDENCIES
|
|
238
|
-
guard-nanoc!
|
|
239
|
-
nanoc!
|
|
240
|
-
rake
|
|
241
|
-
rspec (~> 3.1)
|
|
242
|
-
|
|
243
|
-
BUNDLED WITH
|
|
244
|
-
1.10.4
|
|
245
|
-
|
|
246
|
-
===== LOAD PATHS:
|
|
247
|
-
|
|
248
|
-
0. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/spec
|
|
249
|
-
1. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-3.3.0/lib
|
|
250
|
-
2. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-mocks-3.3.1/lib
|
|
251
|
-
3. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-expectations-3.3.0/lib
|
|
252
|
-
4. /Users/ddfreyne/Documents/Development/nanoc/repos/guard-nanoc/lib
|
|
253
|
-
5. /usr/local/lib/ruby/gems/2.2.0/bundler/gems/nanoc-da260491e5c4/lib
|
|
254
|
-
6. /usr/local/lib/ruby/gems/2.2.0/gems/guard-compat-1.2.1/lib
|
|
255
|
-
7. /usr/local/lib/ruby/gems/2.2.0/gems/guard-2.12.6/lib
|
|
256
|
-
8. /usr/local/lib/ruby/gems/2.2.0/gems/thor-0.19.1/lib
|
|
257
|
-
9. /usr/local/lib/ruby/gems/2.2.0/gems/pry-0.10.1/lib
|
|
258
|
-
10. /usr/local/lib/ruby/gems/2.2.0/gems/slop-3.6.0/lib
|
|
259
|
-
11. /usr/local/lib/ruby/gems/2.2.0/gems/method_source-0.8.2/lib
|
|
260
|
-
12. /usr/local/lib/ruby/gems/2.2.0/gems/notiffany-0.0.6/lib
|
|
261
|
-
13. /usr/local/lib/ruby/gems/2.2.0/gems/shellany-0.0.1/lib
|
|
262
|
-
14. /usr/local/lib/ruby/gems/2.2.0/gems/nenv-0.2.0/lib
|
|
263
|
-
15. /usr/local/lib/ruby/gems/2.2.0/gems/lumberjack-1.0.9/lib
|
|
264
|
-
16. /usr/local/lib/ruby/gems/2.2.0/gems/listen-2.10.1/lib
|
|
265
|
-
17. /usr/local/lib/ruby/gems/2.2.0/gems/rb-inotify-0.9.5/lib
|
|
266
|
-
18. /usr/local/lib/ruby/gems/2.2.0/gems/rb-fsevent-0.9.5/lib
|
|
267
|
-
19. /usr/local/lib/ruby/gems/2.2.0/gems/formatador-0.2.5/lib
|
|
268
|
-
20. /usr/local/lib/ruby/gems/2.2.0/gems/ffi-1.9.8/lib
|
|
269
|
-
21. /usr/local/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-14/2.2.0/ffi-1.9.8
|
|
270
|
-
22. /usr/local/lib/ruby/gems/2.2.0/gems/diff-lcs-1.2.5/lib
|
|
271
|
-
23. /usr/local/lib/ruby/gems/2.2.0/gems/cri-2.7.0/lib
|
|
272
|
-
24. /usr/local/lib/ruby/gems/2.2.0/gems/colored-1.2/lib
|
|
273
|
-
25. /usr/local/lib/ruby/gems/2.2.0/gems/coderay-1.1.0/lib
|
|
274
|
-
26. /usr/local/lib/ruby/gems/2.2.0/gems/celluloid-0.16.0/lib
|
|
275
|
-
27. /usr/local/lib/ruby/gems/2.2.0/gems/timers-4.0.1/lib
|
|
276
|
-
28. /usr/local/lib/ruby/gems/2.2.0/gems/hitimes-1.2.2/lib
|
|
277
|
-
29. /usr/local/lib/ruby/gems/2.2.0/extensions/x86_64-darwin-14/2.2.0/hitimes-1.2.2
|
|
278
|
-
30. /usr/local/lib/ruby/gems/2.2.0/gems/rake-10.4.2/lib
|
|
279
|
-
31. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.1/lib
|
|
280
|
-
32. /usr/local/lib/ruby/gems/2.2.0/gems/rspec-support-3.3.0/lib
|
|
281
|
-
33. /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.10.4/lib
|
|
282
|
-
34. /usr/local/lib/ruby/site_ruby/2.2.0
|
|
283
|
-
35. /usr/local/lib/ruby/site_ruby/2.2.0/x86_64-darwin14
|
|
284
|
-
36. /usr/local/lib/ruby/site_ruby
|
|
285
|
-
37. /usr/local/lib/ruby/vendor_ruby/2.2.0
|
|
286
|
-
38. /usr/local/lib/ruby/vendor_ruby/2.2.0/x86_64-darwin14
|
|
287
|
-
39. /usr/local/lib/ruby/vendor_ruby
|
|
288
|
-
40. /usr/local/Cellar/ruby/2.2.2/lib/ruby/2.2.0
|
|
289
|
-
41. /usr/local/Cellar/ruby/2.2.2/lib/ruby/2.2.0/x86_64-darwin14
|
data/guard-nanoc-2.0.0b1.gem
DELETED
|
Binary file
|