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.
File without changes
File without changes
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
@@ -1,3 +1,3 @@
1
1
  module DevFlow
2
- VERSION = '0.5.2'
2
+ VERSION = '0.5.3'
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.2
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-24 00:00:00.000000000 Z
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.25
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.