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 +4 -4
- data/lib/cap-git-tags/tasks/git_tags.rake +2 -2
- data/lib/cap-git-tags/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c48a1ceb5da338c024b8af6280a20afa3f3f3214
|
|
4
|
+
data.tar.gz: 3ee5df58e7786c4b2eba1c17832c8c29dc60e534
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 :
|
|
19
|
+
ask :"‘yes’ to confirm deploy", "n"
|
|
20
20
|
|
|
21
|
-
if fetch(:
|
|
21
|
+
if fetch(:"‘yes’ to confirm deploy")[0].downcase != "y"
|
|
22
22
|
abort "You didn't confirm the deployment"
|
|
23
23
|
end
|
|
24
24
|
|
data/lib/cap-git-tags/version.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2014-11-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|