avo-rhino_field 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module Avo
9
9
  ActiveSupport.on_load(:avo_boot) do
10
10
  Avo.plugin_manager.register :rhino
11
11
 
12
- Avo.plugin_manager.register_field :rhino, Avo::Fields::RhinoField
12
+ Avo.plugin_manager.register_field :rhino, Avo::RhinoField::Fields::RhinoField
13
13
 
14
14
  Avo.asset_manager.add_stylesheet "avo-rhino_field"
15
15
  Avo.asset_manager.add_javascript "avo-rhino_field"
@@ -1,5 +1,5 @@
1
1
  module Avo
2
2
  module RhinoField
3
- VERSION = "0.0.11" unless const_defined?(:VERSION)
3
+ VERSION = "0.0.12" unless const_defined?(:VERSION)
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo-rhino_field
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-15 00:00:00.000000000 Z
11
+ date: 2024-11-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: rhino field for Avo.
14
14
  email: adrian@adrianthedev.com
@@ -35,7 +35,7 @@ files:
35
35
  homepage: https://avohq.io
36
36
  licenses: []
37
37
  metadata: {}
38
- post_install_message:
38
+ post_install_message:
39
39
  rdoc_options: []
40
40
  require_paths:
41
41
  - lib
@@ -50,8 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.4.10
54
- signing_key:
53
+ rubygems_version: 3.5.22
54
+ signing_key:
55
55
  specification_version: 4
56
56
  summary: rhino field for Avo.
57
57
  test_files: []