dev_flow 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 your branch by set progress to 99."
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"
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
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
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