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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dac2854903415efcfa614ba740e8a45da3af8e12
4
- data.tar.gz: a938148148013c52530f4be26ff2f5171641b0e6
3
+ metadata.gz: 39833428c4bd480c7bf4d86876dd423cdccdc47f
4
+ data.tar.gz: cad0ca845b7d89cfdcc0efa804b1ba0cf493ac08
5
5
  SHA512:
6
- metadata.gz: 60cf505181102f8c2eab3b98f506e7bdc45f87f98c94abdecb55abe792892d9e8771ca223d7e6fb177960af78ea6e6678915fdde64abdb5c0f22759ce71a8c93
7
- data.tar.gz: c21b270725a08db4adea9d4575aed4d8f6b8f19608b3763640ba3ef235fa93401340a7c5b0c2dabc3de65abd80d5dc54b7157a524411f1a2cfdb10e9e370224f
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
- def link_to(*args, &block)
5
- args.unshift capture(&block) if block_given?
6
- LinkTo.render(self, *args)
7
- end
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?
@@ -1,5 +1,5 @@
1
1
  module Bard
2
2
  module Static
3
- VERSION = "2.1.0"
3
+ VERSION = "2.1.1"
4
4
  end
5
5
  end
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.0
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-06-13 00:00:00.000000000 Z
15
+ date: 2014-07-11 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: Handcrafted prototypes for Rails.
18
18
  email: