capserverext 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.0.4 / 2007-04-18
2
+
3
+ * Fixing mysql db creation method call. Just use base deprec task
4
+
1
5
  == 0.0.3 / 2007-04-18
2
6
 
3
7
  * Adding missing tasks for app setup
@@ -1,3 +1,3 @@
1
1
  class CapistranoServerExtentions
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
@@ -203,7 +203,7 @@ Capistrano.configuration(:must_exist).load do
203
203
  setup_paths
204
204
  setup_app
205
205
  setup_symlinks
206
- setup_mysql_db
206
+ setup_db
207
207
  end
208
208
 
209
209
  desc "setup and configure servers for apache and postgres"
@@ -221,7 +221,7 @@ Capistrano.configuration(:must_exist).load do
221
221
  setup_paths
222
222
  setup_app
223
223
  setup_symlinks
224
- setup_mysql_db
224
+ setup_db
225
225
  end
226
226
 
227
227
  desc "Setup nginx web server."
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: capserverext
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.3
6
+ version: 0.0.4
7
7
  date: 2007-04-18 00:00:00 +02:00
8
8
  summary: Easily setup postgresql & nginx (http://sysoev.ru/nginx/) on ubuntu hosts.
9
9
  require_paths: