dev_flow 0.5.0 → 0.5.1
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/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/dw +1 -1
- data/bin/ot.exe +0 -0
- data/lib/dev_flow/commands/clean.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/dw
CHANGED
|
@@ -70,7 +70,7 @@ optparse.parse!(ARGV)
|
|
|
70
70
|
|
|
71
71
|
# determine the command
|
|
72
72
|
command = ARGV[0] || 'info'
|
|
73
|
-
cmd_alias = {'pg' => 'progress', 'update-roadmap' => 'ur', '
|
|
73
|
+
cmd_alias = {'pg' => 'progress', 'update-roadmap' => 'ur', 'cleanup' => 'clean', 's' => 'switch'}
|
|
74
74
|
command = cmd_alias[command] if cmd_alias[command]
|
|
75
75
|
|
|
76
76
|
if %w[info init complete progress close release ur update-roadmap cleanup clean switch gantt tm timer].include? command
|
data/bin/ot.exe
CHANGED
|
File without changes
|
|
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.1
|
|
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-23 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.25
|
|
122
122
|
signing_key:
|
|
123
123
|
specification_version: 3
|
|
124
124
|
summary: a bundle of tools for ROADMAP/git based development flow control.
|