dev_flow 0.0.4 → 0.0.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/complete.rb +1 -1
- data/lib/dev_flow/version.rb +1 -1
- metadata +1 -2
- data/ROADMAP +0 -15
|
@@ -24,7 +24,7 @@ module DevFlow
|
|
|
24
24
|
|
|
25
25
|
# commit you current branch and push
|
|
26
26
|
progress = 99
|
|
27
|
-
message = ARGV[2] || "complete
|
|
27
|
+
message = ARGV[2] || "complete the branch by set progress to 99."
|
|
28
28
|
message = "[complete] " + message
|
|
29
29
|
|
|
30
30
|
info "Commit your progress"
|
data/lib/dev_flow/version.rb
CHANGED
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.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -52,7 +52,6 @@ extensions: []
|
|
|
52
52
|
extra_rdoc_files: []
|
|
53
53
|
files:
|
|
54
54
|
- README.md
|
|
55
|
-
- ROADMAP
|
|
56
55
|
- Rakefile
|
|
57
56
|
- bin/dw
|
|
58
57
|
- dev_flow.gemspec
|
data/ROADMAP
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
ROADMAP for dev_flow Development
|
|
2
|
-
==================================
|
|
3
|
-
|
|
4
|
-
% -----
|
|
5
|
-
title: dev_flow development tools
|
|
6
|
-
status: producing
|
|
7
|
-
members:
|
|
8
|
-
huangw: [Huang Wei, "huangw@pe-po.com"]
|
|
9
|
-
leader: huangw
|
|
10
|
-
year: 2013
|
|
11
|
-
% -----
|
|
12
|
-
|
|
13
|
-
[+] release_v0.3: with version number handling 03/25 @huangw:03/25
|
|
14
|
-
[+] hotfix_taginfo: put tag situation on info screen 03/25 @huangw:03/25
|
|
15
|
-
[+] release_v0.4: with cleanup closed local task branches 03/25 @huangw:03/25
|