tiny_dot 3.1.0 → 3.1.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/tiny_dot.rb +3 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfdf22071f9f96708a8ef78bb8a0a0560e177bead5813a8f3a96f5d570bfcb26
4
- data.tar.gz: 804dd96f4668069a55e3351688de2549eafabb6846164526ab29582e6fabb84c
3
+ metadata.gz: 3f9908d8188735de9f46c983334ed8f68510f93bc6854b3036fcf33c2e83b718
4
+ data.tar.gz: 0cffe2d0c334aa3896b0ab6af2a89254ce48ea1dbc9b8abdb352a90fcb4cbb6f
5
5
  SHA512:
6
- metadata.gz: 860053a3e01e0b8b40faf0d17fe1adf121145231463eb640b796a6cad59ccb4a54dc86bc7c02558c2e5f81cc20ac16badd7dfd0372254a2949bb5d336f0ea097
7
- data.tar.gz: 23019cb6b857e282f9565d1749c8107aed418c239e569115272c634bbdbd5b8fc7e2b8fe23761926affcc98ac6a80c638a13c388ea875c74af7713abcf049bb0
6
+ metadata.gz: 380f0ad515c49b4b3804ebeb508b76b9aceb7ab3598610b23fd1763ab94a70ef39f6f68723927b6852179cc34ce987e3e7c620f5f664c5a1323d3f572fd2edb0
7
+ data.tar.gz: cb0608d906f983e2dcd41003d4e3f62c2e82e2a205ef068b8ca50734e930f11797b0e81d9e972aa351c8a2653c207222f00bedbb26bc7f8fe9fd97f8d664275e
data/lib/tiny_dot.rb CHANGED
@@ -14,6 +14,9 @@ require 'oj'
14
14
  # The `from_json` method takes a string containing JSON data and converts it
15
15
  # into a Struct.
16
16
  #
17
+ # The `from_csv` method takes a string containing raw CSV data and converts it
18
+ # to an Array of Struct.
19
+ #
17
20
  # The `from_hash` method takes a Hash and converts it into a Struct. It really
18
21
  # just calls the `_hash_to_struct` method.
19
22
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_dot
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Lunt