xendeploy 0.19 → 0.20

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.
Files changed (2) hide show
  1. data/README.textile +5 -3
  2. metadata +12 -2
@@ -2,15 +2,17 @@ h1. XEN:Deploy
2
2
 
3
3
  A collection of recipes, tasks, and strategies for managing non-rails applications specifically WordPress, WP-MU and BuddyPress.
4
4
 
5
+ This software should be considered _alpha_ and not used for anything useful… yet.
5
6
  <hr />
6
7
 
7
8
  h2. Install
8
9
 
10
+ <code>gem install xendeploy</code>
11
+
9
12
  *Dependencies*
10
13
 
11
- *railsless-deploy*
12
- For making the default tasks a bit more app agnostic.
13
- <code>gem install railsless-deploy -s http://gemcutter.org</code>
14
+ *capistrano*
15
+ Obviously. :)
14
16
 
15
17
  *capistrano-ext*
16
18
  For doing multistage configurations
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.19"
4
+ version: "0.20"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Marden
@@ -22,8 +22,18 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 2.5.0
24
24
  version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: capistrano-ext
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">"
32
+ - !ruby/object:Gem::Version
33
+ version: 1.2.0
34
+ version:
25
35
  description: |
26
- 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.
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. This gem should be considered alpha software and not used for anything useful... yet.
27
37
 
28
38
  email: ruby@xentek.net
29
39
  executables: