social_linker 0.3.1 → 0.3.2

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: 225497bfdb95c86ee81611426cf1f6a9fa2df7d1
4
- data.tar.gz: ccd6669031947161cb984e6f75395d211346cd74
3
+ metadata.gz: bc6408f41a1e641492c433391e3687782d8c83a3
4
+ data.tar.gz: 10b8337604d14c7716bed6da38e90f93b95321d5
5
5
  SHA512:
6
- metadata.gz: 13c93737103b51862520cd92be7f2ce3cdbafc10f1ee788055de1a54cafe0a9e1c799ff3abb424715684c8b4b004d8814db0c6eaa794990dee320c3d253814db
7
- data.tar.gz: d2c334fc96b5fb32782fa6ddce9d192f344135d2651e8f0e4d6558913af3ed9eb418ff9cdfaf083c656ce38d9a09d0389335c041da66a8d52cff7bcbb9c0f0d3
6
+ metadata.gz: 294fea83d81de21684cb4478ee356640a818f3ccfd254224fcb216795c1d7a368612bf4b6972da67abfdd45768c45fd90924078d504ff81f64a4d741e29475f2
7
+ data.tar.gz: b77e1978ba14e382a55ac4955a2d776e388da49501cc6fa4b6e181bc727460b888d9380bd323bf4d2f7583cb58fdf48738eeed5233c53928f752ea4c86bc99a5
@@ -34,7 +34,7 @@ module ViewHelpers
34
34
 
35
35
  if subject.url
36
36
  header_html << meta_tag("og:url", subject.canonical_url)
37
- header_html << "<link rel=\"canonical\" content=\"#{erb_sanitized(subject.canonical_url)}\" />"
37
+ header_html << "<link rel=\"canonical\" href=\"#{erb_sanitized(subject.canonical_url)}\" />"
38
38
  end
39
39
 
40
40
  header_html << meta_tag("keywords", subject.tags.join(" "))
@@ -1,3 +1,3 @@
1
1
  module SocialLinker
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_linker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - murb