xendeploy 0.3 → 0.4

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