Skip to content

Commit

Permalink
Merge pull request #2 from joshtate04/namespacing
Browse files Browse the repository at this point in the history
Fixed bug where piping to grep caused the terminal colour to become g…
  • Loading branch information
Josh Tate committed Aug 8, 2015
2 parents 76334b7 + 6e93676 commit 5d71052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/colorized_routes/route.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def display widths
print " | ".light_white
print "#{@prefix.ljust(widths[:prefix])}".yellow
print " | ".light_white
print "#{@action}\n".light_green
print "#{@action}".light_green
puts ""
end

def self.max_widths routes, existing_widths = nil
Expand Down
2 changes: 1 addition & 1 deletion lib/colorized_routes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ColorizedRoutes
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit 5d71052

Please sign in to comment.