datafy 0.5.8 → 0.5.9

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a444f118259af2c44e08b0f8a9b12922162219ab41576fc8a0a73c232667c02b
4
- data.tar.gz: 6089e37cb5a274c7953e17126cea75bc7e6cc8b77427b8063c56b765e1e8c19d
3
+ metadata.gz: dc05a96dffc62e97a83699398f6a3a02a28baf745c8b7c636ff9a04f4605e72c
4
+ data.tar.gz: ef66340e28b6ccbd4ea4e41a66b29df572641ccef2abc45afbd3ef3fafcd3f21
5
5
  SHA512:
6
- metadata.gz: 55ce44b9c30c29feed0d09fcdc8c8bb06fd4b568f87cc3ce802b146d812f92e1d85f4b7f9c31055e9255074507a6a3c39832b18727f37d2508d61f7fe3a724d6
7
- data.tar.gz: 110b9d262147d5c117f5bedb818ca4f46f5b80de9414854080531de8b9e6221c06abeb4304f1134da5a9d028ff386264248fc53dfe0d63aa0b800013aa54ae77
6
+ metadata.gz: 931a11fc40460ec5b071cd526686bc82a39d75e1217709e19bd9dbaa54626938b429c2639eb9c4e2b3c8ed28a0bd896bfec8d0232b88702df795cd29c86c2b2d
7
+ data.tar.gz: cf4bda9906d5cfb7fa2a848adab9974ed72ad6400818729572896378294307984c1979f16e13e053bea72c0789b432e17b486cbad2a653f5d3b639d95dce857f
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datafy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Gerrard
@@ -11,7 +11,9 @@ cert_chain: []
11
11
  date: 2024-03-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Represent, record, and persist Ruby classes' attributes as CSV fields
14
- and persist them as data fields into CSV files.
14
+ and persist them as data fields into CSV files. Each attribute has an internal class
15
+ name-for ease of use w/in your Ruby code, and 'human'-readable names in the CSV
16
+ file.
15
17
  email:
16
18
  - Chris@Gerrard.net
17
19
  executables: []
@@ -44,5 +46,6 @@ requirements: []
44
46
  rubygems_version: 3.3.11
45
47
  signing_key:
46
48
  specification_version: 4
47
- summary: Record and persist data as CSV fields.
49
+ summary: Record class attributes as data fields, with simple property names and human-oriented
50
+ names, and persist into CSV files.
48
51
  test_files: []