view_component_reflex 3.3.14 → 3.3.15

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: 6a75a8301629627371f3bf6e3b29b8d71dfb390030aa2da3d07895e3c4b8cb6c
4
- data.tar.gz: b893a78ec0167b1e67b4a028b816114cce099232b0fc20761675cdb885e611bf
3
+ metadata.gz: fbdb0c548ac99d17f7f374cbfdcc6cab153261dd17ca523c5efe35d9a83de997
4
+ data.tar.gz: 1f28b2518774b015b15a51de621a0386af87ab5611879b05deae794edba15be7
5
5
  SHA512:
6
- metadata.gz: 7b6e1bb7975e7e1a97aae420ac3b179adaf410d123aac06c070b94b98e9345d265d83a89848fb50f14d1f65e66a23b06981e95ac0adf8f35bab86fbfcebea390
7
- data.tar.gz: 9a47ab602fa6ca508d56426fdaeeab407ed281bf240e2293694e616f165de151b48fb9634840acea6169eb9cb9b23a0a9d4f9d28841849acfa65c68cbd0e8aff
6
+ metadata.gz: 3ddbf559fa51e0d6e071332a91904867c1e8fc729328f978fcfbbc8c0e4d81b41f4c8c22d88af48a9cd8dfc3eca3f6c95682fa2efab3bf7428549a2e2b370bf5
7
+ data.tar.gz: d28ee104774a8638e8402d36176cd6fdd39268916a03933eec0f6773cefa934f80e99f5625afbc2a6e15f29dfe966ba3bdd9a307c55f9900ea91cf8a78aaa212
@@ -39,7 +39,7 @@ module ViewComponentReflex
39
39
  # class.
40
40
  # This replaces the old method_missing implementation, and passes more strict validation of recent SR versions
41
41
  def build_reflex_instance
42
- reflex_methods = @component.instance_methods - ViewComponentReflex::Component.instance_methods - [:call, :"_call_#{@component.name.underscore}"]
42
+ reflex_methods = @component.public_instance_methods - ViewComponentReflex::Component.instance_methods - [:call, :"_call_#{@component.name.underscore}"]
43
43
  component_allocate = @component.allocate
44
44
  Class.new(@component.reflex_base_class).tap do |klass|
45
45
  klass.instance_variable_set(:@__method_parameters, {})
@@ -1,3 +1,3 @@
1
1
  module ViewComponentReflex
2
- VERSION = '3.3.14'
2
+ VERSION = '3.3.15'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_component_reflex
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.14
4
+ version: 3.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua LeBlanc