db_memoize 0.3.10 → 0.3.11

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/db_memoize/value.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eccd7dee2a2a8e43545c7adfc0fcf471a5cd59d2a06b02dfdd8e6adea8f6352e
4
- data.tar.gz: 4683ab98fab4e440b3e61124d9c1ae30fcb87b7d939814f874702cc23f020602
3
+ metadata.gz: 863ab8bb61c16da8578b0047d538d40cdcaf2f567555dd97f24b698146066af7
4
+ data.tar.gz: 1558260290eb7b3b68d821f679642b1589be653eda64bdec4b21a8b2bafbb689
5
5
  SHA512:
6
- metadata.gz: 374ff41e01ec60b1e3e51f2e99969aa13199b512e364bf376462b79fdbf79e0fc07b25988da1f9619f0f6b1e588cea3934c92cf2036367ac49a29f8c52ec510b
7
- data.tar.gz: f32dd2bc3cf5d8f66e6f4566dd8be90a6cd0b1c6c2cf1d45fd5fef4566ef63fa3e1f23fd9e551c5f820f7b01ee9bd97990c4b844ceb6e4c56ee8f675f3a80a29
6
+ metadata.gz: 4069e4ed8a024353fd7f1cf378af08c32795b1aaaedc365a6091e56c515b662b3c0118e1a8a66c7b32a535c9d209398fbbc8fdb1a91283011732bbd3c41ac5f4
7
+ data.tar.gz: 031ccecc72875c72509b75134203c0cc5ff1a7ad6cef82cf449eccca8166c31338b98bbb2129404be853e5641fa81bd8586820049dcec6775975a3deab873938
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.10
1
+ 0.3.11
@@ -105,7 +105,7 @@ module DbMemoize
105
105
  # Instead we'll just pass along a string, postgresql will then convert it
106
106
  # into a proper timestamp.
107
107
  def self._reformat_time(t) # rubocop:disable Naming/UncommunicativeMethodParamName
108
- format('%04d%02d-%02d %02d:%02d:%02d.%06d', t.year, t.mon, t.day, t.hour, t.min, t.sec, t.usec)
108
+ format('%04d-%02d-%02d %02d:%02d:%02d.%06d', t.year, t.mon, t.day, t.hour, t.min, t.sec, t.usec)
109
109
  end
110
110
 
111
111
  def self._reformat_object(value)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db_memoize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.10
4
+ version: 0.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - johannes-kostas goetzinger