rails_pwnerer 0.6.58 → 0.6.59

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.6.59. Bugfix in pgsql scaffold code.
2
+
1
3
  v0.6.58. Added Gemfile to list of rpwn-changed files to be reverted on VCS ops.
2
4
 
3
5
  v0.6.57. Added posgresql client libraries to the scaffolding.
@@ -71,7 +71,7 @@ class RailsPwnage::Scaffolds::Packages
71
71
  # The packages for building postgresql clients.
72
72
  #
73
73
  # Rails 3 likes having both the mysql and pgsql clients available.
74
- def install_pgsql
74
+ def install_pgsql_client
75
75
  install_packages %w(postgresql-client libpq-dev)
76
76
  end
77
77
 
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rails_pwnerer}
5
- s.version = "0.6.58"
5
+ s.version = "0.6.59"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Victor Costan"]
9
- s.date = %q{2010-03-18}
9
+ s.date = %q{2010-03-19}
10
10
  s.default_executable = %q{bin/rpwn}
11
11
  s.description = %q{Rails deployment tool/hack.}
12
12
  s.email = %q{victor@costan.us}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 58
9
- version: 0.6.58
8
+ - 59
9
+ version: 0.6.59
10
10
  platform: ruby
11
11
  authors:
12
12
  - Victor Costan
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-18 00:00:00 -04:00
17
+ date: 2010-03-19 00:00:00 -04:00
18
18
  default_executable: bin/rpwn
19
19
  dependencies: []
20
20