effective_storage 0.5.2 → 0.5.4
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 +4 -4
- data/lib/effective_storage/version.rb +1 -1
- metadata +2 -17
- data/app/views/admin/storage/index.html.haml +0 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d2d644c62023218665420f2bcbe6a5ff9b6cf5e876af8fe669523d9457fce36
|
|
4
|
+
data.tar.gz: 9ebb47e84188e58504b162fb40d4b09ddf5062d53fe1a11d47103ab74aa9b033
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 475889b7b73b290d52b2e26b7a29aca09161e570c465101022e4bef27aaad59d80b99d3b52a2a7b4202ca77f83fbd53d2d6c6deb4f1b5fe4a86752900682da9a
|
|
7
|
+
data.tar.gz: 9acbef3216303b98526423d73ee87f2bd776f8a365cb7767b2d18abeab6479f14efd4ccc7316d186d0657aa43e9b75ec19c45dd60d58be4143a457c360be7327
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -122,20 +122,6 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
- !ruby/object:Gem::Dependency
|
|
126
|
-
name: psych
|
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
|
128
|
-
requirements:
|
|
129
|
-
- - ">="
|
|
130
|
-
- !ruby/object:Gem::Version
|
|
131
|
-
version: '0'
|
|
132
|
-
type: :development
|
|
133
|
-
prerelease: false
|
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
-
requirements:
|
|
136
|
-
- - ">="
|
|
137
|
-
- !ruby/object:Gem::Version
|
|
138
|
-
version: '0'
|
|
139
125
|
- !ruby/object:Gem::Dependency
|
|
140
126
|
name: wicked
|
|
141
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -197,7 +183,6 @@ files:
|
|
|
197
183
|
- app/models/effective/active_storage_extension.rb
|
|
198
184
|
- app/models/effective/unauthorized_storage_exception.rb
|
|
199
185
|
- app/views/admin/storage/_datatable_actions.html.haml
|
|
200
|
-
- app/views/admin/storage/index.html.haml
|
|
201
186
|
- config/effective_storage.rb
|
|
202
187
|
- config/routes.rb
|
|
203
188
|
- db/migrate/01_create_effective_storage.rb.erb
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
%h1.effective-admin-heading= @page_title
|
|
2
|
-
|
|
3
|
-
= collapse('Show legend') do
|
|
4
|
-
%ul
|
|
5
|
-
%li Inherited - If the resource is public, anyone may access the file without signing in. If the resource has restricted access, only signed in users who can access the resource are able to access the file. This is the default permission.
|
|
6
|
-
%li Public - Anyone may access the file without signing in, regardless of the resource's access restrictions.
|
|
7
|
-
|
|
8
|
-
= render_datatable @datatable
|