guard-jekyll-plus 1.4.4 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -60,7 +60,11 @@ New config options
60
60
 
61
61
  - Removed some debugging output
62
62
 
63
- ### 1.4.3
63
+ ### 1.4.4
64
64
 
65
65
  - Removed more debugging output. Srsly?
66
66
 
67
+ ### 1.4.5
68
+
69
+ - Rack process is now succesfully killed on Guard stop
70
+
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- guard-jekyll-plus (1.4.0)
4
+ guard-jekyll-plus (1.4.5)
5
5
  guard (>= 1.1.0)
6
6
  jekyll (>= 1.0.0)
7
7
 
@@ -18,7 +18,7 @@ GEM
18
18
  fast-stemmer (1.0.2)
19
19
  ffi (1.9.0)
20
20
  formatador (0.2.4)
21
- guard (1.8.1)
21
+ guard (1.8.2)
22
22
  formatador (>= 0.2.4)
23
23
  listen (>= 1.0.0)
24
24
  lumberjack (>= 1.0.2)
@@ -45,7 +45,7 @@ GEM
45
45
  lumberjack (1.0.4)
46
46
  maruku (0.6.1)
47
47
  syntax (>= 1.0.0)
48
- method_source (0.8.1)
48
+ method_source (0.8.2)
49
49
  posix-spawn (0.3.6)
50
50
  pry (0.9.12.2)
51
51
  coderay (~> 1.0.5)
@@ -61,7 +61,7 @@ GEM
61
61
  ffi (>= 0.5.0)
62
62
  redcarpet (2.2.2)
63
63
  safe_yaml (0.7.1)
64
- slop (3.4.5)
64
+ slop (3.4.6)
65
65
  syntax (1.0.0)
66
66
  thor (0.18.1)
67
67
  yajl-ruby (1.1.0)
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  class JekyllPlusVersion
3
- VERSION = "1.4.4"
3
+ VERSION = "1.4.5"
4
4
  end
5
5
  end
@@ -255,7 +255,7 @@ module Guard
255
255
  end
256
256
 
257
257
  def kill
258
- proc{|pid| Process.kill("QUIT", pid)}
258
+ proc{|pid| Process.kill("INT", pid)}
259
259
  end
260
260
 
261
261
  def start_server
data/test/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ../
3
3
  specs:
4
- guard-jekyll-plus (1.4.1)
4
+ guard-jekyll-plus (1.4.4)
5
5
  guard (>= 1.1.0)
6
6
  jekyll (>= 1.0.0)
7
7
 
@@ -18,7 +18,7 @@ GEM
18
18
  fast-stemmer (1.0.2)
19
19
  ffi (1.9.0)
20
20
  formatador (0.2.4)
21
- guard (1.8.1)
21
+ guard (1.8.2)
22
22
  formatador (>= 0.2.4)
23
23
  listen (>= 1.0.0)
24
24
  lumberjack (>= 1.0.2)
@@ -45,7 +45,7 @@ GEM
45
45
  lumberjack (1.0.4)
46
46
  maruku (0.6.1)
47
47
  syntax (>= 1.0.0)
48
- method_source (0.8.1)
48
+ method_source (0.8.2)
49
49
  posix-spawn (0.3.6)
50
50
  pry (0.9.12.2)
51
51
  coderay (~> 1.0.5)
@@ -62,7 +62,7 @@ GEM
62
62
  ffi (>= 0.5.0)
63
63
  redcarpet (2.2.2)
64
64
  safe_yaml (0.7.1)
65
- slop (3.4.5)
65
+ slop (3.4.6)
66
66
  syntax (1.0.0)
67
67
  thor (0.18.1)
68
68
  yajl-ruby (1.1.0)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-jekyll-plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: