social-share-button 0.8.4 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/javascripts/social-share-button.coffee +1 -1
- data/lib/social_share_button/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e5d393ac7915ed754786232ad9689df275996df
|
4
|
+
data.tar.gz: ddb6872423437afeb931be9a2d74a4d69a0439cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdd1f1ff39ee4ad6135ef0bf948c56a470fe67eb971cafb4e37eae2303349b90211d92b5b4abfa4c6dff502e4b45bd47d4dbab793acc71e4ba61ba52b0f4288d
|
7
|
+
data.tar.gz: 5df5ac7b2fba35fe95339806b0b16859a6fa712e3d90a260ddd7bb51250bf20634a4152d4e7b36b3c0eefd540717725ba123931b82a33d32fcb725f9f9c6c78e
|
data/CHANGELOG.md
CHANGED
@@ -55,7 +55,7 @@ window.SocialShareButton =
|
|
55
55
|
when "wechat"
|
56
56
|
throw new Error("You should require social-share-button/wechat to your application.js") unless window.SocialShareWeChatButton
|
57
57
|
window.SocialShareWeChatButton.qrcode
|
58
|
-
url: url
|
58
|
+
url: decodeURIComponent(url)
|
59
59
|
header: $(el).attr('title')
|
60
60
|
footer: $(el).data('wechat-footer')
|
61
61
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social-share-button
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Lee
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
115
|
version: '0'
|
116
116
|
requirements: []
|
117
117
|
rubyforge_project:
|
118
|
-
rubygems_version: 2.
|
118
|
+
rubygems_version: 2.5.2
|
119
119
|
signing_key:
|
120
120
|
specification_version: 4
|
121
121
|
summary: Helper for add social share feature in your Rails app. Twitter, Facebook,
|