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 +4 -4
- data/VERSION +1 -1
- data/lib/bourdain/resources/checks/hooks.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b900a3fbd54f693bea5d65a6a3c993be045f00ef
|
|
4
|
+
data.tar.gz: 6563674efb4d953bc4f48614caf2d0417369fae2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbdcd8b7344d09130b59bbedf1fa3b2b913cd753a90f044a9a5f50c3056f75f183c03297c5c4bf65e4f78dd5743073c9b99451fc228324b116e774a6be6a017c
|
|
7
|
+
data.tar.gz: 3ab9a0632fdca7bdbb43abb4cbac8aa8daab91b90cc15a95628f86bb1222d7916c72b98309d6164710ea1bd15aa010edbea0c993b861ed4f56c8164d793e67b8
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
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(
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pmap
|