woody-decorators 11.3.1 → 11.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aaa45781543c6ac7952653ed82b664b5ea0497ed
4
- data.tar.gz: 9e45fb97a407d33adf916b8f0b1a791e137c3e38
3
+ metadata.gz: 6d52a5ca6fa528d963fa4d963478206035219bdd
4
+ data.tar.gz: 5905c9a365e922e300249a80cf04bbe86ed54d69
5
5
  SHA512:
6
- metadata.gz: e931cec281618ad3128717d9e5e2ae462563dc831ceb260c366b15ce827e6fe18ae85e39ae8b47fc148479c1cbdbfa009503d9dc09b665bc0159ebd5b53c390e
7
- data.tar.gz: 5452f9a134727207e1e7e22a090cc0e55e132d01946ad7db957bde03b9e589cd3d5b4db795e95127ad3d753cb7d2480a00da58a34295a78e8e7e51190500888c
6
+ metadata.gz: 3864284ac633d41f7cbcb5df30b2d6af9bd6993f52d8fddca9f8dca3517f899cc7c2aab4a300eeb44cac59c9ef54e16ad6513348f65e2391c32a32d27d933539
7
+ data.tar.gz: a6442910fa3902dacc901c673f159c976a273ca421404aafb3ca5490bde4497296f6853f61f16a9a2df360cab7b80700cb2e7f3c372272dda7bed84957c751f6
@@ -1,5 +1,5 @@
1
1
  module Woody
2
2
  module Decorators
3
- VERSION = '11.3.1'.freeze
3
+ VERSION = '11.4.0'.freeze
4
4
  end
5
5
  end
@@ -25,7 +25,10 @@ module Woody
25
25
  end
26
26
 
27
27
  def brand
28
- @brand ||= Wes::Data::API::Brand.find(:id, brief.brand_id)
28
+ @brand ||= Woody::Decorators::Brand.new(
29
+ Wes::Data::API::Brand.find(:id, brief.brand_id),
30
+ @config
31
+ )
29
32
  end
30
33
 
31
34
  def brief
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woody-decorators
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.3.1
4
+ version: 11.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''