capistrano-gitflow 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8700e74c90d03e3ef3d19056cb5e26d9be055218
4
- data.tar.gz: 4a2a9f01c33060da01c1209b6f27ce1ad90dbb43
3
+ metadata.gz: b8f6b1f408a097891bf0fafbf80f0a7d80888a0a
4
+ data.tar.gz: 67cf481cdb763dba7faf9be579280244e5a82ce3
5
5
  SHA512:
6
- metadata.gz: 0acc3b264ebcd5fa754986b2dc5589d6950d727d46a2dee190676a64b9e9848c1794cea5d5f63d74c7623ad22a9a3abb262c6e34238ded74432fa4f68bee2816
7
- data.tar.gz: b5efc5a3daf79d98689914bc09506fd65f6254c84f465bbd178a1294f5831f99228bfbbe58ad7f2cd4eaeaa518e24c8d4af46aaa427d742317cfcecc5d46acce
6
+ metadata.gz: 8ebbe1d5f05ec3e0345102c3244cef6e328a8f8245815ee0c9c032aaf69b9b8c251aa54ffa63731c976af77df5e5d92c43aa63d0b72da1ba1b47ce3da618fec0
7
+ data.tar.gz: 1cd26d74120b65ba742d984796ae2c506a7fb19dff9c1d045029c73be6ef77e188d0b34432c116a04bde0ab935dbbd3b42cc1950f1dc43dd6e63aecfc7803036
@@ -197,8 +197,8 @@ git push origin #{fetch(:local_branch)}
197
197
  new_production_tag = "production-#{$1}"
198
198
 
199
199
  if new_production_tag == gitflow_last_production_tag
200
- puts "Not re-tagging #{last_production_tag} because it already exists"
201
- really_deploy = gitflow_ask_confirm("Do you really want to deploy #{last_production_tag}? [y/N]")
200
+ puts "Not re-tagging #{gitflow_last_production_tag} because it already exists"
201
+ really_deploy = gitflow_ask_confirm("Do you really want to deploy #{gitflow_last_production_tag}? [y/N]")
202
202
 
203
203
  exit(1) unless really_deploy.to_url =~ /^[Yy]$/
204
204
  else
@@ -6,7 +6,7 @@ module CapistranoGitFlow # Returns the version of the currently loaded Rails as
6
6
  module VERSION
7
7
  MAJOR = 1
8
8
  MINOR = 5
9
- TINY = 3
9
+ TINY = 4
10
10
  PRE = nil
11
11
 
12
12
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-gitflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Nichols
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubyforge_project:
96
- rubygems_version: 2.4.8
96
+ rubygems_version: 2.5.1
97
97
  signing_key:
98
98
  specification_version: 3
99
99
  summary: Capistrano recipe for a deployment workflow based on git tags
@@ -101,3 +101,4 @@ test_files:
101
101
  - spec/gitflow_spec.rb
102
102
  - spec/spec.opts
103
103
  - spec/spec_helper.rb
104
+ has_rdoc: