jekyll-rebuilder 1.1.1 → 1.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/jekyll-rebuilder +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d122866e1e11d623ae852ae8a6581edb6b163991
4
- data.tar.gz: ea1380a8df1751cd9f4af07607c541f59f0bfc76
3
+ metadata.gz: 1ce1bd1fedb059e88d05222dd8d65fba380b4322
4
+ data.tar.gz: b22864369bedcbbe4222d872c7ef83cabea04451
5
5
  SHA512:
6
- metadata.gz: 4cc0884c8f9b41f5338f728ffe5b29863bc3637dde99374f077e4cfcb8da0c1921083616e80d5aa9374b615e819aed0aeb74abc80019aa584b20c0b58b632101
7
- data.tar.gz: bf559ccf71345f342c47c3f2ecbf0935d2356e74852810240de0aff83245923b0e44c8ccabeab129b38624ce644fc297da65e81cdfc78772e37fbf05915dd46d
6
+ metadata.gz: a065afe342164c6ef6844a6a4e73a66c6c1639cb90eb4a44316d738a1211ae4d66641d62eab4ad02820ea17c766238e41eb46495fb5b53f3ad9e50afbad69075
7
+ data.tar.gz: b94fdaf3464eeba7a080023ae9650209f7b3a1d465fe3001f16b6d2dfd84ad0d608078d4557608b94f35b441caeb55c222fd5b6e1d3ad4987df13a3e78193023
data/bin/jekyll-rebuilder CHANGED
@@ -30,7 +30,7 @@ server = WEBrick::HTTPServer.new :Port => options.port
30
30
  server.mount_proc "/#{options.secret}/" do |req, res|
31
31
  `git pull origin master 2>&1 > #{LOG_FILE}`
32
32
  `jekyll build 2>&1 >> #{LOG_FILE}`
33
- `jekyll build --config #{DRAFT_CONFIG_FILE} 2>&1 >> #{LOG_FILE}` if File.exists?(DRAFT_CONFIG_FILE)
33
+ `jekyll build --drafts --config #{DRAFT_CONFIG_FILE} 2>&1 >> #{LOG_FILE}` if File.exists?(DRAFT_CONFIG_FILE)
34
34
  res.body = "Whargleblargl"
35
35
  end
36
36
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-rebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dysonhug