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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c34e86a9d83c7bc1ae7bd73b8746cc1511f5845
4
- data.tar.gz: a708e7bc62ad41609a6031a11cf9e329de250598
3
+ metadata.gz: 0e5d393ac7915ed754786232ad9689df275996df
4
+ data.tar.gz: ddb6872423437afeb931be9a2d74a4d69a0439cd
5
5
  SHA512:
6
- metadata.gz: 9b846bd3be6a5159036487c9f63190856b093341e1f75f34804fa28bb37e3de70949ad3a2498715e5d6f53fef3cd5aeace0314a29e8a5d87e20230555507b77b
7
- data.tar.gz: 2a33db06934bdc3b0961f43af23194ffeed468cab9743953d5ff2cfad44f35b8a34c1490cc1af478fb5a0687c07bad2b390428f6a63dc268dcc831226a208a56
6
+ metadata.gz: bdd1f1ff39ee4ad6135ef0bf948c56a470fe67eb971cafb4e37eae2303349b90211d92b5b4abfa4c6dff502e4b45bd47d4dbab793acc71e4ba61ba52b0f4288d
7
+ data.tar.gz: 5df5ac7b2fba35fe95339806b0b16859a6fa712e3d90a260ddd7bb51250bf20634a4152d4e7b36b3c0eefd540717725ba123931b82a33d32fcb725f9f9c6c78e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.8.5
2
+
3
+ * Fix Wechat URL has escaped bug.
4
+
1
5
  == 0.8.4
2
6
 
3
7
  * Fix share to wechat title.
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module SocialShareButton
2
- VERSION = '0.8.4'
2
+ VERSION = '0.8.5'
3
3
  end
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
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-04 00:00:00.000000000 Z
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.4.8
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,