gitty 0.3.5 → 0.3.6

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 (2) hide show
  1. data/assets/hooks/auto-submodules +0 -1
  2. metadata +2 -2
@@ -14,7 +14,6 @@
14
14
  # this is a bit of a hack: when a rebase is ran, we don't want to have the initial checkout update submodules
15
15
  require 'fileutils'
16
16
  if ($0.include?("pre-rebase"))
17
- `touch`
18
17
  FileUtils.touch(".git/queue-rebase-run")
19
18
  exit 0
20
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitty
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Harper
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-03-02 00:00:00 -07:00
12
+ date: 2010-03-04 00:00:00 -07:00
13
13
  default_executable: git-hook
14
14
  dependencies: []
15
15