guard-jekyll-plus 1.4.3 → 1.4.4

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.
data/CHANGELOG.md CHANGED
@@ -60,3 +60,7 @@ New config options
60
60
 
61
61
  - Removed some debugging output
62
62
 
63
+ ### 1.4.3
64
+
65
+ - Removed more debugging output. Srsly?
66
+
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  class JekyllPlusVersion
3
- VERSION = "1.4.3"
3
+ VERSION = "1.4.4"
4
4
  end
5
5
  end
@@ -59,7 +59,6 @@ module Guard
59
59
  #
60
60
  @site = ::Jekyll::Site.new @config
61
61
  @rack = ::Rack::Server.new(rack_config(@destination)) if USE_RACK
62
- puts @rack
63
62
 
64
63
  end
65
64
 
@@ -265,7 +264,6 @@ module Guard
265
264
  end
266
265
 
267
266
  def stop_server
268
- #@rack.stop if @rack
269
267
  if alive?
270
268
  instance_eval do
271
269
  kill.call(@pid)
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.3
4
+ version: 1.4.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: