bigkeeper 0.9.10 → 0.9.11

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: cf22bc9b9d70faf0f43bd27e47961d18dad8355a
4
- data.tar.gz: 173dbc4a58a0a68bb6acd7347356e7c3ecac30a1
3
+ metadata.gz: 70dfe57877033a8e5da8b7c912210cdc33bb85a8
4
+ data.tar.gz: fb852fb6ce2e3f638aa8a986db48b44a79ce56e6
5
5
  SHA512:
6
- metadata.gz: 1190f2647d435bd6e079d0b7b24ff9a97136f2f96dd93e690d513b6de7273c8602c2331a9370c9d11585a1ca8bd831414541ca52c78cc7962aea1fe5df732f94
7
- data.tar.gz: 4ec0c705ac99fe65082ca443eda32beb12d7d704c1d272323e0af8b4a45a691f61d52ac6ad22e26778cb253fefd89f0fd433c6beb89d29b565d113b9d063dc43
6
+ metadata.gz: 67b3d5f0725704b7026a8130633c71059fe18b74911d330f7f03bb1b29216266826be6407d60c2134ebd540361bf2eb460508b02d5b2e49b55ce9115624c6b66
7
+ data.tar.gz: ce0a0e306540e3491053e98679d8566231fa2ebfc611a90b3b532d243c216b52e70c572348fad5eb94d1ea8d3426d023d512f3db167a5e8178c59ee4618798a4
@@ -186,7 +186,7 @@ module BigKeeper
186
186
  compare_branch_commits = Array.new
187
187
  IO.popen("cd '#{path}';git log --left-right #{branch}...origin/#{compare_branch} --pretty=oneline") do |io|
188
188
  io.each do |line|
189
- compare_branch_commits.push(line) unless (line.include? '>') && (line.include? "Merge branch \'#{branch}\' into \'#{compare_branch}\'")
189
+ compare_branch_commits.push(line) unless (line.include? '>') && (line.include? "Merge branch \'#{branch}\'")
190
190
  end
191
191
  end
192
192
  if compare_branch_commits.size > 0
@@ -1,3 +1,3 @@
1
1
  module BigKeeper
2
- VERSION = "0.9.10"
2
+ VERSION = "0.9.11"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigkeeper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.10
4
+ version: 0.9.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmoaay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-06 00:00:00.000000000 Z
11
+ date: 2019-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli