Skip to content

Commit

Permalink
Patching as per PR on main project
Browse files Browse the repository at this point in the history
[See this](bootstrap-ruby#51)
  • Loading branch information
Richard Luck committed Dec 29, 2017
1 parent 50eca72 commit 405f1e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bootstrap_pagination/bootstrap_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module BootstrapRenderer
def to_html
list_items = pagination.map do |item|
case item
when Integer
when 0.class
page_number(item)
else
send(item)
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap_pagination/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BootstrapPagination
VERSION = "1.0.2"
VERSION = "1.0.3"
end

0 comments on commit 405f1e5

Please sign in to comment.