types 0.4.3 → 0.4.4

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: 6e335bb59eee3f88c55549626aa4011a45dd37eab7942dee8ccbdf70e0fe5e7f
4
- data.tar.gz: 357d9dee79c38053f3f9809cd342ff6bae2529d7b7e1cbe5a6fe17f5e8fd7cbb
3
+ metadata.gz: 3785361ab678825d8075ef606e44f2e7515df0037e2c18e13f930709e64a3393
4
+ data.tar.gz: c2ac107637b28611d61a29fca64b7a17b7828b4095501cb9bbd2b638aa57e0ca
5
5
  SHA512:
6
- metadata.gz: 34065d6677004658191ede53a58ebd334c483841868c3f9b8abd1f176d8909fef1ed3c9cf67a4e29b44afa52a333fed63fc6ad8272dfc3078032fa6d810f1002
7
- data.tar.gz: dee2f82b5dac9a2a31ad311f532f22c360d7dcf46c98c542048fd65451ade32007f6203c19371d7047cd3f3878778f032c07a5d6857a65b887d06b56c11dc934
6
+ metadata.gz: 641614eeb0a0a270a7f29523f7ca733c2fd7bf6a2df2bae494b61d6e9449785b51d29a6fac0c40496682c19abc33865e94c775b9e08707303f5641c7280ef43d
7
+ data.tar.gz: faf5130f17a8ec44295157497d20e24df6aa6db5cf7ca193550d53ff0314074e706d2908a79f377e3895ec740a9772abfd7191a151776d4b2278808519c30bc0
checksums.yaml.gz.sig CHANGED
Binary file
@@ -18,7 +18,7 @@ module Types
18
18
  # type.valid?(obj) # => true if obj responds to :foo and :bar
19
19
  # ```
20
20
  class Interface
21
- extend Generic
21
+ include Generic
22
22
 
23
23
  # @parameter methods [Array(Symbol)] The required method names.
24
24
  def initialize(methods)
data/lib/types/version.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2022-2025, by Samuel Williams.
5
5
 
6
6
  module Types
7
- VERSION = "0.4.3"
7
+ VERSION = "0.4.4"
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: types
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file