dev_flow 0.1.4 → 0.1.5
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/lib/dev_flow/commands/info.rb +1 -1
- data/lib/dev_flow/commands/progress.rb +0 -0
- data/lib/dev_flow/commands/ur.rb +0 -0
- data/lib/dev_flow/task_console.rb +0 -0
- data/lib/dev_flow/version.rb +1 -1
- data/tags +0 -0
- metadata +3 -3
|
@@ -53,7 +53,7 @@ module DevFlow
|
|
|
53
53
|
end
|
|
54
54
|
|
|
55
55
|
if current_task and current_task.progress == 99
|
|
56
|
-
if i_am_leader
|
|
56
|
+
if i_am_leader?
|
|
57
57
|
puts "You are in a branch marked complete. Please test and review the code, and close it by:"
|
|
58
58
|
puts " $ dw close".bold.blue
|
|
59
59
|
puts "Or reject the branch by issue:"
|
|
File without changes
|
data/lib/dev_flow/commands/ur.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/lib/dev_flow/version.rb
CHANGED
data/tags
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dev_flow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: term-ansicolor
|
|
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
version: '0'
|
|
107
107
|
requirements: []
|
|
108
108
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 1.8.
|
|
109
|
+
rubygems_version: 1.8.25
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 3
|
|
112
112
|
summary: a bundle of tools for ROADMAP/git based development flow control.
|