site_hook 0.6.11 → 0.6.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2326bbf359efd9b1e0ad3b665cdc0221e7ae53fec0aa821ef14a384ffc71983
4
- data.tar.gz: 0a3dc50ddb2b6160965fac82e584bc7145ba81e58c4e466cb8f092ab75a8cea2
3
+ metadata.gz: 3ac98f1f0a201513de5d8c4ff09d9f6bb100427c9ddca0d3c55bcf424e06f015
4
+ data.tar.gz: b4c3db85d34b1a2975ae14b7605d43d0af237e679ccdbbd699cfc98e4fb073ca
5
5
  SHA512:
6
- metadata.gz: f2af88f7a8149aa6d11ff880fa159683726340126df7bd461517345707511ce198a6509e4c903d6a2a8856dc0dd24b84e9e7f61271f60e87dcc74db691bfbc9b
7
- data.tar.gz: 51cd56b514be8bf80bfd39422bedc808d5dde71e3e4ab3d4d7b28bcd6d7f2ce1bafeaa66be66b9143a904a94703eaf4b443ade6d02d82847dfc312b70bc2bf5d
6
+ metadata.gz: 647e4902061b3abb56ac6733970f74857e8c391cdb6220925d42d4e5b8b301379ceda31bbd4a60357c758b2e0c720c9a5525ea76dde6a028a04b81f4648322c1
7
+ data.tar.gz: 32d662a9b49bf5c6ff2e3ef87d462e8458de7187224c1dc06a39eda98770802548922ae9769498083d6c774c2ccd3d80a96ccf275de45e6cb9002ecbc9b9bd29
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- site_hook (0.6.10)
4
+ site_hook (0.6.11)
5
5
  activesupport (~> 5.1)
6
6
  git (~> 1.3)
7
7
  haml (~> 5.0)
@@ -1,3 +1,3 @@
1
1
  module SiteHook
2
- VERSION = "0.6.11"
2
+ VERSION = "0.6.12"
3
3
  end
@@ -147,7 +147,7 @@ module SiteHook
147
147
  BUILDLOG.info 'Building...'
148
148
 
149
149
  jekyllbuild = SiteHook::Senders::Jekyll.build(project['src'], project['dst'], BUILDLOG)
150
- jekyll_status = jekyllbuild.fetch(:status, 1)
150
+ jekyll_status = jekyllbuild
151
151
  case jekyll_status
152
152
 
153
153
  when 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: site_hook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.11
4
+ version: 0.6.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken Spencer