capistrano-deploytags 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +8 -8
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: 0.6.0
4
+ version: 0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
16
- requirement: &2160135260 !ruby/object:Gem::Requirement
16
+ requirement: &2152593160 !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: *2160135260
24
+ version_requirements: *2152593160
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: capistrano-ext
27
- requirement: &2160134800 !ruby/object:Gem::Requirement
27
+ requirement: &2152608620 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,13 +32,13 @@ dependencies:
32
32
  version: '0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2160134800
35
+ version_requirements: *2152608620
36
36
  description: ! ' Capistrano Deploytags is a simple plugin to Capistrano that works
37
37
  with your deployment framework to track your code releases. All you have to do is
38
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.
39
+ pointing to the latest commit. This lets you easily see which code is deployed on
40
+ each environment, and allows you to figure out which code was running in an environment
41
+ at any time in the past.
42
42
 
43
43
  '
44
44
  email: relistan@gmail.com