administrate-field-active_storage 0.4.1 → 0.4.2

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: 4530bec86495276cdc8910d7c8bbc611f1488800ba46b5e0cf2f0152583cb194
4
- data.tar.gz: 431d6c5bbaafcd16240f8605668bd6a4699a3a9403d08f7917ae381a066c50b6
3
+ metadata.gz: b216ef6f5e8add7117a1a87c123f758d16ddf52c21b21b0329bcc043d539711b
4
+ data.tar.gz: 7d2f42980784e3d71049c5c8b61aba5266359d75eb84e7a1af259cd6aad21ba7
5
5
  SHA512:
6
- metadata.gz: eb7bafb6b702ed9f61a93782489edb1d40490a2a049f6e6adc7a102abf1e1e48c3b3fe5059f54d18d28e93c55b430c9ec8b1392066269582b0a9617355cec70c
7
- data.tar.gz: 1c654299bb0dffbe1522feaf70e81d498fab7eb46e1c2171adbb633e0a903d04dc241f6b81fbd356328fde2a325e74e9d4f352c1922a30de120ad003bd1a003c
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.1"
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"
@@ -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,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- administrate-field-active_storage (0.4.0)
4
+ administrate-field-active_storage (0.4.1)
5
5
  administrate (>= 0.2.2)
6
6
  rails (>= 7.0)
7
7
 
@@ -136,7 +136,7 @@ GEM
136
136
  nokogiri (1.13.3-x86_64-linux)
137
137
  racc (~> 1.4)
138
138
  public_suffix (4.0.6)
139
- puma (5.6.2)
139
+ puma (5.6.4)
140
140
  nio4r (~> 2.0)
141
141
  racc (1.6.0)
142
142
  rack (2.2.3)
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.1
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-31 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