psql-cm 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.2.2 - 2012-05-22
2
+
3
+ Include permissions and owners on database objects.
4
+
1
5
  # 0.2.1 - 2012-05-22
2
6
 
3
7
  Added more debug output.
data/lib/psql-cm/setup.rb CHANGED
@@ -9,7 +9,7 @@ module PSQLCM
9
9
 
10
10
  Tempfile.open('base.sql') do |temp_file|
11
11
  sh %W[ pg_dump #{db(database).psql_args}
12
- --schema-only --no-owner --no-privileges --exclude-table=pg_psql_cm
12
+ --schema-only --exclude-table=pg_psql_cm
13
13
  --schema=#{schema} --file=#{temp_file.path} #{database}
14
14
  ].join(' ')
15
15
 
@@ -1,4 +1,4 @@
1
1
  module PSQLCM
2
- Version = '0.2.1'
2
+ Version = '0.2.2'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psql-cm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: