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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4530bec86495276cdc8910d7c8bbc611f1488800ba46b5e0cf2f0152583cb194
|
|
4
|
+
data.tar.gz: 431d6c5bbaafcd16240f8605668bd6a4699a3a9403d08f7917ae381a066c50b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
|
|
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 %>
|
data/test_app/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3.0.3
|
data/test_app/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
administrate-field-active_storage (0.
|
|
4
|
+
administrate-field-active_storage (0.4.0)
|
|
5
5
|
administrate (>= 0.2.2)
|
|
6
|
-
rails (>=
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2022-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: administrate
|