onebox 1.9.17 → 1.9.18
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0ff5ac781e43cd88fc0483d31eaf2055fdcdfd4ccb2d907ed18f6ad47d4f0b4
|
|
4
|
+
data.tar.gz: 4bf4df1a9a0ca82dfa799c6c12664ba0ee910e6d8379b711b9e8dced1042a723
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3587f1b1dbbaa7b37e233e50739c638523f9679d7c3e2c27e2810f90ddf90aa767484b9961e58cf413b9c215412493ee6a6eca7e3fd93af76405467ea76f59f
|
|
7
|
+
data.tar.gz: a9dcc5539fd7492bdc22ad6a01752bdca6c7c3b4e059df1d027b5bf98a0751d2ee2261b76756bb35d5ab28a28190bb2667302462fc02ff5a3f9abd6421db0442
|
data/Gemfile.lock
CHANGED
|
@@ -19,12 +19,12 @@ module Onebox
|
|
|
19
19
|
<aside class="onebox gfycat">
|
|
20
20
|
<header class="source">
|
|
21
21
|
<img src="https://gfycat.com/static/favicons/favicon-96x96.png" class="site-icon" width="64" height="64">
|
|
22
|
-
<a href="#{data[:url]}" target="_blank" rel="nofollow noopener">Gfycat.com</a>
|
|
22
|
+
<a href="#{data[:url]}" target="_blank" rel="nofollow ugc noopener">Gfycat.com</a>
|
|
23
23
|
</header>
|
|
24
24
|
<article class="onebox-body">
|
|
25
25
|
<h4>
|
|
26
26
|
#{data[:title]} by
|
|
27
|
-
<a href="https://gfycat.com/@#{data[:author]}" target="_blank" rel="nofollow noopener">
|
|
27
|
+
<a href="https://gfycat.com/@#{data[:author]}" target="_blank" rel="nofollow ugc noopener">
|
|
28
28
|
<span>#{data[:author]}</span>
|
|
29
29
|
</a>
|
|
30
30
|
</h4>
|
|
@@ -14,10 +14,10 @@ module Onebox
|
|
|
14
14
|
<aside class="onebox reddit">
|
|
15
15
|
<header class="source">
|
|
16
16
|
<img src="#{raw[:favicon]}" class="site-icon" width="16" height="16">
|
|
17
|
-
<a href="#{raw[:url]}" target="_blank" rel="nofollow noopener">#{raw[:site_name]}</a>
|
|
17
|
+
<a href="#{raw[:url]}" target="_blank" rel="nofollow ugc noopener">#{raw[:site_name]}</a>
|
|
18
18
|
</header>
|
|
19
19
|
<article class="onebox-body">
|
|
20
|
-
<h3><a href="#{raw[:url]}" target="_blank" rel="nofollow noopener">#{raw[:title]}</a></h3>
|
|
20
|
+
<h3><a href="#{raw[:url]}" target="_blank" rel="nofollow ugc noopener">#{raw[:title]}</a></h3>
|
|
21
21
|
<div class="scale-images">
|
|
22
22
|
<img src="#{raw[:image]}" class="scale-image"/>
|
|
23
23
|
</div>
|
data/lib/onebox/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onebox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.9.
|
|
4
|
+
version: 1.9.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joanna Zeta
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2019-10-
|
|
13
|
+
date: 2019-10-14 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: multi_json
|