social-share-button-srules 0.1.0 → 0.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/CHANGELOG.md +3 -197
- data/lib/{social-share-button.rb → social-share-button-srules.rb} +1 -1
- data/lib/social_share_button/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51415dc3ad170f4212d78c629262e6bf9813fc86a636ef173d3da1ce23c57c0f
|
4
|
+
data.tar.gz: 2f7f1c323a22db255d647aa072c2d616bde9a5da17de2c948939a40d13085939
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd0bc263f7793759bbfdd22175c060cf912e288bf3c8c222c3da23344ec985499d03668c3ef0b8af886538dc9e55f5ba7a9e86ec2d23ae80a72aa1d53b022eef
|
7
|
+
data.tar.gz: 237ff871ce09ccccabc5d49d0e7da5a3ac6b3a5717bba270aa7fdedc2725815cbabdc108e7eac4f7c44227e4aa38c73817e7a0b4579a4c5054d677645479b180
|
data/CHANGELOG.md
CHANGED
@@ -1,204 +1,10 @@
|
|
1
|
-
1.2.0
|
2
|
-
-----
|
3
|
-
|
4
|
-
- Adds social share on WhatsApp (#170)
|
5
|
-
|
6
|
-
1.1.0
|
7
|
-
-----
|
8
|
-
|
9
|
-
- Add German locales (#152)
|
10
|
-
- Add Spanish (Castellano) locales (#154)
|
11
|
-
- Added Ukrainian and Russian locales (#151)
|
12
|
-
|
13
|
-
1.0.0
|
14
|
-
-----
|
15
|
-
|
16
|
-
- Fix Facebook by use quote in url rather than description (#143)
|
17
|
-
|
18
|
-
0.10.0
|
19
|
-
------
|
20
|
-
|
21
|
-
* Add [Odnoklassniki](https://ok.ru). (#121)
|
22
|
-
|
23
|
-
0.9.0
|
24
|
-
-----
|
25
|
-
|
26
|
-
* Add Telegram supoort. (#126)
|
27
|
-
* Updated reddit icon to use SVG path instead of icon. (#117)
|
28
|
-
* Fix del.icio.us URL (#127)
|
29
|
-
|
30
|
-
0.8.8
|
31
|
-
-----
|
32
|
-
|
33
|
-
* Remove sass-rails dependency. (#115)
|
34
|
-
|
35
|
-
0.8.7
|
36
|
-
-----
|
37
|
-
|
38
|
-
* Fix Facebook share title & description (#61)
|
39
|
-
|
40
|
-
0.8.6
|
41
|
-
-----
|
42
|
-
|
43
|
-
* Allow hashtags param for Twitter (#110)
|
44
|
-
* Fix Facebook Share (#108)
|
45
|
-
|
46
|
-
0.8.5
|
47
|
-
-----
|
48
|
-
|
49
|
-
* Fix Wechat URL has escaped bug.
|
50
|
-
|
51
|
-
0.8.4
|
52
|
-
-----
|
53
|
-
|
54
|
-
* Fix share to wechat title.
|
55
|
-
* Fix default I18n files as Rails Engine way, now you do not need copy them in to you config/locales (You can delete them).
|
56
|
-
|
57
|
-
0.8.2
|
58
|
-
-----
|
59
|
-
|
60
|
-
* Add google analytics code to track share button click events. (#106)
|
61
|
-
|
62
|
-
0.8.1
|
63
|
-
-----
|
64
|
-
|
65
|
-
* Fix wechat typo. (#103)
|
66
|
-
|
67
|
-
0.8.0
|
68
|
-
-----
|
69
|
-
|
70
|
-
* Add support for Hacker News (#99)
|
71
|
-
|
72
|
-
0.7.0
|
73
|
-
-----
|
74
|
-
|
75
|
-
* Add support for Reddit (#98)
|
76
|
-
* Use ActiveSupport.on_load looks to inject behavior into ActionView::Base (#82)
|
77
|
-
|
78
|
-
0.6.0
|
79
|
-
-----
|
80
|
-
|
81
|
-
* Add support for xing social network (#95)
|
82
|
-
|
83
|
-
0.5.0
|
84
|
-
-----
|
85
|
-
|
86
|
-
* Fix QRCode WeChat typo error.
|
87
|
-
|
88
|
-
0.4.0
|
89
|
-
-----
|
90
|
-
|
91
|
-
* QRCode for WeChat share.
|
92
|
-
|
93
|
-
0.3.4
|
94
|
-
-----
|
95
|
-
|
96
|
-
* Add linkedin summary parameter (#89)
|
97
|
-
|
98
|
-
0.3.1
|
99
|
-
-----
|
100
|
-
|
101
|
-
* New SVG icon, new style.
|
102
|
-
* Removed `tqq renren kaixin001 baidu plurk` support.
|
103
|
-
* Share with popup window.
|
104
|
-
* Add Weixin (WeChat).
|
105
|
-
|
106
|
-
0.2.1
|
107
|
-
-----
|
108
|
-
|
109
|
-
* Allow for override of allowed sites in helper.
|
110
|
-
|
111
|
-
0.2.0
|
112
|
-
-----
|
113
|
-
|
114
|
-
* Added social share with LinkedIn feature.
|
115
|
-
|
116
|
-
0.1.10
|
117
|
-
-----
|
118
|
-
|
119
|
-
* Add `email` share
|
120
|
-
|
121
|
-
0.1.9
|
122
|
-
-----
|
123
|
-
|
124
|
-
* Add `data-via` to allow `{ via: "MyTwitter" }`
|
125
|
-
* Add the special title for the corresponding social network by `{ 'data-twitter-title' => 'TheTitleForTwitter'}`
|
126
|
-
|
127
|
-
0.1.8
|
128
|
-
-----
|
129
|
-
|
130
|
-
* Allow you custom appKey.
|
131
|
-
|
132
|
-
0.1.7
|
133
|
-
-----
|
134
|
-
|
135
|
-
* Add desc support;
|
136
|
-
|
137
|
-
0.1.5
|
138
|
-
-----
|
139
|
-
|
140
|
-
* Add Tumblr;
|
141
|
-
|
142
|
-
0.1.4
|
143
|
-
-----
|
144
|
-
|
145
|
-
* Add Plurk support;
|
146
|
-
* Fix Renren share link;
|
147
|
-
|
148
|
-
0.1.3
|
149
|
-
-----
|
150
|
-
|
151
|
-
* Support Rails 4;
|
152
|
-
|
153
|
-
0.1.2
|
154
|
-
-----
|
155
|
-
|
156
|
-
* Add tumblr.
|
157
|
-
|
158
1
|
0.1.1
|
159
2
|
-----
|
160
3
|
|
161
|
-
*
|
162
|
-
* Use new version of Weibo, Douban share URL to speed up page open.
|
4
|
+
* Fixes namespacing
|
163
5
|
|
164
6
|
0.1.0
|
165
7
|
-----
|
166
8
|
|
167
|
-
*
|
168
|
-
|
169
|
-
0.0.9
|
170
|
-
-----
|
171
|
-
|
172
|
-
* Allow to give :url option to custom url.
|
173
|
-
|
174
|
-
0.0.8
|
175
|
-
-----
|
176
|
-
|
177
|
-
* Add Google Bookmark;
|
178
|
-
* Improve Google+ icon.
|
179
|
-
|
180
|
-
0.0.7
|
181
|
-
-----
|
182
|
-
|
183
|
-
* Douban, TQQ add image support.
|
184
|
-
|
185
|
-
0.0.6
|
186
|
-
-----
|
187
|
-
|
188
|
-
* Transparent icon fix
|
189
|
-
|
190
|
-
0.0.5
|
191
|
-
-----
|
192
|
-
|
193
|
-
* Transparent icon
|
194
|
-
* More site added (Renren,TQQ, Google+, Baidu, Kaixin001)
|
195
|
-
|
196
|
-
0.0.4
|
197
|
-
-----
|
198
|
-
|
199
|
-
* Add image support for Weibo share.
|
200
|
-
|
201
|
-
0.0.3
|
202
|
-
-----
|
203
|
-
|
204
|
-
* Facebook, Twitter, Weibo, Douban, QQZone 分享功能;
|
9
|
+
* Base from 'social-share-button' gem
|
10
|
+
* Adds enhancements for reddit
|
@@ -2,7 +2,7 @@ require "social_share_button/version"
|
|
2
2
|
require "social_share_button/config"
|
3
3
|
require "social_share_button/helper"
|
4
4
|
|
5
|
-
I18n.load_path += Dir.glob( File.dirname(__FILE__) + "lib/locales/*.{rb,yml}" )
|
5
|
+
I18n.load_path += Dir.glob( File.dirname(__FILE__) + "lib/locales/*.{rb,yml}" )
|
6
6
|
|
7
7
|
module SocialShareButton
|
8
8
|
module Rails
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social-share-button-srules
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicholas Schiavi
|
@@ -84,7 +84,7 @@ files:
|
|
84
84
|
- config/locales/social_share_button.zh-TW.yml
|
85
85
|
- lib/generators/social_share_button/install_generator.rb
|
86
86
|
- lib/generators/social_share_button/templates/config/initializers/social_share_button.rb
|
87
|
-
- lib/social-share-button.rb
|
87
|
+
- lib/social-share-button-srules.rb
|
88
88
|
- lib/social_share_button/config.rb
|
89
89
|
- lib/social_share_button/engine.rb
|
90
90
|
- lib/social_share_button/helper.rb
|