xendeploy 0.1 → 0.2

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,3 +1,3 @@
1
1
  unless Capistrano::Configuration.respond_to?(:instance)
2
- abort "xen:deploy requires Capistrano 2"
2
+ abort "xendeploy requires Capistrano 2"
3
3
  end
@@ -1,8 +1,8 @@
1
- # require 'capistrano'
2
- #
3
- # unless Capistrano::Configuration.respond_to?(:instance)
4
- # abort "xen:deploy requires Capistrano 2"
5
- # end
1
+ require 'capistrano'
2
+
3
+ unless Capistrano::Configuration.respond_to?(:instance)
4
+ abort "xendeploy requires Capistrano 2"
5
+ end
6
6
 
7
7
  namespace :xen do
8
8
  namepace :deploy do
@@ -1,7 +1,7 @@
1
1
  # require 'capistrano'
2
2
  #
3
3
  # unless Capistrano::Configuration.respond_to?(:instance)
4
- # abort "xen:deploy requires Capistrano 2"
4
+ # abort "xendeploy requires Capistrano 2"
5
5
  # end
6
6
  #
7
7
  # namespace :xen do
data/lib/recipes/xen.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  unless Capistrano::Configuration.respond_to?(:instance)
2
- abort "xen:deploy requires Capistrano 2"
2
+ abort "xendeploy requires Capistrano 2"
3
3
  end
4
4
 
5
5
  require "#{File.dirname(__FILE__)}/xen/deploy"
data/lib/xendeploy.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  unless Capistrano::Configuration.respond_to?(:instance)
2
- abort "xen:deploy requires Capistrano 2"
2
+ abort "xendeploy requires Capistrano 2"
3
3
  end
4
4
 
5
5
  require "#{File.dirname(__FILE__)}/recipes/xen"
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.1"
4
+ version: "0.2"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Marden
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.1.5
33
+ version: 2.1.0
34
34
  version:
35
35
  description: |
36
36
  Building on the backs of Capistrano and Deprec, this is a collection of Recipes and other customizations for managing non-rails applications, specifically WordPress, WordPress-MU, and BuddyPress.