guard-jekyll-plus 1.4.9 → 1.4.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGELOG.md +49 -45
- data/Gemfile.lock +19 -22
- data/README.md +4 -2
- data/guard-jekyll-plus.gemspec +1 -1
- data/lib/guard/jekyll-plus/version.rb +1 -1
- data/test/Gemfile.lock +1 -1
- metadata +6 -7
- data/test//345/255/227.html +0 -12
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGQ4MDQxOWQwY2ViZmNjNWQzMGYzMzJhMTM0M2M5MDM3NjQ4YWE5Nw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YjQ3Mjg0MGUxNTUxZmMwYjI2NGJkNDYxNDE0MWJkZjc5Y2RhYTNkZQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTI5NjE1ZWRiZTZkZTk3NWIxZDlkMDRhODU3MjRhYTRiOWNmNzljYWU1OWQy
|
10
|
+
ZDA5ZTI5NmNmMTJlMmE1Y2NhMjZjZTg0NjM0OWE4NmY5ZDQxZTA0MWNhN2Qz
|
11
|
+
OTQzNTdhNGY1YjI1ZmVmOTM0OTRmMDNhMTI0Y2U0OTQ5ZWRhODQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
N2M0NzhmZDVhY2NiNTVkNmY0Zjk3MDA0MTUzODRiYTBlNDYyYzJmMDM5ZmFi
|
14
|
+
NzIwNmQ2MDNhMDMwZmQ3MDFkNmM2MGY4MzFlOGYzYmJjM2VlMTQ3ZTkxNTgx
|
15
|
+
ZDhmYzljMzJlNmJkZTIyNDg2YWRhOTlhYzg4MzA3NWE3MTI1MDU=
|
data/CHANGELOG.md
CHANGED
@@ -1,85 +1,89 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
### 1.
|
4
|
-
- Initial release. A nice guard watcher for Jekyll projects.
|
3
|
+
### 1.4.10
|
5
4
|
|
6
|
-
|
7
|
-
- Added support for Jekyll serve.
|
5
|
+
- Now pointing to the latest compatible Guard release.
|
8
6
|
|
9
|
-
### 1.
|
10
|
-
- Improved colorized output.
|
11
|
-
- Rescued errors kill the Jekyll WEBrick server.
|
7
|
+
### 1.4.9
|
12
8
|
|
13
|
-
|
9
|
+
- Fix: Copying files ensures that there are files to copy before printing its message.
|
14
10
|
|
15
|
-
|
11
|
+
### 1.4.8
|
16
12
|
|
17
|
-
-
|
18
|
-
- `silent` allows you to prevent all output other than exception errors.
|
13
|
+
- Added a way to ignore Guard Stitch Plus's source files.
|
19
14
|
|
20
|
-
### 1.
|
15
|
+
### 1.4.7
|
21
16
|
|
22
|
-
|
17
|
+
- Double checks that there are files to remove before proceeding and printing remove message.
|
23
18
|
|
24
|
-
|
25
|
-
- Fixed installation of template guardfile
|
26
|
-
- Improved handling of Jekyll WEBrick server
|
19
|
+
### 1.4.6
|
27
20
|
|
28
|
-
|
21
|
+
- Rack is now actually optional (oops).
|
29
22
|
|
30
|
-
|
23
|
+
### 1.4.5
|
31
24
|
|
32
|
-
|
25
|
+
- Rack process is now succesfully killed on Guard stop
|
33
26
|
|
34
|
-
|
35
|
-
- Improved output for Jekyll build.
|
27
|
+
### 1.4.4
|
36
28
|
|
37
|
-
|
29
|
+
- Removed more debugging output. Srsly?
|
38
30
|
|
39
|
-
|
40
|
-
- Added license to gemspec
|
31
|
+
### 1.4.3
|
41
32
|
|
42
|
-
|
33
|
+
- Removed some debugging output
|
43
34
|
|
44
|
-
|
35
|
+
### 1.4.2
|
36
|
+
|
37
|
+
- Unescape URLs in Rack (support for non-ASCII URLs)
|
38
|
+
|
39
|
+
### 1.4.1
|
40
|
+
|
41
|
+
- Rack root is now configured by Jekyll 'destination' configuration
|
45
42
|
|
46
43
|
### 1.4.0
|
47
44
|
|
48
45
|
- Now allowing Rack server as an alternative to Jekyll's WEBrick server.
|
49
46
|
- Ships with an internal config for Rack, but users can override it in the guard config options.
|
50
47
|
|
51
|
-
### 1.
|
52
|
-
|
53
|
-
- Rack root is now configured by Jekyll 'destination' configuration
|
48
|
+
### 1.3.0
|
54
49
|
|
55
|
-
|
50
|
+
- Changed guard name to jekyll-plus to help Guard properly init the Guardfile.
|
56
51
|
|
57
|
-
|
52
|
+
### 1.2.3
|
58
53
|
|
59
|
-
|
54
|
+
- Added configuration to change the message prefix for Guard UI
|
55
|
+
- Added license to gemspec
|
60
56
|
|
61
|
-
|
57
|
+
### 1.2.2
|
62
58
|
|
63
|
-
|
59
|
+
- Copy and remove ignore changes in directories beginning with an underscore.
|
60
|
+
- Improved output for Jekyll build.
|
64
61
|
|
65
|
-
|
62
|
+
### 1.2.1
|
66
63
|
|
67
|
-
|
64
|
+
- Removed accidental debugging output.
|
68
65
|
|
69
|
-
|
66
|
+
### 1.2.0
|
70
67
|
|
71
|
-
|
68
|
+
**Changed** Now you must use jekyllplus in your guard file. Check the readme for updates.
|
72
69
|
|
73
|
-
-
|
70
|
+
- Changed guard name to jekyllplus to avoid issues with Guard Jekyll.
|
71
|
+
- Fixed installation of template guardfile
|
72
|
+
- Improved handling of Jekyll WEBrick server
|
74
73
|
|
75
|
-
|
74
|
+
## 1.1.2
|
76
75
|
|
77
|
-
|
76
|
+
New config options
|
78
77
|
|
79
|
-
|
78
|
+
- `config_hash` allows passing a config hash instead of an array of config files.
|
79
|
+
- `silent` allows you to prevent all output other than exception errors.
|
80
80
|
|
81
|
-
|
81
|
+
### 1.1.1
|
82
|
+
- Improved colorized output.
|
83
|
+
- Rescued errors kill the Jekyll WEBrick server.
|
82
84
|
|
83
|
-
### 1.
|
85
|
+
### 1.1.0
|
86
|
+
- Added support for Jekyll serve.
|
84
87
|
|
85
|
-
|
88
|
+
### 1.0.0
|
89
|
+
- Initial release. A nice guard watcher for Jekyll projects.
|
data/Gemfile.lock
CHANGED
@@ -1,50 +1,49 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
guard-jekyll-plus (1.4.
|
4
|
+
guard-jekyll-plus (1.4.9)
|
5
5
|
guard (>= 1.1.0)
|
6
6
|
jekyll (>= 1.0.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
+
celluloid (0.15.2)
|
12
|
+
timers (~> 1.1.0)
|
11
13
|
classifier (1.3.3)
|
12
14
|
fast-stemmer (>= 1.0.0)
|
13
15
|
coderay (1.0.9)
|
14
16
|
colorator (0.1)
|
15
|
-
commander (4.1.
|
17
|
+
commander (4.1.5)
|
16
18
|
highline (~> 1.6.11)
|
17
19
|
directory_watcher (1.4.1)
|
18
20
|
fast-stemmer (1.0.2)
|
19
21
|
ffi (1.9.0)
|
20
22
|
formatador (0.2.4)
|
21
|
-
guard (
|
23
|
+
guard (2.0.5)
|
22
24
|
formatador (>= 0.2.4)
|
23
|
-
listen (
|
24
|
-
lumberjack (
|
25
|
-
pry (>= 0.9.
|
26
|
-
thor (>= 0.
|
25
|
+
listen (~> 2.0)
|
26
|
+
lumberjack (~> 1.0)
|
27
|
+
pry (>= 0.9.12)
|
28
|
+
thor (>= 0.18.1)
|
27
29
|
highline (1.6.19)
|
28
|
-
jekyll (1.1
|
30
|
+
jekyll (1.2.1)
|
29
31
|
classifier (~> 1.3)
|
30
32
|
colorator (~> 0.1)
|
31
33
|
commander (~> 4.1.3)
|
32
34
|
directory_watcher (~> 1.4.1)
|
33
|
-
|
34
|
-
liquid (~> 2.5.1)
|
35
|
+
liquid (~> 2.5.2)
|
35
36
|
maruku (~> 0.5)
|
36
37
|
pygments.rb (~> 0.5.0)
|
37
|
-
redcarpet (~> 2.
|
38
|
+
redcarpet (~> 2.3.0)
|
38
39
|
safe_yaml (~> 0.7.0)
|
39
|
-
|
40
|
-
|
41
|
-
|
40
|
+
liquid (2.5.3)
|
41
|
+
listen (2.0.4)
|
42
|
+
celluloid (>= 0.15.2)
|
42
43
|
rb-fsevent (>= 0.9.3)
|
43
44
|
rb-inotify (>= 0.9)
|
44
|
-
rb-kqueue (>= 0.2)
|
45
45
|
lumberjack (1.0.4)
|
46
|
-
maruku (0.
|
47
|
-
syntax (>= 1.0.0)
|
46
|
+
maruku (0.7.0)
|
48
47
|
method_source (0.8.2)
|
49
48
|
posix-spawn (0.3.6)
|
50
49
|
pry (0.9.12.2)
|
@@ -55,15 +54,13 @@ GEM
|
|
55
54
|
posix-spawn (~> 0.3.6)
|
56
55
|
yajl-ruby (~> 1.1.0)
|
57
56
|
rb-fsevent (0.9.3)
|
58
|
-
rb-inotify (0.9.
|
57
|
+
rb-inotify (0.9.2)
|
59
58
|
ffi (>= 0.5.0)
|
60
|
-
|
61
|
-
ffi (>= 0.5.0)
|
62
|
-
redcarpet (2.2.2)
|
59
|
+
redcarpet (2.3.0)
|
63
60
|
safe_yaml (0.7.1)
|
64
61
|
slop (3.4.6)
|
65
|
-
syntax (1.0.0)
|
66
62
|
thor (0.18.1)
|
63
|
+
timers (1.1.0)
|
67
64
|
yajl-ruby (1.1.0)
|
68
65
|
|
69
66
|
PLATFORMS
|
data/README.md
CHANGED
@@ -13,6 +13,8 @@ Features:
|
|
13
13
|
- Serve with Jekyll or Rack (just add rack to your gemfile)
|
14
14
|
- Clear and colorized output
|
15
15
|
|
16
|
+
If you want to compile javascripts, take a look at [guard-stitch-plus](https://github.com/imathis/guard-stitch-plus) and [jekyll-stitch-plus](https://github.com/imathis/jekyll-stitch-plus).
|
17
|
+
|
16
18
|
Here's a look
|
17
19
|
|
18
20
|
![Colorized output](http://cl.ly/Q9qK/content.png)
|
@@ -90,10 +92,10 @@ This guard has these configurations.
|
|
90
92
|
|
91
93
|
### Using Jekyll Server
|
92
94
|
|
93
|
-
To use Jekyll's built-in server, simply set `:
|
95
|
+
To use Jekyll's built-in server, simply set `:serve => true` in your rack options
|
94
96
|
|
95
97
|
```ruby
|
96
|
-
guard "jekyll-plus", :
|
98
|
+
guard "jekyll-plus", :serve => true do
|
97
99
|
watch /.*/
|
98
100
|
ignore /^_site/
|
99
101
|
end
|
data/guard-jekyll-plus.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
|
13
13
|
gem.homepage = "http://github.com/imathis/guard-jekyll-plus"
|
14
14
|
gem.license = 'MIT'
|
15
15
|
|
16
|
-
gem.add_dependency 'guard', '
|
16
|
+
gem.add_dependency 'guard', '~> 1.8.3'
|
17
17
|
gem.add_dependency 'jekyll', '>= 1.0.0'
|
18
18
|
|
19
19
|
gem.files = `git ls-files`.split($/)
|
data/test/Gemfile.lock
CHANGED
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-jekyll-plus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: guard
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.8.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.8.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: jekyll
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -74,7 +74,6 @@ files:
|
|
74
74
|
- test/images/logo.png
|
75
75
|
- test/images/twitter.png
|
76
76
|
- test/index.html
|
77
|
-
- test/字.html
|
78
77
|
homepage: http://github.com/imathis/guard-jekyll-plus
|
79
78
|
licenses:
|
80
79
|
- MIT
|