phlexi-display 0.0.11 → 0.0.12

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: c12d923a2e642ef14acd5a2355825e841cf6367f459e58ccb7e1d26c4596f854
4
- data.tar.gz: 5b0955c72f326250f2157b3181368cf99c7e87e7ef7d51428d7add82faf0b032
3
+ metadata.gz: 9cc2138a8bf8bd6c708a0aeb31ee67337fb3072d710f8088d921e5931555819b
4
+ data.tar.gz: c393d047980249d7cdb38ad4ea1e091953ebfd36454edf1e6f9eaa46ac19f9bb
5
5
  SHA512:
6
- metadata.gz: 6cbdb62dbbb809fda40678629b32cba8d3ea0441eaf889a53f20d4752d5845c57a9804ed07b687b3440c8a7a1d6ca8897177f2eae1e08b7f45c908996ba32d15
7
- data.tar.gz: e3df39ac2fe9d1420aa8bc5bc27cc6cbd66d7ce8e067e1e1b9bf573773a4387a6de2439d6b664a8783ae34a5fae74a681f60e9eb20869d7b415b48bd1dffb652
6
+ metadata.gz: '09b3fcaf087d4c727bf88520dc3e52a8b36e8ca5c6f9dd89021644211982cd55c89a358fad254af8dd33ba9029c5dee3799b8bcd442d1132dff06bf9071a5ea5'
7
+ data.tar.gz: c80747782f3f622446797d6edb2e1dd2c91e7db3bba848749a7af60e83634554ea72c6414f539dbc509038907c5198682c71b0a69ea1d831b5f57abb2fac384b
@@ -15,8 +15,8 @@ module Phlexi
15
15
  protected
16
16
 
17
17
  def build_attributes
18
+ @formatter = attributes.delete(:formatter)
18
19
  super
19
- @formatter = attributes[:formatter]
20
20
  end
21
21
 
22
22
  def maybe_format_value(value)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Phlexi
4
4
  module Display
5
- VERSION = "0.0.11"
5
+ VERSION = "0.0.12"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phlexi-display
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Froelich