pageflow-embedded-video 1.2.0 → 1.3.0

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: e91150f1dcc8ffc4a403acd78126c6663eb5c7f7632d7f82eb9d48bbe928b241
4
- data.tar.gz: 1c997f03c854cf81671b1cee3d62f96c326d5e9a821b275edcf18057449363e0
3
+ metadata.gz: 6fc5d9bbb5276312660bcefbe095170d0e209bb304ca07d5f5c72ee071329f1d
4
+ data.tar.gz: 243cd85023c090fa691df3d98b3f69a22e9d61e53900b29cfb55c0e8557e8a59
5
5
  SHA512:
6
- metadata.gz: 613297bd5515974ff6fcd721433bc58db1686b8ee5132f91a8ec4ed821e4889224a312427c9dbd8a7cd1721b249f7ba0b1dc0f323b129be3ea074df5f3390d12
7
- data.tar.gz: af525addc0af9fb8a12f37dacb91a71dfffd86a9e8ba5b659a628110f87ba902b7beff3104fe5910fc6105e7b45564c3b89a8f6fd3e0e81ebe0937158aa29d7a
6
+ metadata.gz: cfc9c46b9347741f0d05e101eb892059361f3e95c574115428ab8752617f00b2f5b980a0ac6b1c8cdc0cdccc893f212f3a2ecc35654e975355a58bcf05184638
7
+ data.tar.gz: af920902d5c4be0146392eec59eaa0e683302b5301a97270c5e5c156b4e1775421f8fe8a21be067395afae768f873209463fc329b94a4c18dba331a960933d79
data/CHANGELOG.md CHANGED
@@ -1,19 +1,16 @@
1
1
  # CHANGELOG
2
2
 
3
- ### Version 1.2.0
3
+ ### Version 1.3.0
4
4
 
5
- 2018-12-10
5
+ 2019-01-21
6
6
 
7
- [Compare changes](https://github.com/codevise/pageflow-embedded-video/compare/1-1-stable...v1.2.0)
7
+ [Compare changes](https://github.com/codevise/pageflow-embedded-video/compare/1-2-stable...v1.3.0)
8
8
 
9
- - Add support for Pageflow 13
10
- ([#24](https://github.com/codevise/pageflow-embedded-video/pull/24))
11
- - Improve support for embed options
12
- ([#25](https://github.com/codevise/pageflow-embedded-video/pull/25),
13
- [#26](https://github.com/codevise/pageflow-embedded-video/pull/26))
14
- - Add support for right to left layout
15
- ([#23](https://github.com/codevise/pageflow-embedded-video/pull/23))
9
+ - Allow assigning Configuration#supported_hosts
10
+ ([#28](https://github.com/codevise/pageflow-embedded-video/pull/28))
11
+ - Fix loading of Pageflow::EmbeddedVideo::Configuration in production.
12
+ ([#27](https://github.com/codevise/pageflow-embedded-video/pull/27))
16
13
 
17
14
  See
18
- [1-1-stable branch](https://github.com/codevise/pageflow-embedded-video/blob/1-1-stable/CHANGELOG.md)
15
+ [1-2-stable branch](https://github.com/codevise/pageflow-embedded-video/blob/1-2-stable/CHANGELOG.md)
19
16
  for previous changes.
@@ -4,7 +4,7 @@ module Pageflow
4
4
 
5
5
  # White list of URL prefixes (including protocol) of embedded videos.
6
6
  # @return [Array<String>]
7
- attr_reader :supported_hosts
7
+ attr_accessor :supported_hosts
8
8
 
9
9
  def initialize
10
10
  @supported_hosts = %w[
@@ -5,7 +5,7 @@ module Pageflow
5
5
  class Engine < Rails::Engine
6
6
  isolate_namespace Pageflow::EmbeddedVideo
7
7
 
8
- config.autoload_paths << File.join(config.root, 'lib')
8
+ config.paths.add('lib', eager_load: true)
9
9
  config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.yml').to_s]
10
10
  end
11
11
  end
@@ -1,5 +1,5 @@
1
1
  module Pageflow
2
2
  module EmbeddedVideo
3
- VERSION = '1.2.0'.freeze
3
+ VERSION = '1.3.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pageflow-embedded-video
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codevise Solutions Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-10 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pageflow
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  version: '0'
155
155
  requirements: []
156
156
  rubyforge_project:
157
- rubygems_version: 2.7.5
157
+ rubygems_version: 2.7.8
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Pagetype for embedded youtube/vimeo videos