onebox 1.8.28 → 1.8.29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/onebox/engine/standard_embed.rb +1 -0
- data/lib/onebox/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6fef52dd6a33066eed4038dd629a3b129aa34d7
|
4
|
+
data.tar.gz: 9cee02f8cef9f2efc258f9f5fa18bc31a8672430
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7ef1dc0733c083e19935d3df6a6f9e12659e13aaacf09d93a797f47f1468f678ddde8d2b73aebf2cef279f7e0371731e595290499e9b62f32f96d2c8f0084a6
|
7
|
+
data.tar.gz: 13f22185d7acc5ef106a37ad601f2fbe364e794eabb35af22cf47559ecb738366268427d02c5e1e97cbb3e12f3137d1381a8f877cd5e2f81a391a2ce8487cbe0
|
@@ -22,6 +22,7 @@ module Onebox
|
|
22
22
|
|
23
23
|
# Some oembed providers (like meetup.com) don't provide links to themselves
|
24
24
|
add_oembed_provider(/www\.meetup\.com\//, 'http://api.meetup.com/oembed')
|
25
|
+
add_oembed_provider(/www\.mixcloud\.com\//, 'https://www.mixcloud.com/oembed/')
|
25
26
|
# In order to support Private Videos
|
26
27
|
add_oembed_provider(/vimeo\.com\//, 'https://vimeo.com/api/oembed.json')
|
27
28
|
# NYT requires login so use oembed only
|
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.8.
|
4
|
+
version: 1.8.29
|
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: 2017-
|
13
|
+
date: 2017-12-05 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: multi_json
|