capistrano_confirm_branch 1.0.3 → 1.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c8f0b0eb49e2ef2be28c801ae7a2c86ba8701c9
|
4
|
+
data.tar.gz: d52154b49f84d93d1be80914ed22956b64d92e37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 61c8b13385936b135eb55a6031a38295a17a32e86a3ca460264f6904bf7d7083c15ac8486844185a548867977afcbcb12f81191add3010b9dd513f64879b1525
|
7
|
+
data.tar.gz: 1dfd6f81143889f24ded1d5e87b5523f34dd203cf21700b5b3d2376389d37f5e28caa819650ebf1c0596fb150ba9799f55fdea1ed41bdf1e5b94c3903aacee8e
|
@@ -39,7 +39,7 @@ namespace :confirm_branch do
|
|
39
39
|
fetch(:check_unpushed_commits_before_deploy, true)
|
40
40
|
pending_commits = `git status`
|
41
41
|
|
42
|
-
unless pending_commits[/Your branch is up
|
42
|
+
unless pending_commits[/Your branch is up.to.date/]
|
43
43
|
pending_commits = /(Your branch is ahead of '\S*' by \d commits?)/.
|
44
44
|
match(pending_commits).captures.first
|
45
45
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano_confirm_branch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jordan Byron
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|
@@ -53,7 +53,10 @@ files:
|
|
53
53
|
- lib/capistrano/tasks/confirm_branch.rake
|
54
54
|
homepage: https://github.com/madriska/capistrano_confirm_branch
|
55
55
|
licenses: []
|
56
|
-
metadata:
|
56
|
+
metadata:
|
57
|
+
bug_tracker_uri: https://github.com/madriska/capistrano_confirm_branch/issues
|
58
|
+
changelog_uri: https://github.com/jordanbyron/capistrano_confirm_branch/releases
|
59
|
+
source_code_uri: https://github.com/madriska/capistrano_confirm_branch
|
57
60
|
post_install_message:
|
58
61
|
rdoc_options: []
|
59
62
|
require_paths:
|