bard-static 2.1.0 → 2.1.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.
- checksums.yaml +4 -4
- data/app/helpers/bard/static/link_to_helper.rb +5 -4
- data/lib/bard/static/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39833428c4bd480c7bf4d86876dd423cdccdc47f
|
|
4
|
+
data.tar.gz: cad0ca845b7d89cfdcc0efa804b1ba0cf493ac08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d612062377824ab72bf5baae6cc339eea4884419addd189a10ea8740aee42de5e1dcaa6f94b0da368ad72ac153fca3fbefbe6e739815982478996dcdb1394fb2
|
|
7
|
+
data.tar.gz: cb1bf2e1f4404a9177e2483918bf81dc7a22bb28815175f956cccc322e43a206269891188e762c51f1e4e3895ec600d967f39986c15662449df5c491f07918bb
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
module Bard
|
|
2
2
|
module Static
|
|
3
3
|
module LinkToHelper
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
# Don't enable by default, because its a performance regression. :(
|
|
5
|
+
# def link_to(*args, &block)
|
|
6
|
+
# args.unshift capture(&block) if block_given?
|
|
7
|
+
# LinkTo.render(self, *args)
|
|
8
|
+
# end
|
|
8
9
|
|
|
9
10
|
def link_to_current(*args, &block)
|
|
10
11
|
args.unshift capture(&block) if block_given?
|
data/lib/bard/static/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bard-static
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Micah Geisel
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2014-
|
|
15
|
+
date: 2014-07-11 00:00:00.000000000 Z
|
|
16
16
|
dependencies: []
|
|
17
17
|
description: Handcrafted prototypes for Rails.
|
|
18
18
|
email:
|