Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ju Liu committed Aug 30, 2013
1 parent d67e198 commit b2ede5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wordmove (1.0.15)
wordmove (1.0.16)
activesupport
colored
i18n
Expand Down
2 changes: 1 addition & 1 deletion lib/wordmove/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Logger < ::Logger
def task(title)
prefix = "▬" * 2
title = " ✓ #{title} "
padding = "▬" * padding_length
padding = "▬" * padding_length(title)

puts "\n" + prefix + title + padding
end
Expand Down
2 changes: 1 addition & 1 deletion lib/wordmove/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Wordmove
VERSION = "1.0.15"
VERSION = "1.0.16"
end

0 comments on commit b2ede5b

Please sign in to comment.