compound 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/compound/host.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 181b94c6776d1379869afc8657cc94a68ea6e4f7
4
- data.tar.gz: db7ab0591074427d8cc44d9bed95e81a41a770f2
3
+ metadata.gz: b641d32726471ec5a5df2658e236eb1f448ea0a5
4
+ data.tar.gz: 2a65fafac4ecca2c1b40da428b5633098dd19eb7
5
5
  SHA512:
6
- metadata.gz: b72e013523be28ff8760205b4365e1bbb8f000b55972fe998d14d9cae591cdf1ce5e5f7cc4521d027ac79cbb35e6e6ad11ca73da3ac4a32428fefa3a25f1bd42
7
- data.tar.gz: 7d722c7575b99f567d48a5599d642a5e794105ae346cad714842114b9d49017c7f66f7c4d7608c3484823a817d23b6a8ab99d6becc143b1bcce62a62ef22d5ea
6
+ metadata.gz: 0e99bb4818909bb03704c35674ddc7772417c8be075a990acc48a1efd42b6fbfdb1b71ba193934feaafa541194a1302815f913c71402c31bc542c4292ab04264
7
+ data.tar.gz: eb028c97acddb6e985a6eb007e1ff1da8f3755715db83bd04d38fc36f5bd4aa23d667bdc705f74970d9421dbaea761a04cb94813537348db432cdee356ff9da7
data/lib/compound/host.rb CHANGED
@@ -41,7 +41,7 @@ module Compound
41
41
  end
42
42
 
43
43
  # Pretend to also respond_to methods in the Parts as well as the Host
44
- def respond_to? sym
44
+ def respond_to? sym, *rest
45
45
  super || !!(@_compound_parts &&
46
46
  @_compound_parts.detect { |obj| obj.respond_to? sym })
47
47
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compound
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe McIlvain