redmine_stagecoach 0.7.2 → 0.7.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.
- data/VERSION +1 -1
- data/lib/stagecoach/git.rb +3 -3
- data/redmine_stagecoach.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.3
|
data/lib/stagecoach/git.rb
CHANGED
@@ -11,15 +11,15 @@ module Stagecoach
|
|
11
11
|
# branch_attributes = local_stagecoach_branches[branch_name]
|
12
12
|
if all_branches_list.include?(branch_name.strip)
|
13
13
|
if Git.branch_merged_to_master?(branch_name)
|
14
|
-
puts branch_name
|
14
|
+
puts branch_name + " *".red
|
15
15
|
deletable_branches << branch_name
|
16
16
|
else
|
17
|
-
puts branch_name
|
17
|
+
puts branch_name
|
18
18
|
end
|
19
19
|
end
|
20
20
|
end
|
21
21
|
CommandLine.line_break
|
22
|
-
puts "*".
|
22
|
+
puts "*".red + " = merged to master, can be deleted by stagecoach -t"
|
23
23
|
CommandLine.line_break
|
24
24
|
deletable_branches
|
25
25
|
end
|
data/redmine_stagecoach.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redmine_stagecoach
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -168,7 +168,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
168
168
|
version: '0'
|
169
169
|
segments:
|
170
170
|
- 0
|
171
|
-
hash: -
|
171
|
+
hash: -2188982439199770630
|
172
172
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
173
173
|
none: false
|
174
174
|
requirements:
|