dorian-to_struct 0.4.0 → 0.4.2

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 +4 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 454ac61c9388c5018ace8a1535fac9310850f87eeabfedc416a78b4726cacf59
4
- data.tar.gz: e1f1741676c90a3bad5c73850cd8931e2f87f6faae44809a0ed59915bddbaad1
3
+ metadata.gz: f4b1a2c571b4d37a72ee55b33edd7984afdeec58e907cb854b6efd3ac6c44ea2
4
+ data.tar.gz: 764f762e68f4b2f98e73a9e087a76958874143e8e1ae9db429d929fcfdad24c4
5
5
  SHA512:
6
- metadata.gz: 68e30a2252431194aefcd89732602e35bc15a0a5c382d40bac306feef34085f43e1fc2fa2589819a913dedc76b34e90f9abe457a620c0327e8e573a6212b91b2
7
- data.tar.gz: 03dc6e711ffc5186622e649698541af8872bb6cbc4a33c2b1c9b55888cc6f726d8c8c7fe02060cc2b8193531a9f35915c51e4406c1f86c09a429673888d5a36d
6
+ metadata.gz: ed1019db245750a950f3f69f291deae3fe26b1d45b9287dd1f35dd110ca6c5dbefe6ace1ce6f786eaf3116a2df2a07a4758066de532599617c8339b3d55c73f3
7
+ data.tar.gz: 49e77fc65a0fa57c17d3b3cad31a4ff5051921dace0d71d10baf2699074e29b5dcf313d323a4ffc94f446f6744b2915bdc99873bf98fd3464ee73ebdeb10d226
metadata CHANGED
@@ -1,19 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dorian-to_struct
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-05 00:00:00.000000000 Z
11
+ date: 2024-08-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: |-
14
- Adds `#to_struct` and `#to_deep_struct` to Hash and Array
15
-
16
- e.g. user.first_name, user.events.first.name, etc.
13
+ description: makes structs
17
14
  email: dorian@dorianmarie.com
18
15
  executables: []
19
16
  extensions: []
@@ -43,5 +40,5 @@ requirements: []
43
40
  rubygems_version: 3.5.11
44
41
  signing_key:
45
42
  specification_version: 4
46
- summary: Adds `#to_struct` and `#to_deep_struct` to Hash and Array
43
+ summary: makes structs
47
44
  test_files: []