capistrano-deploy-tagger 2.0.0 → 2.0.1
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.
- data/lib/capistrano/deploy/tagger.rb +1 -1
- metadata +3 -3
|
@@ -9,7 +9,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
9
9
|
|
|
10
10
|
namespace :deploy do
|
|
11
11
|
|
|
12
|
-
after "deploy", "tagger:tag"
|
|
12
|
+
after "deploy", "deploy:tagger:tag"
|
|
13
13
|
|
|
14
14
|
namespace :tagger do
|
|
15
15
|
desc "Manage git tags to indicate current deployed codebase, and keep a history of the most recent deploys."
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-deploy-tagger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 2.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 2.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Conway
|