deltavista_crif_dva_interface 0.0.13 → 0.0.14

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.
@@ -1,3 +1,3 @@
1
1
  module DeltavistaCrifDvaInterface
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -11,7 +11,7 @@ module DeltavistaCrifDvaInterface
11
11
 
12
12
  def to_string(value)
13
13
  if value.is_a? Time
14
- return value.to_s
14
+ return value.strftime("%Y%m%d")
15
15
  else
16
16
  return value.to_s.strip
17
17
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: deltavista_crif_dva_interface
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.13
5
+ version: 0.0.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Marc Cadalbert