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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63a465716cc2126538c5af5070e4cbc3b2bbae9ae0d5fbb5356e6755d8b900b8
4
- data.tar.gz: 9400774dd8bbf9b86ebdb6d2a614252654b797d3fa13598da4a605876fa87ec5
3
+ metadata.gz: e901566bc9fd0715903da004839a7c44802c9f389b5e67b5acc56e611cbf978d
4
+ data.tar.gz: 6fd1ed2ce5cd3b1f4af6f952c0c9623d7f91602d3840cbe4f2c181a81ddb1441
5
5
  SHA512:
6
- metadata.gz: 100fe909ed6583855dd26cceef3930569332793fdd00f9afd789e3cbd0a8ae451949724bc844d23e70848f8c9ff526631be1d4ef72edb52b5ce1551a2380ca3b
7
- data.tar.gz: c7cb4ac5db8ca61535b685442340b03c61ac5eb80752e0979db68265cd8eb1ac5175709e6fa1fd2f5c6f66156fc43707c74fd43a8b42437d719da697fbad287d
6
+ metadata.gz: d1fdc9982ef1b958774ca8771f1b9fe1c62e584b9539088b9226af21ef8c30a8711d4b0e9b8a2e4ca765c900e767403b8b812ad2a3116dbc29ea769563a1fee7
7
+ data.tar.gz: d3da1c175fae6470645bf76de5cbbb340124d2522ae4935ed3daa17174f918657e2b4c0fe054079f7d8f7b3388daa6d2c0e7a54ac42777932065d26748a0adbd
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OembedProxy
4
- VERSION = '0.2.5'
4
+ VERSION = '0.2.6'
5
5
  end
@@ -1,5 +1,5 @@
1
1
  youtube:
2
- endpoint: "http://www.youtube.com/oembed"
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: "http://vimeo.com/api/oembed.json"
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.5
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-07-31 00:00:00.000000000 Z
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: []