capistrano-gitflow_version 0.0.3 → 0.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -128,7 +128,7 @@ Please make sure you have pulled and pushed all code before deploying:
128
128
  else
129
129
  'log'
130
130
  end
131
- "git #{log_subcommand} #{fromTag}..#{toTag}"
131
+ "git #{log_subcommand} #{from_tag}..#{to_tag}"
132
132
  end
133
133
  puts command
134
134
  system command
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module GitflowVersion
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.3.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 3
9
- version: 0.0.3
9
+ - 1
10
+ version: 0.0.3.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Joshua Nichols
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2011-03-07 00:00:00 -05:00
19
+ date: 2011-10-03 00:00:00 -04:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency