bourdain 1.2.21 → 1.2.22

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
  SHA1:
3
- metadata.gz: 858fb417500761f1b4175dee1601c595b0e789c6
4
- data.tar.gz: 5add19f3f113ad75b24cf55b61ac0089558340f2
3
+ metadata.gz: b900a3fbd54f693bea5d65a6a3c993be045f00ef
4
+ data.tar.gz: 6563674efb4d953bc4f48614caf2d0417369fae2
5
5
  SHA512:
6
- metadata.gz: 7b9fb63cd6aae269c96214b4f62c818f82a5f15e3db58004a70d68ed002b3ac4b4ee67dd44cbf6ccb839886fe6fda07703e247aba9f444c971ceedfaff81187e
7
- data.tar.gz: 76ab3a41cc74dedaeee5e7925cb354e486622bca360445539c6bbc9ec9b8a78ecf24840756b1d2b5648ab7a4d2f1f0f05ee503105deb4271a07bae43becd3931
6
+ metadata.gz: bbdcd8b7344d09130b59bbedf1fa3b2b913cd753a90f044a9a5f50c3056f75f183c03297c5c4bf65e4f78dd5743073c9b99451fc228324b116e774a6be6a017c
7
+ data.tar.gz: 3ab9a0632fdca7bdbb43abb4cbac8aa8daab91b90cc15a95628f86bb1222d7916c72b98309d6164710ea1bd15aa010edbea0c993b861ed4f56c8164d793e67b8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.21
1
+ 1.2.22
@@ -35,7 +35,7 @@ module Bourdain
35
35
  ahead_of_remote = true
36
36
  elsif youre_behind? hooks
37
37
  log.warn "Hey, looks like your copy of the Kitchen Hooks is out-of-date. I'll fix that for you..."
38
- Dir.chdir(bourdain) { %x| git pull | }
38
+ Dir.chdir(hooks) { %x| git pull | }
39
39
  log.info "Your copy of the Kitchen Hooks is now up-to-date."
40
40
  else
41
41
  log.info "Your copy of the Kitchen Hooks looks up-to-date."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bourdain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.21
4
+ version: 1.2.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Clemmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-05 00:00:00.000000000 Z
11
+ date: 2015-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pmap