trusty-rad-social-extension 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDgxOTAyMjc4NzFmOTYzYWY1NjI1YmUyMGFiOGJhNzMwMzI3ODAwNw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDdkZTcwNmU3NmQ1NGU1NTE5Y2Q0MGU3NmY1YTU5ZmMzMzYxMWM0ZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OGQ0MWMxN2Q3OTY2OWVjODQ0NTVjNjM0NDlhYjY4MDFlNGRiMTE3Y2I4ZjU2
|
10
|
+
Zjc0NDBmZmI1NWRlODQ1ZGIzNTlmNDZjZmVkMjQ3OWUwNmI5NzZkNDg5MDE4
|
11
|
+
ODEwYzgxYWY2MjhkOTBmZjAwNDA4N2JiMmQ3YjAwMDkwMjJjMWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Y2JjOTJiMGI4NDVjZTM0M2Q0OGYzMjQ3ZTBhNDNhMmQzOWRlNzYyODQ1MDBh
|
14
|
+
ZDFjZjRmMzZlNjQwN2RiZDU3MzdlZWQ4YjFjOTAwZDg4N2IxYjFjOWRhMTU1
|
15
|
+
M2ZiYjJkMDY1ZTQxZmQ3ODViZWZlNWUwYzhiNDMzNzRjZmUwN2U=
|
@@ -10,16 +10,16 @@
|
|
10
10
|
.rad-widget
|
11
11
|
.rad-icon
|
12
12
|
%a{:class => "rad-popup-window rad-facebook", :href => "https://www.facebook.com/sharer/sharer.php?u=#{CGI::escape(url)}", :target=> "_blank"}
|
13
|
-
%img{:src => "
|
13
|
+
%img{:src => image_path("rad_social/facebook.png"), :alt => "Facebook", :title => "Share to Facebook", :height => "26", :width => "26"}
|
14
14
|
.rad-icon
|
15
15
|
%a{:class => "rad-popup-window rad-twitter", :href => "https://twitter.com/intent/tweet?text=#{CGI::escape(message + " " + url)}"}
|
16
|
-
%img{:src => "
|
16
|
+
%img{:src => image_path("rad_social/twitter.png"), :alt => "Twitter", :title => "Share to Twitter", :height => "26", :width => "26"}
|
17
17
|
.rad-icon
|
18
18
|
%a{:class => "rad-popup-window rad-email", :href => rad_social_mail_form_url(:email_subject => email_subject, :email_message => email_message, :email_action_url => email_action_url)}
|
19
|
-
%img{:src => "
|
19
|
+
%img{:src => image_path("rad_social/email.png"), :alt => "Email a Friend", :title => "Email a Friend", :height => "26", :width => "26"}
|
20
20
|
.rad-icon
|
21
21
|
%a{:class => "rad-popup-window rad-gplus", :href => "https://plus.google.com/share?url=#{CGI::escape(url)}"}
|
22
|
-
%img{:src => "
|
22
|
+
%img{:src => image_path("rad_social/googleplus.png"), :alt => "Google+", :title => "Share to Google+", :height => "26", :width => "26"}
|
23
23
|
|
24
24
|
|
25
25
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trusty-rad-social-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Sipple
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: recaptcha
|