capistrano-deploytags 0.5 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-deploytags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-04-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: capistrano
|
16
|
-
requirement: &
|
16
|
+
requirement: &70117765925900 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70117765925900
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: capistrano-ext
|
27
|
-
requirement: &
|
27
|
+
requirement: &70117765854540 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,12 +32,13 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
36
|
-
description: ! '
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
35
|
+
version_requirements: *70117765854540
|
36
|
+
description: ! ' Capistrano Deploytags is a simple plugin to Capsitrano that works
|
37
|
+
with your deployment framework to track your code releases. All you have to do is
|
38
|
+
require capistrano-deploytags and each deployment will add a new tag for that deployment,
|
39
|
+
and will move the *-latest tag to the latest commit. This lets you easily see which
|
40
|
+
code is deployed on each environment, and allows you to figure out which code was
|
41
|
+
running in an environment at any time in the past.
|
41
42
|
|
42
43
|
'
|
43
44
|
email: relistan@gmail.com
|
@@ -49,7 +50,7 @@ files:
|
|
49
50
|
- lib/capistrano-deploytags.rb
|
50
51
|
- README.md
|
51
52
|
- LICENSE
|
52
|
-
homepage: http://github.com/mydrive/
|
53
|
+
homepage: http://github.com/mydrive/capistrano-deploytags
|
53
54
|
licenses: []
|
54
55
|
post_install_message:
|
55
56
|
rdoc_options: []
|