panko_serializer 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f8c8098047862bf6d95374b0264acc9f4f7cf13
4
- data.tar.gz: 7b09699d6414c86526771627dce82453fc47ff28
3
+ metadata.gz: 438e40448a2abf780b5369b43e9c93546d2bfc0e
4
+ data.tar.gz: ffe908bf3ebad77bb9d068d5bd0fdb0f504cb343
5
5
  SHA512:
6
- metadata.gz: a07931e1d08b72cd15d575622c0daaaf557542c982ac2b1e8b60532e917dbdc59cb10074cda132a099199f506c715e286111534139be31ef1fe614eb8bda4ab9
7
- data.tar.gz: fb14a45d3e797fb15c5e5a8ebfc46685d8ff03915a1c71d5d9a7354ab6a2380f4ee1d4f7e7bf51489c8b0d646a7b3b66443591884f6d76ccec44148f20a30dc5
6
+ metadata.gz: 73657995f001cf88eba9fdc698e233d75d34fd6b2ca26651b782f700fe1a055c5627f77b2146d115fe94d2a130cbcb363107767de69289ceb934d8b6e77f0783
7
+ data.tar.gz: e222d962f5003c2af279b43c3c1a5b8a8817a998a10b2b917f394b5bbe50edece41ced1f8b1dff8dc72e7ba2c96c9aaa843d7c60b8719b0091f0f6088976074e
@@ -20,13 +20,13 @@ module Panko
20
20
 
21
21
  backend.type = descriptor.type
22
22
 
23
- backend.fields = descriptor.fields
24
- backend.method_fields = descriptor.method_fields
23
+ backend.fields = descriptor.fields.dup
24
+ backend.method_fields = descriptor.method_fields.dup
25
25
 
26
- backend.has_many_associations = descriptor.has_many_associations
27
- backend.has_one_associations = descriptor.has_one_associations
26
+ backend.has_many_associations = descriptor.has_many_associations.dup
27
+ backend.has_one_associations = descriptor.has_one_associations.dup
28
28
 
29
- backend.aliases = descriptor.aliases
29
+ backend.aliases = descriptor.aliases.dup
30
30
 
31
31
  backend
32
32
  end
data/lib/panko/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Panko
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panko_serializer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yosi Attias