onebox 1.8.28 → 1.8.29

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
  SHA1:
3
- metadata.gz: f3b06747361df6311e25e403c106292537b5499f
4
- data.tar.gz: c7fa7b328a6d65c1cd354a5d2e1fbbf3c7d71e41
3
+ metadata.gz: a6fef52dd6a33066eed4038dd629a3b129aa34d7
4
+ data.tar.gz: 9cee02f8cef9f2efc258f9f5fa18bc31a8672430
5
5
  SHA512:
6
- metadata.gz: cbf3cc825463f1c8f8a06797fb97697d2b3994f86bbb595b33fa50f7d4bd56f4d815f010eeaa605c8ea2981e28ec1fba280601003e638d1db78604f0d3aba324
7
- data.tar.gz: 3f4dd5f712b602a54ca6f2bf3d5387bff3040cb6e95c1a1b11f7c235f933195a1247bdecf4b28280e1a0f909a5213ad5b9c0fbdaacccbbf2946f505e648fa8f0
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
@@ -1,3 +1,3 @@
1
1
  module Onebox
2
- VERSION = "1.8.28"
2
+ VERSION = "1.8.29"
3
3
  end
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.28
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-11-27 00:00:00.000000000 Z
13
+ date: 2017-12-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json