hypo 0.8.4 → 0.8.5

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
  SHA1:
3
- metadata.gz: fd560fba4f09760c2f3ee4bf31f4b1f5402d3b01
4
- data.tar.gz: 933cdf609ead65b7e544d0d95e53ce9c6f7bd36c
3
+ metadata.gz: 61529acd6c0aeb0a50262343bb688744f99cca63
4
+ data.tar.gz: 2748838e9f51a5e70cb40bf344f38e117f607e38
5
5
  SHA512:
6
- metadata.gz: 707c9606de4cf20ab52b3dda040186efea9accefa83d519b1c1702582f6f27f2b7667cc913310b92fadac5e87dcf272068f40ebf8aebe55a73330e3619f9f14c
7
- data.tar.gz: a7c6965b37b398284c19afbbf9fd0ce37dc914d52555a6e357d5d2eaa1bceb04295b5868a1ff119df1556887a050eb362f70e2f03be9187447954d0bd418bb6a
6
+ metadata.gz: e72939c09a42e8891d8e66cd0615b35ce0bf46084a3a571b69dd39cb2e6b610d439b160557d5e40b2d2a99a60f7153f9a3abfb6dfe2bf16c2c2ad0271c8adbfc
7
+ data.tar.gz: 396d04654c549d0868705652e8ab3ab9148538829f9817db88297826a05995bdeb5807591863544f1e7299c78f79f0b9c43e32ba521789bfe31a2ccfb44e9e0d
@@ -49,7 +49,7 @@ module Hypo
49
49
  end
50
50
 
51
51
  def resolve(name)
52
- if %w(attrs attributes).include? name
52
+ if [:attrs, :attributes].include? name
53
53
  {}
54
54
  else
55
55
  unless @components.key?(name)
@@ -1,3 +1,3 @@
1
1
  module Hypo
2
- VERSION = '0.8.4'
2
+ VERSION = '0.8.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hypo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Kalinkin