trusty-rad-social-extension 2.2.2 → 2.2.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0935ed1de257129690aa0e0f8798a1ca70de31b
|
4
|
+
data.tar.gz: 8260beb1f16497faff6e5950d64ecbf406c27bbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2c3c05e401eac439045d87d68e11013a9edcae63bb6f5a55c20c37e38534309e31c72afa9c2838b3b0dab161f9b8a55af1ff55066c097eedb38e1ba8264fe2f
|
7
|
+
data.tar.gz: 57e4227f0f30483d3b94a8c29ccba499627e1b09659160cfbf58724ee818dc14c3e4f6e1ee6e62fc78cafcce1fed23bcf940506c5ca18194af1e840c72dd2181
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
trusty-rad-social-extension (2.2.
|
4
|
+
trusty-rad-social-extension (2.2.3)
|
5
5
|
recaptcha (~> 0.3.6)
|
6
6
|
roadie-rails (~> 1.0.6)
|
7
7
|
trusty-cms (~> 2.0.0)
|
@@ -10,7 +10,7 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
RedCloth (4.
|
13
|
+
RedCloth (4.3.1)
|
14
14
|
actionmailer (4.2.6)
|
15
15
|
actionpack (= 4.2.6)
|
16
16
|
actionview (= 4.2.6)
|
@@ -51,7 +51,7 @@ GEM
|
|
51
51
|
addressable (2.4.0)
|
52
52
|
arel (6.0.3)
|
53
53
|
builder (3.2.2)
|
54
|
-
byebug (
|
54
|
+
byebug (9.0.3)
|
55
55
|
capybara (2.3.0)
|
56
56
|
mime-types (>= 1.16)
|
57
57
|
nokogiri (>= 1.3.3)
|
@@ -124,7 +124,7 @@ GEM
|
|
124
124
|
json (1.8.3)
|
125
125
|
launchy (2.4.3)
|
126
126
|
addressable (~> 2.3)
|
127
|
-
libv8 (3.16.14.
|
127
|
+
libv8 (3.16.14.15)
|
128
128
|
loofah (2.0.3)
|
129
129
|
nokogiri (>= 1.5.9)
|
130
130
|
mail (2.6.4)
|
@@ -134,9 +134,9 @@ GEM
|
|
134
134
|
mime-types-data (~> 3.2015)
|
135
135
|
mime-types-data (3.2016.0221)
|
136
136
|
mini_portile2 (2.0.0)
|
137
|
-
minitest (5.
|
138
|
-
multi_json (1.
|
139
|
-
mysql2 (0.4.
|
137
|
+
minitest (5.9.0)
|
138
|
+
multi_json (1.12.1)
|
139
|
+
mysql2 (0.4.4)
|
140
140
|
nokogiri (1.6.7.2)
|
141
141
|
mini_portile2 (~> 2.0.0.rc2)
|
142
142
|
orm_adapter (0.5.0)
|
@@ -151,8 +151,8 @@ GEM
|
|
151
151
|
coderay (~> 1.1.0)
|
152
152
|
method_source (~> 0.8.1)
|
153
153
|
slop (~> 3.4)
|
154
|
-
pry-byebug (3.
|
155
|
-
byebug (~>
|
154
|
+
pry-byebug (3.4.0)
|
155
|
+
byebug (~> 9.0)
|
156
156
|
pry (~> 0.10)
|
157
157
|
rack (1.6.4)
|
158
158
|
rack-cache (1.6.1)
|
@@ -216,9 +216,9 @@ GEM
|
|
216
216
|
rspec-mocks (~> 3.0.0)
|
217
217
|
rspec-support (~> 3.0.0)
|
218
218
|
rspec-support (3.0.4)
|
219
|
-
ruby_parser (3.8.
|
219
|
+
ruby_parser (3.8.2)
|
220
220
|
sexp_processor (~> 4.1)
|
221
|
-
sass (3.4.
|
221
|
+
sass (3.4.22)
|
222
222
|
sass-rails (5.0.4)
|
223
223
|
railties (>= 4.0.0, < 5.0)
|
224
224
|
sass (~> 3.1)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
= stylesheet_link_tag('rad_social/rad_screen')
|
2
|
-
= javascript_include_tag("
|
2
|
+
= javascript_include_tag("https://www.google.com/recaptcha/api/js/recaptcha_ajax.js")
|
3
3
|
= javascript_include_tag("lib/rad_social/rad_email")
|
4
4
|
|
5
5
|
.rad-dialog-titlebar
|
@@ -41,4 +41,4 @@
|
|
41
41
|
.loader
|
42
42
|
|
43
43
|
#rad-confirmation.hidden
|
44
|
-
Your message has been sent.
|
44
|
+
Your message has been sent.
|
@@ -11,14 +11,8 @@
|
|
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
13
|
.rad-icon
|
14
|
-
%a{:class => "rad-popup-window rad-twitter", :href => "https://twitter.com/intent/tweet?text=#{CGI::escape(message + " " + url)}"}
|
15
|
-
|
14
|
+
%a{:class => "rad-popup-window rad-twitter", :href => "https://twitter.com/intent/tweet?text=#{CGI::escape(message + " " + url)}", :target=> "_blank"}
|
16
15
|
.rad-icon
|
17
16
|
%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)}
|
18
|
-
|
19
17
|
.rad-icon
|
20
|
-
%a{:class => "rad-popup-window rad-gplus", :href => "https://plus.google.com/share?url=#{CGI::escape(url)}"}
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
18
|
+
%a{:class => "rad-popup-window rad-gplus", :href => "https://plus.google.com/share?url=#{CGI::escape(url)}", :target=> "_blank"}
|
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: 2.2.
|
4
|
+
version: 2.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Sipple, Brittany Martin, Danielle Greaves
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: recaptcha
|