cap-git-tags 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d7d76ebe01d406cd1fbe759d1ffa1ccccf090de
4
- data.tar.gz: 072f87a32fb08c248e48cfd1171d8b85df153ce2
3
+ metadata.gz: c48a1ceb5da338c024b8af6280a20afa3f3f3214
4
+ data.tar.gz: 3ee5df58e7786c4b2eba1c17832c8c29dc60e534
5
5
  SHA512:
6
- metadata.gz: 6d1b3b7c573f659e64ee4fb5da826f91dfc4b4ae505674524652ffa4a5064f6e1d951578769c0c9f69f4023e4066c5179b3e4e6aa125176045508bb523866329
7
- data.tar.gz: 5e43823eb2422f36b350e81661568e004232ead9f4fbc48caa7864f7eada9d9cb6ec4c1ed654e06af04d3aa5655d1cf49fe85a74c9919a43a365786d52ccfbc7
6
+ metadata.gz: 38034e357065282f6935dc7c8e16759d7b3caa61fcfe0cdee0ddd91e1ac8f006ee4ae26395d9f78ba2ffe32e11fec6871d60fb94d618fde339f1f47d33b552a8
7
+ data.tar.gz: 21ab7010494928e43ab5ebf5d7da6c941ac9b9a0ac7befcdaddac9171b0e49ced8141af82cacfcf2e5c350c4eaef52f52c064b2490026565913b7823f54234f5
@@ -16,9 +16,9 @@ namespace :gittags do
16
16
  end
17
17
 
18
18
  info "You are about to deploy: #{latest_staging_tag} to production"
19
- ask :yes_to_confirm_deploy, "n"
19
+ ask :"‘yes’ to confirm deploy", "n"
20
20
 
21
- if fetch(:yes_to_confirm_deploy)[0].downcase != "y"
21
+ if fetch(:"‘yes’ to confirm deploy")[0].downcase != "y"
22
22
  abort "You didn't confirm the deployment"
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module CapGitTags
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-git-tags
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Hawkins
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-06 00:00:00.000000000 Z
12
+ date: 2014-11-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler