woody-decorators 2.4.0 → 2.4.1

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: 8d499afbff4875f238250c8f981864fec1b17b03
4
- data.tar.gz: fa5cab1524a50ec3b0a5172c027d6e02a309d24a
3
+ metadata.gz: d5ba837248243b84256adc7d8ebb722514e762aa
4
+ data.tar.gz: 35ae895665ec6f1599648e682346e717f25f495b
5
5
  SHA512:
6
- metadata.gz: 5637df021cd0a991672b62558f8ce774d272ba6995306d367b654ebc038c581b3adb835bc17371cab4badfdbd7b27f5e7eda88ae33f861b900e4d3d05d2293a7
7
- data.tar.gz: b9c20c7153c7aa8d8384a0933f8026cfb99b3a7059e5cd01f0c87a4d625385303bcc156c2b2b48734f679073353f2533aefc6d8c89ecdd7a6d3a27c1de62b474
6
+ metadata.gz: 61458a1d1cb1ba8ac550ad8b343f54342541ee023ed528a8a08d3d88d3d14579d9dd435e53425e29f7e2f75bcda3e114d4960148a86e7953818f60bdce9198a2
7
+ data.tar.gz: 4f30f50ceba87ac4ebca72c330c3be3ba05669d34cb347645c1ff4f1ef541f82791d585ae8225447751779892220179c4a3f29cf38d87f489549e8e9bdc5bd0f
@@ -18,8 +18,8 @@ module Woody
18
18
 
19
19
  def aspect_ratio
20
20
  @aspect_ratio ||= Helper::AspectRatio.new(
21
- @model.height,
22
- @model.width
21
+ @model.current_version.height,
22
+ @model.current_version.width
23
23
  ).class_name
24
24
  end
25
25
 
@@ -1,5 +1,5 @@
1
1
  module Woody
2
2
  module Decorators
3
- VERSION = "2.4.0".freeze
3
+ VERSION = "2.4.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woody-decorators
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-24 00:00:00.000000000 Z
11
+ date: 2016-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler