bard_static 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ module BardStatic
9
9
  args.unshift capture(&block) if block_given?
10
10
  LinkToCurrent.render(self, *args) do |link|
11
11
  link.current_path = request.fullpath
12
- end.render
12
+ end
13
13
  end
14
14
 
15
15
  def link_to_nav(*args, &block)
@@ -1,3 +1,3 @@
1
1
  module BardStatic
2
- VERSION = "1.5.0"
2
+ VERSION = "1.5.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard_static
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 0
10
- version: 1.5.0
9
+ - 1
10
+ version: 1.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Micah Geisel