capistrano-deploytags 0.5 → 0.5.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.
Files changed (1) hide show
  1. metadata +12 -11
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.5'
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: &70334355156820 !ruby/object:Gem::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: *70334355156820
24
+ version_requirements: *70117765925900
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: capistrano-ext
27
- requirement: &70334355156380 !ruby/object:Gem::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: *70334355156380
36
- description: ! ' All you have to do is require capistrano-deploytags and each deployment
37
- will add a new tag for that deployment, and will move the *-latest tag to the latest
38
- commit. This lets you easily see which code is deployed on each environment, and
39
- allows you to figure out which code was running in an environment at any time in
40
- the past.
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/capistrano_deploytags
53
+ homepage: http://github.com/mydrive/capistrano-deploytags
53
54
  licenses: []
54
55
  post_install_message:
55
56
  rdoc_options: []