xendeploy 0.4 → 0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,10 @@
1
1
  require 'capistrano'
2
2
  require 'deprec'
3
3
 
4
+ module xendeploy
5
+
4
6
  XENDEPLOY_TEMPLATES_BASE = File.join(File.dirname(__FILE__), 'templates')
7
+
8
+ end
5
9
 
6
10
  Capistrano.plugin :xendeploy, xendeploy
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.4"
4
+ version: "0.5"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Marden