lexxy 0.1.14.beta → 0.1.15.beta

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.
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  <figure class="attachment attachment--preview attachment--video">
2
- <video controls<%= " width=\"#{remote_video.width}\"" if remote_video.width %><%= " height=\"#{remote_video.height}\"" if remote_video.height %>>
3
- <source src="<%= remote_video.url %>" type="<%= remote_video.content_type %>">
4
- </video>
2
+ <%= tag.video controls: true, width: remote_video.width, height: remote_video.height do %>
3
+ <%= tag.source src: remote_video.url, type: remote_video.content_type %>
4
+ <% end %>
5
5
  <% if caption = remote_video.try(:caption) %>
6
6
  <figcaption class="attachment__caption">
7
7
  <%= caption %>
data/lib/lexxy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lexxy
2
- VERSION = "0.1.14.beta"
2
+ VERSION = "0.1.15.beta"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lexxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14.beta
4
+ version: 0.1.15.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Manrubia
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-11-01 00:00:00.000000000 Z
10
+ date: 2025-11-04 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rails