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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- M2EwMWM0NTI0ZTg3ODRmYWQxNGE3ZDhkMmU1YTRiNzY4YzJhZmQ5OA==
4
+ OGQ4MDQxOWQwY2ViZmNjNWQzMGYzMzJhMTM0M2M5MDM3NjQ4YWE5Nw==
5
5
  data.tar.gz: !binary |-
6
- OWQ3ZDMwNjc0MWJmYmZmMmJkMDIzZWNkNzk3MDkxYzg5NjI4ZWM1Ng==
6
+ YjQ3Mjg0MGUxNTUxZmMwYjI2NGJkNDYxNDE0MWJkZjc5Y2RhYTNkZQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OTE0ZTUxY2M5ZDI5ZjdmOGIxOTM0Y2UxOTQ4OWZiZTQ5ZDVjMDcwNTVlMDRj
10
- NmU1NTBiODE4MWRiMzFiMTVhNTIyYmRiMGNlNDE2NDZlY2FmNjllOWY2Y2M4
11
- NjQxYmIyNTMwN2U2MTBiNDI4ZjQ3MzE2ODY1MmE2OTcwMjY2M2Y=
9
+ YTI5NjE1ZWRiZTZkZTk3NWIxZDlkMDRhODU3MjRhYTRiOWNmNzljYWU1OWQy
10
+ ZDA5ZTI5NmNmMTJlMmE1Y2NhMjZjZTg0NjM0OWE4NmY5ZDQxZTA0MWNhN2Qz
11
+ OTQzNTdhNGY1YjI1ZmVmOTM0OTRmMDNhMTI0Y2U0OTQ5ZWRhODQ=
12
12
  data.tar.gz: !binary |-
13
- ZjY3NWQwMDllZDk1ZWIyYTMzYzE3NDk1YzZhNmZmYjMzMmY5NTI5ODc0NDNm
14
- NmI1MDQ0NTJhMjRiYjE1YzJmMTI5ZThkZWE3MjIzOGMwOGM1OWM1NDY4ZDk2
15
- YzhkOTY1MDI0YWMxMjJiZTgwZDczZTQ4YjdkZWQxYzdiYzkwZTc=
13
+ N2M0NzhmZDVhY2NiNTVkNmY0Zjk3MDA0MTUzODRiYTBlNDYyYzJmMDM5ZmFi
14
+ NzIwNmQ2MDNhMDMwZmQ3MDFkNmM2MGY4MzFlOGYzYmJjM2VlMTQ3ZTkxNTgx
15
+ ZDhmYzljMzJlNmJkZTIyNDg2YWRhOTlhYzg4MzA3NWE3MTI1MDU=
data/CHANGELOG.md CHANGED
@@ -1,85 +1,89 @@
1
1
  # Changelog
2
2
 
3
- ### 1.0.0
4
- - Initial release. A nice guard watcher for Jekyll projects.
3
+ ### 1.4.10
5
4
 
6
- ### 1.1.0
7
- - Added support for Jekyll serve.
5
+ - Now pointing to the latest compatible Guard release.
8
6
 
9
- ### 1.1.1
10
- - Improved colorized output.
11
- - Rescued errors kill the Jekyll WEBrick server.
7
+ ### 1.4.9
12
8
 
13
- ## 1.1.2
9
+ - Fix: Copying files ensures that there are files to copy before printing its message.
14
10
 
15
- New config options
11
+ ### 1.4.8
16
12
 
17
- - `config_hash` allows passing a config hash instead of an array of config files.
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.2.0
15
+ ### 1.4.7
21
16
 
22
- **Changed** Now you must use jekyllplus in your guard file. Check the readme for updates.
17
+ - Double checks that there are files to remove before proceeding and printing remove message.
23
18
 
24
- - Changed guard name to jekyllplus to avoid issues with Guard Jekyll.
25
- - Fixed installation of template guardfile
26
- - Improved handling of Jekyll WEBrick server
19
+ ### 1.4.6
27
20
 
28
- ### 1.2.1
21
+ - Rack is now actually optional (oops).
29
22
 
30
- - Removed accidental debugging output.
23
+ ### 1.4.5
31
24
 
32
- ### 1.2.2
25
+ - Rack process is now succesfully killed on Guard stop
33
26
 
34
- - Copy and remove ignore changes in directories beginning with an underscore.
35
- - Improved output for Jekyll build.
27
+ ### 1.4.4
36
28
 
37
- ### 1.2.3
29
+ - Removed more debugging output. Srsly?
38
30
 
39
- - Added configuration to change the message prefix for Guard UI
40
- - Added license to gemspec
31
+ ### 1.4.3
41
32
 
42
- ### 1.3.0
33
+ - Removed some debugging output
43
34
 
44
- - Changed guard name to jekyll-plus to help Guard properly init the Guardfile.
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.4.1
52
-
53
- - Rack root is now configured by Jekyll 'destination' configuration
48
+ ### 1.3.0
54
49
 
55
- ### 1.4.2
50
+ - Changed guard name to jekyll-plus to help Guard properly init the Guardfile.
56
51
 
57
- - Unescape URLs in Rack (support for non-ASCII URLs)
52
+ ### 1.2.3
58
53
 
59
- ### 1.4.3
54
+ - Added configuration to change the message prefix for Guard UI
55
+ - Added license to gemspec
60
56
 
61
- - Removed some debugging output
57
+ ### 1.2.2
62
58
 
63
- ### 1.4.4
59
+ - Copy and remove ignore changes in directories beginning with an underscore.
60
+ - Improved output for Jekyll build.
64
61
 
65
- - Removed more debugging output. Srsly?
62
+ ### 1.2.1
66
63
 
67
- ### 1.4.5
64
+ - Removed accidental debugging output.
68
65
 
69
- - Rack process is now succesfully killed on Guard stop
66
+ ### 1.2.0
70
67
 
71
- ### 1.4.6
68
+ **Changed** Now you must use jekyllplus in your guard file. Check the readme for updates.
72
69
 
73
- - Rack is now actually optional (oops).
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
- ### 1.4.7
74
+ ## 1.1.2
76
75
 
77
- - Double checks that there are files to remove before proceeding and printing remove message.
76
+ New config options
78
77
 
79
- ### 1.4.8
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
- - Added a way to ignore Guard Stitch Plus's source files.
81
+ ### 1.1.1
82
+ - Improved colorized output.
83
+ - Rescued errors kill the Jekyll WEBrick server.
82
84
 
83
- ### 1.4.9
85
+ ### 1.1.0
86
+ - Added support for Jekyll serve.
84
87
 
85
- - Fix: Copying files ensures that there are files to copy before printing its message.
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.5)
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.4)
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 (1.8.2)
23
+ guard (2.0.5)
22
24
  formatador (>= 0.2.4)
23
- listen (>= 1.0.0)
24
- lumberjack (>= 1.0.2)
25
- pry (>= 0.9.10)
26
- thor (>= 0.14.6)
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.2)
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
- kramdown (~> 1.0.2)
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.2.2)
38
+ redcarpet (~> 2.3.0)
38
39
  safe_yaml (~> 0.7.0)
39
- kramdown (1.0.2)
40
- liquid (2.5.1)
41
- listen (1.2.2)
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.6.1)
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.0)
57
+ rb-inotify (0.9.2)
59
58
  ffi (>= 0.5.0)
60
- rb-kqueue (0.2.0)
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 `:server => true` in your rack options
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", :server => true do
98
+ guard "jekyll-plus", :serve => true do
97
99
  watch /.*/
98
100
  ignore /^_site/
99
101
  end
@@ -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', '>= 1.1.0'
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($/)
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  class JekyllPlusVersion
3
- VERSION = "1.4.9"
3
+ VERSION = "1.4.10"
4
4
  end
5
5
  end
data/test/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- guard-jekyll-plus (1.4.8)
4
+ guard-jekyll-plus (1.4.9)
5
5
  guard (>= 1.1.0)
6
6
  jekyll (>= 1.0.0)
7
7
 
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.9
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-08-22 00:00:00.000000000 Z
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.1.0
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.1.0
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
@@ -1,12 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>字</title>
6
- </head>
7
- <body>
8
- <h1>字</h1>
9
- </body>
10
- </html>
11
-
12
-