oembed_proxy 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: dce3a35ae294f0038a42c0ac8fa78a42d0810789
4
- data.tar.gz: 2c35584063b4311a23bd0f0cd0879215d94d5920
3
+ metadata.gz: 84b9a104af3fdcd78a7d3a5616116f9652babe63
4
+ data.tar.gz: 1047be1dabd5bf66bd758be30396e84bf543818f
5
5
  SHA512:
6
- metadata.gz: 3a6237bb8137a38938d6efea1275860011464c643726cd7e39118d774f430ce6ddb252cf2cba41ee645159b664b98a41b5964cfc0665f72cbf39ae379d785088
7
- data.tar.gz: 7040ee255130612f9fecb5da7f5075d5efb3579f13c952bd2c3dba88475e8422574a9c4e9bc6c67f01445c523195805483779d6224349c6fedd89754b48d4233
6
+ metadata.gz: 85be08ee2c07513f72043cac1b5ab9ce9a83cae7f427c8c87adaed9525817e478e674db5a33ac38b7f8a0bc972c0507565a46712d29427ac95d548da24da2f93
7
+ data.tar.gz: 4826577ea2ae1fbb8ef993f298e63d332be4fc8a4f9c2684e82629c2df0ef40f49da406ea146b83688b31e43792020987e20162039d4f9b8e9e3f9024368a5e4
data/CHANGELOG.md CHANGED
@@ -1,8 +1,14 @@
1
1
  # oEmbed Proxy Changelog
2
2
 
3
+ ## [`0.1.3`] (2018-04-24)
4
+
5
+ [`0.1.3`]: https://github.com/APMG/oembed_proxy/compare/v0.1.2...v0.1.3
6
+
7
+ * Add another regex pattern to the embedly list to allow for quizzes
8
+
3
9
  ## [`0.1.2`] (2018-03-29)
4
10
 
5
- [`0.1.2`]: https://github.com/APMG/oembed_proxy/compare/v0.1.0...v0.1.2
11
+ [`0.1.2`]: https://github.com/APMG/oembed_proxy/compare/v0.1.1...v0.1.2
6
12
 
7
13
  * Add support for Radio Public by adding it to the embed.ly providers list.
8
14
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OembedProxy
4
- VERSION = '0.1.2'
4
+ VERSION = '0.1.3'
5
5
  end
@@ -646,3 +646,4 @@
646
646
  #\Ahttp://video\.foxbusiness\.com/v/.*#i
647
647
  #\Ahttp://bcove.me/.*#i
648
648
  #\Ahttps://play\.radiopublic\.com/.*#i
649
+ #\Ahttps://www.qzzr.com/c/quiz/.*#i
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.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Johnston
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2018-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler