avo 2.17.0 → 2.17.1.pre.2.customauthorizationclients
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +29 -3
- data/app/controllers/avo/application_controller.rb +9 -17
- data/app/controllers/avo/associations_controller.rb +11 -0
- data/config/i18n-tasks.yml +159 -0
- data/config/master.key +1 -0
- data/lib/avo/configuration.rb +2 -0
- data/lib/avo/services/authorization_clients/pundit_client.rb +51 -0
- data/lib/avo/services/authorization_service.rb +46 -51
- data/lib/avo/version.rb +1 -1
- data/lib/avo.rb +4 -0
- data/lib/generators/avo/templates/initializer/avo.tt +1 -0
- data/lib/generators/avo/templates/locales/avo.en.yml +107 -106
- data/lib/generators/avo/templates/locales/avo.fr.yml +107 -107
- data/lib/generators/avo/templates/locales/avo.nb.yml +111 -110
- data/lib/generators/avo/templates/locales/avo.nn.yml +111 -110
- data/lib/generators/avo/templates/locales/avo.pt-BR.yml +109 -84
- data/lib/generators/avo/templates/locales/avo.ro.yml +109 -81
- data/lib/generators/avo/templates/locales/avo.tr.yml +107 -107
- metadata +7 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: avo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.17.
|
4
|
+
version: 2.17.1.pre.2.customauthorizationclients
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrian Marin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2022-10-
|
12
|
+
date: 2022-10-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -1741,7 +1741,9 @@ files:
|
|
1741
1741
|
- config/brakeman.ignore
|
1742
1742
|
- config/cable.yml
|
1743
1743
|
- config/credentials.yml.enc
|
1744
|
+
- config/i18n-tasks.yml
|
1744
1745
|
- config/initializers/pagy.rb
|
1746
|
+
- config/master.key
|
1745
1747
|
- config/routes.rb
|
1746
1748
|
- config/spring.rb
|
1747
1749
|
- db/factories.rb
|
@@ -1860,6 +1862,7 @@ files:
|
|
1860
1862
|
- lib/avo/resources/controls/execution_context.rb
|
1861
1863
|
- lib/avo/resources/controls/items_holder.rb
|
1862
1864
|
- lib/avo/resources/controls/link_to.rb
|
1865
|
+
- lib/avo/services/authorization_clients/pundit_client.rb
|
1863
1866
|
- lib/avo/services/authorization_service.rb
|
1864
1867
|
- lib/avo/services/encryption_service.rb
|
1865
1868
|
- lib/avo/services/uri_service.rb
|
@@ -1978,9 +1981,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1978
1981
|
version: 2.4.0
|
1979
1982
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1980
1983
|
requirements:
|
1981
|
-
- - "
|
1984
|
+
- - ">"
|
1982
1985
|
- !ruby/object:Gem::Version
|
1983
|
-
version:
|
1986
|
+
version: 1.3.1
|
1984
1987
|
requirements: []
|
1985
1988
|
rubygems_version: 3.3.3
|
1986
1989
|
signing_key:
|