onebox 1.8.43 → 1.8.44

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: ab6d822ff9a5c357e658ab11a537e514dba47118480ea81376a5005099e7d420
4
- data.tar.gz: 1050cbd743997007a39efa4be6262df691b587e24d9e8d2fe3841689e804257f
3
+ metadata.gz: 9d2b5e17b1a6e76b1bd2b72d3d733937d0713e0cfc7a890a3adaa1d234366385
4
+ data.tar.gz: 4cf472dd747a524f109c59a12d2913b59623e42a6eabf9186929a11a1903ad93
5
5
  SHA512:
6
- metadata.gz: ba4b4e815f643934ba11a35e90ecda36dc2800f6b0acaace94bd6582eda484c0f9bea3efac645c75366b80a838125614c3403df9b98503e9a09d817f02c7dd18
7
- data.tar.gz: 65023e3bd3876f9f722a0098c8f91c5342091116f26e8cbad9b7c1d21c262dcc2f18bf4975969ed7195d3cd9e6da04a4f7644fabc17bb6f8848983b6baea17c2
6
+ metadata.gz: f481558b6e0dc7d8a8d6facc181d0666c37021a9b07f7cc8ebb63882a58b8965a717d7e83923318418ebb5503157a2df40b10df7a1f4392c88fc3953674118ce
7
+ data.tar.gz: 1b1afaed34e2d31b992785726237b1202e8addf2559ae4dabfae1c4a9691416b931f4c7cb3e4095a0ec8cb1453067a8ac50522d8de329833c9e5411487b75a61
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onebox
4
- VERSION = "1.8.43"
4
+ VERSION = "1.8.44"
5
5
  end
@@ -1,13 +1,13 @@
1
1
  <h3><a href="{{link}}" target="_blank">{{title}}</a></h3>
2
2
 
3
3
  {{#video_secure_url}}
4
- <p><span class="instagram-images"><video class="instagram-image" width="{{video_width}}" height="{{video_height}}" controls loop>
4
+ <p><div class="instagram-images"><video class="instagram-image" width="{{video_width}}" height="{{video_height}}" controls loop>
5
5
  <source src="{{video_secure_url}}" type='video/mp4'>
6
- </video></span></p>
6
+ </video></div></p>
7
7
  {{/video_secure_url}}
8
8
 
9
9
  {{^video_secure_url}}
10
- {{#image}}<p><span class="instagram-images"><img class="instagram-image" src="{{image}}"/></span></p>{{/image}}
10
+ {{#image}}<p><div class="instagram-images"><img class="instagram-image" src="{{image}}"/></div></p>{{/image}}
11
11
  {{/video_secure_url}}
12
12
 
13
- <p><span class="instagram-description">{{description}}</span></p>
13
+ <p><div class="instagram-description">{{description}}</div></p>
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.43
4
+ version: 1.8.44
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: 2018-03-19 00:00:00.000000000 Z
13
+ date: 2018-03-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json