social_share_privacy 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/social_share_privacy.rb +1 -1
- data/lib/social_share_privacy/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96157e535b047d98ff13d56e6a03c47d38bdef42
|
4
|
+
data.tar.gz: 4c94fc270bc4a674befe84dad355c5b0d8aab810
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20aba0c25455223b38c7216ee01301795283c0c283ae5ff4564e0504a15dc20ec6f352640b13708dbb208f29c90f63f98e579781bab526ea801deaf78cddd298
|
7
|
+
data.tar.gz: 83b7df4613a1a7924bb77d4ea674b9f9f9e27ad46461946f429c9d685af73a04acb353921a2371c898078eeb3863c3ab691ef670eb57a38caeb48bdb088936e3
|
data/lib/social_share_privacy.rb
CHANGED
@@ -94,7 +94,7 @@ module SocialSharePrivacy
|
|
94
94
|
@txt_off = Proc.new { I18n.t("#{loc_s}.txt_off") }
|
95
95
|
@txt_on = Proc.new { I18n.t("#{loc_s}.txt_on") }
|
96
96
|
@display_name = Proc.new { I18n.t("#{loc_s}.display_name") }
|
97
|
-
@dummy_button = Proc.new {
|
97
|
+
@dummy_button = Proc.new { asset_path('social_share_privacy/dummy_' + self.class.name.downcase + '.png')}
|
98
98
|
end
|
99
99
|
|
100
100
|
def enabled= value
|