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.
File without changes
File without changes
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', 'clean' => 'cleanup', 's' => 'switch'}
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
@@ -1,5 +1,5 @@
1
1
  module DevFlow
2
- class Cleanup < App
2
+ class Clean < App
3
3
 
4
4
  def process!
5
5
  completed_branches = Array.new
File without changes
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
data/tags CHANGED
File without changes
File without changes
File without changes
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.0
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-18 00:00:00.000000000 Z
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.24
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.