promethee 4.0.4 → 4.0.5

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: 76e663e139d3bd43329b381a2e2c384ebf937dd2624262b13a4809f1ebcc04d4
4
- data.tar.gz: adff91940f67347c2aa416294622fac027cccd7060faa6a7d604e4f50909f0ae
3
+ metadata.gz: aee292787c9fb819639133973f47327e8b027f2012c3ec3c41c8331f4eda6536
4
+ data.tar.gz: f3694c0a26e2d1293281f1369537c2d1eba7d8660323cb43e8bad203c9aa8613
5
5
  SHA512:
6
- metadata.gz: 5c51fb79481fdcdf3ef1995e31974e2fdf531e1a2e6b71f87d21c810afd6a76182a9594d8d05641256fbdfaabdd230e0be5943c5bd8ffe3f278ada386c9841bb
7
- data.tar.gz: d4f0b1d78c0ddbca24a2aec07481af7b9cdb0e4add0f0eca57bcfbb6dbc2b5f38df876f05d32b47daab490937e1e1a337c01798aa4bda60d4affebc802b9128b
6
+ metadata.gz: dc9cdb546c60bdef1a41af56d966f57ee341efe17d9087841ec16299687807cc55a5bffdead66f47847e3cf35ec7009d3055d1742921451c15bfd8e4670b0ae6
7
+ data.tar.gz: 6d701c37a3fb81e6592f681e62ef37d5c1dd1eb21e097c9dbcf88a7db477fd2c53b622f6b8591c860cbeadaf77fb98d7d5e1d1391267c4968b50c9eaeefb4168
@@ -11,7 +11,7 @@ when 'video'
11
11
  iframe_src = "https://player.vimeo.com/video/#{video_id}?color=ffffff&title=0&byline=0&portrait=0"
12
12
  elsif 'youtube'.in? url
13
13
  video_id = url.split('watch?v=').last
14
- iframe_src = "http://www.youtube.com/embed/#{video_id}"
14
+ iframe_src = "https://www.youtube.com/embed/#{video_id}"
15
15
  else
16
16
  iframe_src = url
17
17
  end
@@ -11,7 +11,7 @@ when 'video'
11
11
  iframe_src = "https://player.vimeo.com/video/#{video_id}?color=ffffff&title=0&byline=0&portrait=0"
12
12
  elsif 'youtube'.in? url
13
13
  video_id = url.split('watch?v=').last
14
- iframe_src = "http://www.youtube.com/embed/#{video_id}"
14
+ iframe_src = "https://www.youtube.com/embed/#{video_id}"
15
15
  else
16
16
  iframe_src = url
17
17
  end
@@ -1,5 +1,5 @@
1
1
  module Promethee
2
2
  module Rails
3
- VERSION = '4.0.4'
3
+ VERSION = '4.0.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: promethee
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.4
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Gaya
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2019-12-03 00:00:00.000000000 Z
17
+ date: 2019-12-05 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: rails