xendeploy 0.5 → 0.5.1

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