fat_table 0.6.3 → 0.6.4

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
  SHA256:
3
- metadata.gz: 9f247f30e6f34d7eb429f43a9375fdd9c61cc2be02fecf35916c896c831966a1
4
- data.tar.gz: 97932270075de281d3f34414b991795d553ca6fd28f32766bf718942001c8d68
3
+ metadata.gz: 41e7e31d83ee64d7aea1c9b19969c80ab8d1d58b7058b0962534a389a222330e
4
+ data.tar.gz: b0745fd3fa09032d7981cae20520bfa349f546f885b042907fff64401c49f25f
5
5
  SHA512:
6
- metadata.gz: 951fd4ef3540fc7dacce89f73fa9fad6185e50cff664511b8038633608357dbd70277a464c0cb27a25fbcb801f4ef738a065c66addfa0a11887cec9a0013b9bf
7
- data.tar.gz: 88d4a6479af8e384ed33d631bfad5085971f53c9a40413f751ae421524dba65552c305a5566ce7a19a19f9f5b35406bdf5ae961ddb4edccd6e7a0784deef60ce
6
+ metadata.gz: 371b2369809d837afc7f40b81092bc03c917276653ae60806a6bc2931d6bfff9a8ab7e866d8141babf5fd77dfb07e7ad8538c74f49391bc4009d888893397005
7
+ data.tar.gz: e352a6445fce148e2545280d6d44970f55fc74e1e91fb89768a1f65da5d077aeed29c90ace57ea93e4586228251c42d565754fdce28b4637aedca56571f410ab
@@ -7,7 +7,7 @@ module FatTable
7
7
  # a '+' as for text tables.
8
8
  class OrgFormatter < Formatter
9
9
  self.default_format = default_format.dup
10
- default_format[:date_fmt] = '[%F]'
10
+ default_format[:date_fmt] = '[%F %a]'
11
11
  default_format[:datetime_fmt] = '[%F %a %H:%M:%S]'
12
12
 
13
13
  private
@@ -2,5 +2,5 @@
2
2
 
3
3
  module FatTable
4
4
  # The current version of FatTable
5
- VERSION = '0.6.3'
5
+ VERSION = '0.6.4'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fat_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel E. Doherty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-04 00:00:00.000000000 Z
11
+ date: 2022-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler