schema-evolution-manager 0.9.31 → 0.9.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fe87674edbfeba72b97870bbc3acb262c25f98d
4
- data.tar.gz: 0fe77c1dd20d6537e18526c9aba75b214a2bc9be
3
+ metadata.gz: a062099a50a726d47cf2000331a0a6be30233155
4
+ data.tar.gz: 6fceda902cafcfad5782085c73ae14e3c7040b55
5
5
  SHA512:
6
- metadata.gz: 90de8593d910701125ab49853b822d155644dc479f0b8c13bc2e270596bfca2fbc239db480b8b73ac9b70e026ccbda88f7ed6007e8888a412144436336ba81dd
7
- data.tar.gz: 126ffe71b5a9a3a3393d94511f007714220504022e2adf9c44342ec7caec1fc4a30a660da56e34c412d8ed23294dc6dc35b755af446e57cf00b054d3c058eea6
6
+ metadata.gz: c48aa6a9b0a71fbbf4d3d5f7aa2fb7ec458fe50115324add1b5ff272052e1cf08771e7ceb553ac89b9cc9de04ec7e3a49237b646a0944e5ef177c1cd3dceeb7d
7
+ data.tar.gz: ce55dff8b95db59e8c0223c6797ce620d46b9dbb705d45ef6debd9986a5efdae9468d4cf7212661e63c0030886e78e1f8102f5fb7f9a304e90133a774049de1e
data/README.md CHANGED
@@ -127,7 +127,7 @@ There are two ways to install schema evolution manager:
127
127
 
128
128
  git clone git://github.com/mbryzek/schema-evolution-manager.git
129
129
  cd schema-evolution-manager
130
- git checkout 0.9.31
130
+ git checkout 0.9.32
131
131
  ruby ./configure.rb
132
132
  sudo ./install.rb
133
133
 
@@ -74,7 +74,7 @@ module SchemaEvolutionManager
74
74
  command = "psql --file \"%s\" #{options} %s" % [tmp, @url]
75
75
 
76
76
  Library.with_temp_file do |output|
77
- result = `#{command} &> #{output}`.strip
77
+ result = `#{command} > #{output} 2>&1`.strip
78
78
  status = $?
79
79
  if status.to_i > 0
80
80
  errors = File.exists?(output) ? IO.read(output) : result
@@ -2,7 +2,7 @@ module SchemaEvolutionManager
2
2
 
3
3
  module SemVersion
4
4
 
5
- VERSION = '0.9.31' # Automatically updated by util/create-release.rb
5
+ VERSION = '0.9.32' # Automatically updated by util/create-release.rb
6
6
 
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schema-evolution-manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.31
4
+ version: 0.9.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bryzek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-24 00:00:00.000000000 Z
11
+ date: 2016-05-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: '["Michael Bryzek"]'
14
14
  email: mbryzek@alum.mit.edu