geordi 0.12.1 → 0.12.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/dump-for +1 -1
  2. data/lib/geordi/version.rb +1 -1
  3. metadata +4 -4
data/bin/dump-for CHANGED
@@ -23,7 +23,7 @@ catching_errors do
23
23
  if File.exists?("script/dbconsole")
24
24
  `script/dbconsole -p < #{destination_path}`
25
25
  else
26
- `rails db < #{destination_path}`
26
+ `rails dbconsole -p < #{destination_path}`
27
27
  end
28
28
 
29
29
  if $?.to_i == 0
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.12.1'
2
+ VERSION = '0.12.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 1
10
- version: 0.12.1
9
+ - 2
10
+ version: 0.12.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-16 00:00:00 +02:00
18
+ date: 2012-04-25 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21