jsonapi-unwrapper 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +7 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff1dc75702a46c4f71d310ccafe0d5f7c740b6dbb1c6e130aa38072153f17d6a
4
- data.tar.gz: f3cb148c6fa3c1244090bba0e9a0a3daedd236683e7a8eac52f88b1bcaec0f76
3
+ metadata.gz: 90ad1ba235683932e68b72259e1fda95e2390dd1040d71a7a5e0b744262a284c
4
+ data.tar.gz: 9e7669165d704476ad7be743e57a8599bb3cf64c9c35c520f4ead363a13f1806
5
5
  SHA512:
6
- metadata.gz: 31a5fa8ea63e8e823a399b0a70fecfb5183f3fbe843a0cc5c6b0d9998dee8fc2aa0a1fcafe3d0d3aed4185b9c7b51c5b855da85ebd64ed82cff1a5867d386243
7
- data.tar.gz: 68cf19016780d3d2fb1c416ae5663ee92b578c3d29b36441dcba9cbf654a5f5b7f5f70980f75414f647068c86432943e52b31b6d49c53cc1de500f26d59c4f78
6
+ metadata.gz: 45269354e127fc5c8baac3dea66b6c03da116a6d72029be5748b3d6ece62f5020c409a51a7545089c4bde3f5afaa54784b4ee8694a069cca5e0ee013c6551af0
7
+ data.tar.gz: 239b895b00ed12665c84752d243c17fb721345adbd1b946a60f26bfe9d3e3a04df901276371517ddc10513092c7df0098d0b83ffd2eaa4df348500278ceb335f
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonapi-unwrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Per Sonberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-24 00:00:00.000000000 Z
11
+ date: 2021-09-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: This gem will help to to deserilize and consume data from a jsonapi
13
+ description: This gem will help to to deserialize and consume data from a jsonapi.
14
+ https://github.com/Sonberg/jsonapi-unwrapper
14
15
  email: per.sonberg@gmail.com
15
16
  executables: []
16
17
  extensions: []
@@ -20,7 +21,8 @@ files:
20
21
  homepage: https://rubygems.org/gems/jsonapi-unwrapper
21
22
  licenses:
22
23
  - MIT
23
- metadata: {}
24
+ metadata:
25
+ source_code_uri: https://github.com/Sonberg/jsonapi-unwrapper
24
26
  post_install_message:
25
27
  rdoc_options: []
26
28
  require_paths:
@@ -39,5 +41,5 @@ requirements: []
39
41
  rubygems_version: 3.0.9
40
42
  signing_key:
41
43
  specification_version: 4
42
- summary: Gem to deserilize jsonapi payload
44
+ summary: Gem to deserialize jsonapi payload
43
45
  test_files: []