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 +4 -4
- data/lib/big_keeper/util/git_operator.rb +1 -1
- data/lib/big_keeper/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: 70dfe57877033a8e5da8b7c912210cdc33bb85a8
|
|
4
|
+
data.tar.gz: fb852fb6ce2e3f638aa8a986db48b44a79ce56e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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}\'
|
|
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
|
data/lib/big_keeper/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2019-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gli
|