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: c30c302d6653ad02c7c2033decdeb7e3cfd1d820
4
- data.tar.gz: 9dd4ec95618a135ba6b4b6ddb20fe8a547b676e1
3
+ metadata.gz: 4c8f0b0eb49e2ef2be28c801ae7a2c86ba8701c9
4
+ data.tar.gz: d52154b49f84d93d1be80914ed22956b64d92e37
5
5
  SHA512:
6
- metadata.gz: 0f7bd27c807f572323f5476994613fd2d58ebee904e17e8804dba12030787c7b43ff4132603770fe8794e37f9834fad9249f056f8fefda0b6c8ce8e417e08835
7
- data.tar.gz: e2229ea7e21cf443a506a9bb1d649b9ed67804eb1bdf04b2a5895a969f1bb64b74c323f83590ff71d280a1e83e91500eeeed222467b6d2d67c0a8dc75af6c6af
6
+ metadata.gz: 61c8b13385936b135eb55a6031a38295a17a32e86a3ca460264f6904bf7d7083c15ac8486844185a548867977afcbcb12f81191add3010b9dd513f64879b1525
7
+ data.tar.gz: 1dfd6f81143889f24ded1d5e87b5523f34dd203cf21700b5b3d2376389d37f5e28caa819650ebf1c0596fb150ba9799f55fdea1ed41bdf1e5b94c3903aacee8e
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module ConfirmBranch
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
@@ -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-to-date/]
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.3
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: 2017-08-02 00:00:00.000000000 Z
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: