administrate-field-active_storage 0.4.0 → 0.4.2

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: 325bb9d01b865e2f1040d323dadadfdba96ef0a1dd2931392f24943012491764
4
- data.tar.gz: fd8cdf3df0ba4638eea1125bb557878646cc40979c41a1522487c0af162fa052
3
+ metadata.gz: b216ef6f5e8add7117a1a87c123f758d16ddf52c21b21b0329bcc043d539711b
4
+ data.tar.gz: 7d2f42980784e3d71049c5c8b61aba5266359d75eb84e7a1af259cd6aad21ba7
5
5
  SHA512:
6
- metadata.gz: 0fa9781cf805f7e80bf482c27ad0cf88180f014bc88a8234c6aa219855bd6d7d745b45783b2128c4482be9785cac0884b00e2e2bb401b1a158707cf6fbfded1f
7
- data.tar.gz: 4dfc6fe7861abd65ff323effba94baf3485a00c43d0889e8efc6d68a3540d8a93509c762c7dd3dce94c6320b15badf2afc9b842d41cb29ec574f3c34ee9a0280
6
+ metadata.gz: 5e4deeb1a273062242a96501699b1a3eb5b9b0c0f012ae1b9cd9eba8569546111dfb36915b5a637a52e28d077855c51c3b495d8a0ae70db7d854550259eb0183
7
+ data.tar.gz: f4c70a3630aea8a6bc52a6caacafae7e769b1ce25629054486c8c2ce800e3d85be0a2f41dc6f3171187e58a670489d8b2dc7824794ea905a8738a4fb92e42d49
@@ -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.2"
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 %>
@@ -0,0 +1,10 @@
1
+ ---
2
+ de:
3
+ administrate:
4
+ fields:
5
+ active_storage:
6
+ add: Hinzufügen
7
+ attachment: Anhang
8
+ no_attachment: Kein Anhang
9
+ remove: Entfernen
10
+ replace: Ersetzen
@@ -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.1)
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,10 +135,8 @@ 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
- puma (5.6.2)
139
+ puma (5.6.4)
142
140
  nio4r (~> 2.0)
143
141
  racc (1.6.0)
144
142
  rack (2.2.3)
@@ -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.2
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: 2023-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: administrate
@@ -90,6 +90,7 @@ files:
90
90
  - app/views/fields/active_storage/_preview.html.erb
91
91
  - app/views/fields/active_storage/_show.html.erb
92
92
  - config/i18n-tasks.yml
93
+ - config/locales/administrate-field-active_storage.de.yml
93
94
  - config/locales/administrate-field-active_storage.en.yml
94
95
  - config/locales/administrate-field-active_storage.ru.yml
95
96
  - contribute.md