dev_flow 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/Sounds/Loud beep.wav +0 -0
- data/bin/Sounds/Normal beep.wav +0 -0
- data/bin/Sounds/Quiet beep.wav +0 -0
- data/bin/ot.exe +0 -0
- data/lib/dev_flow/app.rb +1 -1
- data/lib/dev_flow/commands/timer.rb +0 -0
- data/lib/dev_flow/version.rb +1 -1
- data/tags +0 -0
- data/templates/css/jsgantt.css +0 -0
- data/templates/js/jsgantt.js +0 -0
- data/templates/jsgantt.html.erb +0 -0
- metadata +3 -3
data/bin/Sounds/Loud beep.wav
CHANGED
File without changes
|
data/bin/Sounds/Normal beep.wav
CHANGED
File without changes
|
data/bin/Sounds/Quiet beep.wav
CHANGED
File without changes
|
data/bin/ot.exe
CHANGED
File without changes
|
data/lib/dev_flow/app.rb
CHANGED
@@ -154,7 +154,7 @@ module DevFlow
|
|
154
154
|
|
155
155
|
def display_close_waiting
|
156
156
|
return false unless self.tasks_for_close.size > 0
|
157
|
-
puts "There have tasks marked completed and need you to review it:"
|
157
|
+
puts "There have tasks marked completed and need you to review it:".bold.red
|
158
158
|
i = 0
|
159
159
|
self.tasks_for_close.each do |task|
|
160
160
|
i += 1
|
File without changes
|
data/lib/dev_flow/version.rb
CHANGED
data/tags
CHANGED
File without changes
|
data/templates/css/jsgantt.css
CHANGED
File without changes
|
data/templates/js/jsgantt.js
CHANGED
File without changes
|
data/templates/jsgantt.html.erb
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.5.
|
4
|
+
version: 0.5.3
|
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-05-
|
12
|
+
date: 2013-05-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: term-ansicolor
|
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
118
|
version: '0'
|
119
119
|
requirements: []
|
120
120
|
rubyforge_project:
|
121
|
-
rubygems_version: 1.8.
|
121
|
+
rubygems_version: 1.8.24
|
122
122
|
signing_key:
|
123
123
|
specification_version: 3
|
124
124
|
summary: a bundle of tools for ROADMAP/git based development flow control.
|