capistrano-mercurial-ext 0.0.4 → 0.0.5

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.
@@ -0,0 +1 @@
1
+ require "capistrano/recipes/deploy/scm/mercurial_ext"
@@ -10,7 +10,7 @@ module Capistrano
10
10
  # Implements the Capistrano SCM interface for the Mercurial revision
11
11
  # control system (http://www.selenic.com/mercurial/).
12
12
  # Latest updates at http://tackletechnology.org/oss/cap2-mercurial
13
- class Mercurial < Base
13
+ class MercurialExt < Base
14
14
  # Sets the default command name for this SCM. Users may override this
15
15
  # by setting the :scm_command variable.
16
16
  default_command "hg"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Anton Rubtsov
@@ -31,7 +31,8 @@ files:
31
31
  - LICENSE.txt
32
32
  - README.md
33
33
  - Rakefile
34
- - capistrano/recipes/deploy/scm/capistrano-mercurial-ext.rb
34
+ - lib/capistrano/recipes/deploy/scm/mercurial_ext.rb
35
+ - lib/capistrano-mercurial-ext.rb
35
36
  has_rdoc: true
36
37
  homepage: https://github.com/rubtsov/capistrano-mercurial-ext
37
38
  licenses: []