hookup 1.2.1 → 1.2.2
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.
- data/hookup.gemspec +1 -1
- data/lib/hookup.rb +1 -1
- metadata +2 -2
data/hookup.gemspec
CHANGED
data/lib/hookup.rb
CHANGED
|
@@ -111,7 +111,7 @@ class Hookup
|
|
|
111
111
|
@new = args.shift || 'HEAD'
|
|
112
112
|
@partial = (args.shift == '0')
|
|
113
113
|
|
|
114
|
-
env['HOOKUP_SCHEMA_DIR'] = 'db' unless
|
|
114
|
+
env['HOOKUP_SCHEMA_DIR'] = 'db' unless env['HOOKUP_SCHEMA_DIR'] && File.directory?(schema_dir)
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
def run
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hookup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-02-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Automatically bundle and migrate your Rails app when switching branches,
|
|
15
15
|
merging upstream changes, and bisecting.
|