material 0.2.15 → 0.2.16

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: 2f4be636de356fd34dceabbf0458c7c3c2aeb7a21717961338c518c52329d325
4
- data.tar.gz: '095c94ce7302630c9be6c66610158f159d47eda4e2a9e2835d129c15c69fd4bc'
3
+ metadata.gz: 3e4394abb4ab137cd58102334c5bd9e5a0d067b3cf45d30467fa588cf90922d6
4
+ data.tar.gz: 1db64dea462b744474e883a6071c632ce405000798e9713cfb745e520d7940d1
5
5
  SHA512:
6
- metadata.gz: 5f47d73587b4e35b76087ce9a5e323e9d887f6c8fda0781eb6c520e0fbd2cf61e75583c603f43b76d222eec7c2183412f6fac5e3fb623bbbefe0a12a5493c014
7
- data.tar.gz: 7ddfea17ae9a7a7114b8fec596e2928b3042d55e492494844c473b0b0e2ce609b0bbbaa3a11932b354ec3d2c16a87e4a00d18c90c73111ea2a2a976be9bad69c
6
+ metadata.gz: caa5726c80b86d614122a5f896f4a9b4c9c2fc745f3ccd336a2f6ab5cb7fc53f0d7b311eb533d48b54ee608a7a2afb8747f84564db970c0c33af50a967280388
7
+ data.tar.gz: cb533f75d92664e658b783b6a3a88b4c06f8ada690e269b9fff7d2a15505a9c183a2a5b4dfb2ce33ac51045b2216190266d6f505c349eaf21d3499fd73c10245
@@ -33,7 +33,7 @@ module Material
33
33
  end
34
34
 
35
35
  def attribute_types
36
- attribute_names.each_with_object({}) { |attribute, hash| hash[attribute] = type_for_attribute(attribute) }
36
+ attribute_names.each_with_object({}) { |attribute, hash| hash[attribute] = type_for_attribute(attribute).type }
37
37
  end
38
38
 
39
39
  def formatted_attributes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Material
4
- VERSION = "0.2.15"
4
+ VERSION = "0.2.16"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside