xendeploy 0.18 → 0.19

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.
@@ -3,7 +3,7 @@ Capistrano::Configuration.instance(:must_exist).load do
3
3
  namespace :xen do
4
4
  namespace :build do
5
5
 
6
- "Default Build"
6
+ desc "Default Build"
7
7
  task :default do
8
8
  puts "default build"
9
9
  end
data/lib/xendeploy.rb CHANGED
@@ -6,6 +6,6 @@ unless Capistrano::Configuration.respond_to?(:instance)
6
6
  end
7
7
 
8
8
  require "#{File.dirname(__FILE__)}/xendeploy/deprec_extensions"
9
- Capistrano::Configuration.instance.load File.dirname(__FILE__) + "/xendeploy/recipes/deploy.rb"
10
- Capistrano::Configuration.instance.load File.dirname(__FILE__) + "/xendeploy/recipes/build.rb"
11
- Capistrano::Configuration.instance.load File.dirname(__FILE__) + "/xendeploy/recipes/server.rb"
9
+ load File.dirname(__FILE__) + "/xendeploy/recipes/deploy.rb"
10
+ load File.dirname(__FILE__) + "/xendeploy/recipes/build.rb"
11
+ load File.dirname(__FILE__) + "/xendeploy/recipes/server.rb"
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.18"
4
+ version: "0.19"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Marden