Skip to content

Commit

Permalink
version number fixed, small space
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjon committed Mar 18, 2013
1 parent 63fedc0 commit 315abbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.9.2
4 changes: 2 additions & 2 deletions lib/truncate_html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
require File.join(File.dirname(__FILE__), 'app', 'helpers', 'truncate_html_helper')

TruncateHtml.configure do |config|
config.length = 100
config.omission = '...'
config.length = 100
config.omission = '...'
config.word_boundary = /\S/
end

Expand Down

0 comments on commit 315abbd

Please sign in to comment.