oembed_proxy 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/oembed_proxy/version.rb +1 -1
- data/lib/providers/first_party.yml +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e901566bc9fd0715903da004839a7c44802c9f389b5e67b5acc56e611cbf978d
|
4
|
+
data.tar.gz: 6fd1ed2ce5cd3b1f4af6f952c0c9623d7f91602d3840cbe4f2c181a81ddb1441
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1fdc9982ef1b958774ca8771f1b9fe1c62e584b9539088b9226af21ef8c30a8711d4b0e9b8a2e4ca765c900e767403b8b812ad2a3116dbc29ea769563a1fee7
|
7
|
+
data.tar.gz: d3da1c175fae6470645bf76de5cbbb340124d2522ae4935ed3daa17174f918657e2b4c0fe054079f7d8f7b3388daa6d2c0e7a54ac42777932065d26748a0adbd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# oEmbed Proxy Changelog
|
2
2
|
|
3
|
+
## [`0.2.6`] (2020-12-15)
|
4
|
+
|
5
|
+
[`0.2.6`]: https://github.com/APMG/oembed_proxy/compare/v0.2.5...v0.2.6
|
6
|
+
|
7
|
+
* Add https to youtube and vimeo provider urls.
|
8
|
+
|
3
9
|
## [`0.2.5`] (2020-07-30)
|
4
10
|
|
5
11
|
[`0.2.5`]: https://github.com/APMG/oembed_proxy/compare/v0.2.4...v0.2.5
|
data/lib/oembed_proxy/version.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
youtube:
|
2
|
-
endpoint: "
|
2
|
+
endpoint: "https://www.youtube.com/oembed"
|
3
3
|
pattern_list: ["#\\Ahttps?://(?:www\\.)?youtube\\.com/watch.+#i", "#\\Ahttps?://(?:www\\.)?youtube\\.com/playlist.+#i", "#\\Ahttps?://youtu\\.be/.+#i"]
|
4
4
|
|
5
5
|
bliptv:
|
@@ -7,7 +7,7 @@ bliptv:
|
|
7
7
|
pattern_list: ["#\\Ahttps?://blip\\.tv/.+#i"]
|
8
8
|
|
9
9
|
vimeo:
|
10
|
-
endpoint: "
|
10
|
+
endpoint: "https://vimeo.com/api/oembed.json"
|
11
11
|
pattern_list: ["#\\Ahttps?://(?:www\\.)?vimeo\\.com/.+#i"]
|
12
12
|
|
13
13
|
dailymotion:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oembed_proxy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- APM Digital Products Group
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -58,8 +58,8 @@ dependencies:
|
|
58
58
|
- - "~>"
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '3.0'
|
61
|
-
description:
|
62
|
-
email:
|
61
|
+
description:
|
62
|
+
email:
|
63
63
|
executables: []
|
64
64
|
extensions: []
|
65
65
|
extra_rdoc_files: []
|
@@ -99,7 +99,7 @@ homepage: https://github.com/APMG/oembed_proxy
|
|
99
99
|
licenses:
|
100
100
|
- MIT
|
101
101
|
metadata: {}
|
102
|
-
post_install_message:
|
102
|
+
post_install_message:
|
103
103
|
rdoc_options: []
|
104
104
|
require_paths:
|
105
105
|
- lib
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
115
115
|
version: '0'
|
116
116
|
requirements: []
|
117
117
|
rubygems_version: 3.0.3
|
118
|
-
signing_key:
|
118
|
+
signing_key:
|
119
119
|
specification_version: 4
|
120
120
|
summary: Simple library to manage first party, embedly, and custom oembeds
|
121
121
|
test_files: []
|