capistrano-tagging 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/capistrano/tagging/version.rb +1 -1
- data/lib/capistrano/tagging.rb +1 -1
- metadata +3 -3
data/lib/capistrano/tagging.rb
CHANGED
@@ -9,7 +9,7 @@ Capistrano::Configuration.instance.load do
|
|
9
9
|
after "deploy:restart", "tagging:deploy"
|
10
10
|
before "deploy:cleanup", "tagging:cleanup"
|
11
11
|
|
12
|
-
namespace :
|
12
|
+
namespace :tagging do
|
13
13
|
|
14
14
|
def tag(options = {})
|
15
15
|
tag_format = (tag_format || ':rails_env_:release').gsub(/(:[a-z_]+)[^:]/i) do |match|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-tagging
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -14,7 +14,7 @@ date: 2011-01-31 00:00:00.000000000Z
|
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: capistrano
|
17
|
-
requirement: &
|
17
|
+
requirement: &70216184871160 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ! '>='
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
version: 1.0.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *70216184871160
|
26
26
|
description: ! ' With every commit tag the local and remote branch with a tag
|
27
27
|
|
28
28
|
'
|