guard-jekyll-plus 1.2.0 → 1.2.1

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
@@ -25,3 +25,7 @@ New config options
25
25
  - Fixed installation of template guardfile
26
26
  - Improved handling of Jekyll WEBrick server
27
27
 
28
+ ### 1.2.1
29
+
30
+ - Removed accidental debugging output.
31
+
data/README.md CHANGED
@@ -33,7 +33,7 @@ Or install it manually with:
33
33
 
34
34
  Navigate to your Jekyll project directory and create a Guardfile using:
35
35
 
36
- $ guard init jekyll
36
+ $ guard init jekyll-plus
37
37
 
38
38
  Or if you already have a Guardfile, add a Jekyll guard.
39
39
 
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  class JekyllPlusVersion
3
- VERSION = "1.2.0"
3
+ VERSION = "1.2.1"
4
4
  end
5
5
  end
@@ -192,7 +192,6 @@ module Guard
192
192
  end
193
193
 
194
194
  def jekyll_config(options)
195
- puts options
196
195
  if options[:config_hash]
197
196
  config = options[:config_hash]
198
197
  elsif options[:config]
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.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-18 00:00:00.000000000 Z
12
+ date: 2013-07-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard