useful_helpers 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ module UsefulHelpers
43
43
  return "" if path.nil?
44
44
  first_link = ["<a title=\"#{anchor}\" href=\"#{path}\">#{anchor}</a>"]
45
45
  content_for :breadcrumbs do
46
- raw "<div class=\"breadcrumbs\">#{(first_link+links).flatten.join(delimiter)}</div>"
46
+ raw "<div class=\"breadcrumbs\">#{(first_link+links).flatten.compact.join(delimiter)}</div>"
47
47
  end
48
48
  end
49
49
 
@@ -1,3 +1,3 @@
1
1
  module UsefulHelpers
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: useful_helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: