xeroizer-float 2.15.3.2 → 2.15.3.3

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.15.3.2
1
+ 2.15.3.3
@@ -25,7 +25,7 @@ module Xeroizer
25
25
  when :decimal then BigDecimal.new(element.text)
26
26
  when :date then Date.parse(element.text)
27
27
  when :datetime then Time.parse(element.text)
28
- when :datetime_utc then ActiveSupport::TimeZone['UTC'].parse(element.text).utc
28
+ when :datetime_utc then ActiveSupport::TimeZone['UTC'].parse(element.text).utc.round(3)
29
29
  when :belongs_to
30
30
  model_name = field[:model_name] ? field[:model_name].to_sym : element.name.to_sym
31
31
  Xeroizer::Record.const_get(model_name).build_from_node(element, parent)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xeroizer-float
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.15.3.2
4
+ version: 2.15.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: