xendeploy 0.11.2 → 0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Capistrano::Configuration.instance(:must_exist).load do
2
2
 
3
- namespace :xen do
3
+ namespace :deploy do
4
4
  namespace :build do
5
5
  task :default do
6
6
  puts "default build"
@@ -1,6 +1,6 @@
1
1
  Capistrano::Configuration.instance(:must_exist).load do
2
2
 
3
- namespace :xen do
3
+ # namespace :xen do
4
4
  namepace :deploy do
5
5
 
6
6
  task :default do
@@ -25,5 +25,5 @@ Capistrano::Configuration.instance(:must_exist).load do
25
25
  end
26
26
 
27
27
  end
28
- end
28
+ # end
29
29
  end
@@ -1,5 +1,5 @@
1
1
  Capistrano::Configuration.instance(:must_exist).load do
2
- namespace :xen do
2
+ namespace :deploy do
3
3
  namespace :server do
4
4
 
5
5
  namespace :apache do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xendeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: "0.12"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Marden