capistrano-deploy-tagger 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/capistrano/deploy/tagger.rb +3 -1
  2. metadata +38 -53
@@ -31,6 +31,8 @@ Capistrano::Configuration.instance(:must_exist).load do
31
31
  user = git("config --get user.name", {:output => true})
32
32
  email = git("config --get user.email", {:output => true})
33
33
 
34
+ latest_revision.strip!
35
+
34
36
  puts "[Capistrano-Deploy-Tagger] Updating deployment Git tags...\n"
35
37
 
36
38
  git "fetch --tags", {:output => true}
@@ -97,4 +99,4 @@ Capistrano::Configuration.instance(:must_exist).load do
97
99
  set :branch, tag_name
98
100
  end
99
101
 
100
- end
102
+ end
metadata CHANGED
@@ -1,81 +1,66 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: capistrano-deploy-tagger
3
- version: !ruby/object:Gem::Version
4
- hash: 1
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.3.2
5
5
  prerelease:
6
- segments:
7
- - 2
8
- - 3
9
- - 1
10
- version: 2.3.1
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Ryan Conway
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2013-11-14 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2014-05-08 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: capistrano
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
24
17
  none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 23
29
- segments:
30
- - 1
31
- - 0
32
- - 0
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
33
21
  version: 1.0.0
34
22
  type: :runtime
35
- version_requirements: *id001
36
- description: Capistrano-Deploy-Tagger creates and updates certain tags in Git each time you perform a deploy. The first tag defaults to 'inproduction' and is always updated to refer to the revision that was just deployed. The second tag is a timestamp applied to every revision that is deployed to production.
37
- email:
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 1.0.0
30
+ description: Capistrano-Deploy-Tagger creates and updates certain tags in Git each
31
+ time you perform a deploy. The first tag defaults to 'inproduction' and is always
32
+ updated to refer to the revision that was just deployed. The second tag is a timestamp
33
+ applied to every revision that is deployed to production.
34
+ email:
38
35
  - ryan.conway@forward.co.uk
39
36
  executables: []
40
-
41
37
  extensions: []
42
-
43
38
  extra_rdoc_files: []
44
-
45
- files:
39
+ files:
46
40
  - lib/capistrano/deploy/tagger.rb
47
41
  homepage: http://github.com/forward/capistrano-deploy-tagger
48
42
  licenses: []
49
-
50
43
  post_install_message:
51
44
  rdoc_options: []
52
-
53
- require_paths:
45
+ require_paths:
54
46
  - lib
55
- required_ruby_version: !ruby/object:Gem::Requirement
47
+ required_ruby_version: !ruby/object:Gem::Requirement
56
48
  none: false
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- hash: 3
61
- segments:
62
- - 0
63
- version: "0"
64
- required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ! '>='
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
54
  none: false
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- hash: 3
70
- segments:
71
- - 0
72
- version: "0"
55
+ requirements:
56
+ - - ! '>='
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
73
59
  requirements: []
74
-
75
60
  rubyforge_project: capistrano-deploy-tagger
76
- rubygems_version: 1.8.15
61
+ rubygems_version: 1.8.23
77
62
  signing_key:
78
63
  specification_version: 3
79
- summary: Capistrano-Deploy-Tagger creates and updates certain tags in Git each time you perform a deploy.
64
+ summary: Capistrano-Deploy-Tagger creates and updates certain tags in Git each time
65
+ you perform a deploy.
80
66
  test_files: []
81
-