From a0c9fbbde98a5139e55d29988f4ed374a0ea1566 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 2 Aug 2013 11:25:48 -0400 Subject: [PATCH] don't re-bundle after committing, so you can safely pull --- lib/penchant/version.rb | 2 +- template/script/hooks/post-commit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/penchant/version.rb b/lib/penchant/version.rb index 81e232d..1a9f246 100644 --- a/lib/penchant/version.rb +++ b/lib/penchant/version.rb @@ -1,3 +1,3 @@ module Penchant - VERSION = "0.2.28" + VERSION = "0.2.29" end diff --git a/template/script/hooks/post-commit b/template/script/hooks/post-commit index 99e8287..d23631f 100755 --- a/template/script/hooks/post-commit +++ b/template/script/hooks/post-commit @@ -1,5 +1,5 @@ #!/bin/bash unset GIT_DIR -penchant gemfile remote --switch-back +echo "Run penchant gemfile remote to get back to work!"