administrate-field-active_storage 0.4.0 → 0.4.1

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: 325bb9d01b865e2f1040d323dadadfdba96ef0a1dd2931392f24943012491764
4
- data.tar.gz: fd8cdf3df0ba4638eea1125bb557878646cc40979c41a1522487c0af162fa052
3
+ metadata.gz: 4530bec86495276cdc8910d7c8bbc611f1488800ba46b5e0cf2f0152583cb194
4
+ data.tar.gz: 431d6c5bbaafcd16240f8605668bd6a4699a3a9403d08f7917ae381a066c50b6
5
5
  SHA512:
6
- metadata.gz: 0fa9781cf805f7e80bf482c27ad0cf88180f014bc88a8234c6aa219855bd6d7d745b45783b2128c4482be9785cac0884b00e2e2bb401b1a158707cf6fbfded1f
7
- data.tar.gz: 4dfc6fe7861abd65ff323effba94baf3485a00c43d0889e8efc6d68a3540d8a93509c762c7dd3dce94c6320b15badf2afc9b842d41cb29ec574f3c34ee9a0280
6
+ metadata.gz: eb7bafb6b702ed9f61a93782489edb1d40490a2a049f6e6adc7a102abf1e1e48c3b3fe5059f54d18d28e93c55b430c9ec8b1392066269582b0a9617355cec70c
7
+ data.tar.gz: 1c654299bb0dffbe1522feaf70e81d498fab7eb46e1c2171adbb633e0a903d04dc241f6b81fbd356328fde2a325e74e9d4f352c1922a30de120ad003bd1a003c
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "administrate-field-active_storage"
5
- gem.version = "0.4.0"
5
+ gem.version = "0.4.1"
6
6
  gem.authors = ["Hamad AlGhanim"]
7
7
  gem.email = ["hamadyalghanim@gmail.com"]
8
8
  gem.homepage = "https://github.com/Dreamersoul/administrate-field-active_storage"
@@ -15,7 +15,7 @@
15
15
  poster: field.preview(attachment, resize_to_limit: size),
16
16
  controls: true,
17
17
  autobuffer: true,
18
- id: "as-field-video-#{attachment.id}") %>
18
+ class: "as-field-video") %>
19
19
  <% else %>
20
20
  <%= video_tag(field.url(attachment), controls: true, autobuffer: true, class: "as-field-video") %>
21
21
  <% end %>
@@ -1 +1 @@
1
- ruby-3.0.0
1
+ 3.0.3
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- administrate-field-active_storage (0.3.8)
4
+ administrate-field-active_storage (0.4.0)
5
5
  administrate (>= 0.2.2)
6
- rails (>= 6.0)
6
+ rails (>= 7.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -135,8 +135,6 @@ GEM
135
135
  racc (~> 1.4)
136
136
  nokogiri (1.13.3-x86_64-linux)
137
137
  racc (~> 1.4)
138
- nokogiri (1.12.5-x86_64-linux)
139
- racc (~> 1.4)
140
138
  public_suffix (4.0.6)
141
139
  puma (5.6.2)
142
140
  nio4r (~> 2.0)
@@ -217,6 +215,7 @@ GEM
217
215
 
218
216
  PLATFORMS
219
217
  x86_64-darwin-20
218
+ x86_64-darwin-21
220
219
  x86_64-linux
221
220
 
222
221
  DEPENDENCIES
@@ -2,3 +2,4 @@
2
2
  //= link_directory ../stylesheets .css
3
3
  //= link administrate/application.css
4
4
  //= link administrate/application.js
5
+ //= link administrate-field-active_storage/application.css
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: administrate-field-active_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hamad AlGhanim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-25 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate