avo 2.34.3 → 2.34.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5caaa0f104872cd90bd914312e162afc27e8f5dfaf8f91f9afd66e451c7eca63
4
- data.tar.gz: b176d744efbe6873df29ddad684530a7a255985c4de16ea5f8985f81ff58ef94
3
+ metadata.gz: '08e4ef74840ab4d900083ef02cfe86a28b3ecd118abaaaf500be2dfd3c550009'
4
+ data.tar.gz: ac3678793e5381f5dfb32770783ce82deb5cc31a80711b7459d451b57ab62818
5
5
  SHA512:
6
- metadata.gz: 158353118c9119f5ee022e4c8ac6bc167bfec5f0e30dd468e0c11ec71104e1858cedff5c42315f85be2940a5dc927d4e755d7be520319fd39a25718c4d620b2e
7
- data.tar.gz: 98ab9c90ff27498ee50b1212678381c4aebb7f95fa6899115fed0aaa7f7767ca1a15b1e9c3455bbbacb681c2e7221594616140ef6140448763cdd7f05e7afcd7
6
+ metadata.gz: f75cbe0959227c1fafc7197519ee4dcfd250e1dd3f2ddcfda2b1daa751c59b76f7b9600b29719ea8aeebc11ba92ddcc2176c947a0271b21d955d8a46498074ef
7
+ data.tar.gz: 8ccd73db53f3fe23b8009caf842a11d2bc6b6e69e58aad6bb12e8f0e4c1f770d6624b224e10c28561332e3226d20dba53482bf46059baae4886369dd2ef39350
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (2.34.3)
4
+ avo (2.34.4)
5
5
  actionview (>= 6.0)
6
6
  active_link_to
7
7
  activerecord (>= 6.0)
@@ -47,7 +47,7 @@ module Avo
47
47
  private
48
48
 
49
49
  def action_params
50
- params.permit(:authenticity_token, :resource_name, :action_id, fields: {})
50
+ params.permit(:authenticity_token, :resource_name, :action_id, :button, fields: {})
51
51
  end
52
52
 
53
53
  def set_action
data/lib/avo/engine.rb CHANGED
@@ -74,7 +74,6 @@ module Avo
74
74
 
75
75
  initializer "avo.locales" do |app|
76
76
  I18n.load_path += Dir[Avo::Engine.root.join("lib", "generators", "avo", "templates", "locales", "*.{rb,yml}")]
77
- I18n.load_path += Dir[Rails.root.join("config", "locales", "*.{rb,yml}")]
78
77
  end
79
78
 
80
79
  # After deploy we want to make sure the license response is being cleared.
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "2.34.3" unless const_defined?(:VERSION)
2
+ VERSION = "2.34.4" unless const_defined?(:VERSION)
3
3
  end
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.34.3
4
+ version: 2.34.4
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: 2023-06-08 00:00:00.000000000 Z
12
+ date: 2023-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord