onebox 1.8.72 → 1.8.73

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
  SHA256:
3
- metadata.gz: 33d3025cb9f8b3e27817b87357527810499cc595e12aa313e936f77a79b7931f
4
- data.tar.gz: 3bf36d19666b22b45ca27111fc18ea488c2aec3e52f05a7c74a94ab8a31aa973
3
+ metadata.gz: 100a8481a10a54d222368c3783d82942d525589045bef2fcf4517ff955b95716
4
+ data.tar.gz: ef18560dfedd0227386ee78378d6b50a45cd9291720dabb582c414cff6b1cb3a
5
5
  SHA512:
6
- metadata.gz: a3a8a2de0637e9e28d485ee9a819446d00ad85c612b0b387858f9edb6e563b71acdbb52a620e4cdd08be22e519efb99a91fac9f846a89ec807235af9e0dc57fa
7
- data.tar.gz: 928ba4b367508c9c7c7261c9ba275370187dd4b6436a762a9aa4fc0d06329466e0b1d10c13bf5bf2b1f8dfbedc55bc99870773d80e4a1db76809847b9ac2a2f6
6
+ metadata.gz: '08ee25a3b9a30306e1dd9fc2199c1c06b8fc1f3ff391a6b194edcea4ab0d10c602164b78768a748448a224a39b953de6c9a5adfdc6e7e7969ad55dcb3d96e31a'
7
+ data.tar.gz: f7b71a063113341aeef08a32f9158289fb30c0b3c96452f5ff967c3c45591abea8b461f96eec6a7de294f1a1b9cae9c72a477998d70a5370caf1cb5ab46d75c5
@@ -160,7 +160,7 @@ module Onebox
160
160
  end
161
161
 
162
162
  def self.https_hosts
163
- %w(slideshare.net dailymotion.com livestream.com)
163
+ %w(slideshare.net dailymotion.com livestream.com imgur.com flickr.com)
164
164
  end
165
165
 
166
166
  def self.host_matches(uri, list)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onebox
4
- VERSION = "1.8.72"
4
+ VERSION = "1.8.73"
5
5
  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.72
4
+ version: 1.8.73
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: 2019-01-07 00:00:00.000000000 Z
13
+ date: 2019-01-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json
@@ -413,8 +413,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
413
413
  - !ruby/object:Gem::Version
414
414
  version: '0'
415
415
  requirements: []
416
- rubyforge_project:
417
- rubygems_version: 2.7.6
416
+ rubygems_version: 3.0.0
418
417
  signing_key:
419
418
  specification_version: 4
420
419
  summary: A gem for generating embeddable HTML previews from URLs.