evt-reflect 2.2.0.0 → 2.2.0.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/reflect/reflection.rb +1 -1
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 190e20c3bf980c678a03cd2e1e967e86c9ddfddf4f3cc656467d283e8c479809
4
- data.tar.gz: 7fd433556a8ec9a8fdfb06e1f38d67176ba7005c694f020ae166422f9446ad9e
3
+ metadata.gz: ada05571eb5a91ea63c63d8759d19d34db5d6241aa26cdfbdb2f48930e23650e
4
+ data.tar.gz: 2f98c007347876f5a4643cb736ec2f296958c5e7fa565b46f3827c0a6b319e0e
5
5
  SHA512:
6
- metadata.gz: 055c57a01ccd6da27871ce1a09af1589ab46895e47ef1891bff9fc5f7de098635cbe47f1b0409f5c22287dd7574fb1f1c409b62065952834d2b2c85a8675e00e
7
- data.tar.gz: d294cd78169f9d36a79a27346045582eaa4939d33dc528ce5c1616020a15fa4c805311a93c4c6598124bb317ae46fdb84667198621e83eec134dafbf4c5c3e35
6
+ metadata.gz: 3a68f06bf7be25bd2dcaabc4b74c8642805586321fbe5ce390bfdce77111e3056fdaa310d5c2a5b5c34f5a6dd1a3f604f20016d357d253b184c422c11873660d
7
+ data.tar.gz: 25c76a793b5f2f7033a3a114b936b3cf19e3dd168e6a3083dae00dc2b02b81d88c419c5ac0def7afcd2d908f689058c36617edb31e37935007a572f109d658de
@@ -24,7 +24,7 @@ module Reflect
24
24
  target = Reflect.get_constant(subject_constant, constant_name, strict: strict, ancestors: ancestors)
25
25
  return nil if target.nil?
26
26
 
27
- instance = new(subject, target, strict)
27
+ new(subject, target, strict)
28
28
  end
29
29
 
30
30
  def call(method_name, arg=nil)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evt-reflect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0.0
4
+ version: 2.2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Eventide Project
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-10 00:00:00.000000000 Z
11
+ date: 2021-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test_bench
@@ -41,7 +41,7 @@ homepage: https://github.com/eventide-project/reflect
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}
44
- post_install_message:
44
+ post_install_message:
45
45
  rdoc_options: []
46
46
  require_paths:
47
47
  - lib
@@ -56,8 +56,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 3.0.1
60
- signing_key:
59
+ rubygems_version: 3.1.2
60
+ signing_key:
61
61
  specification_version: 4
62
62
  summary: Reflection of inner namespaces used for protocol discovery
63
63
  test_files: []