capistrano-tagging 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  class Tagging
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ end
4
4
 
5
5
  require 'capistrano'
6
6
 
7
- Capistrano::Configuration.instance.load do
7
+ Capistrano::Configuration.instance(:must_exist).load do
8
8
 
9
9
  after "deploy:restart", "tagging:deploy"
10
10
  before "deploy:cleanup", "tagging:cleanup"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-tagging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-01-31 00:00:00.000000000Z
13
+ date: 2011-01-31 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capistrano
17
- requirement: &70303548184020 !ruby/object:Gem::Requirement
17
+ requirement: &70175753252340 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: 1.0.0
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70303548184020
25
+ version_requirements: *70175753252340
26
26
  description: ! ' With every commit tag the local and remote branch with a tag
27
27
 
28
28
  '