simply_serializable 1.4.1 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: adb38d8e9d6729fa9e19de685b9f4f02589cd5bb62c7bd21308e76bba3fc3528
4
- data.tar.gz: eed2b75138cc3c6737c05af4834c8f4467000e15d0c6783100613b6f7b5fb596
3
+ metadata.gz: 904754ff4c6b90c64926fe63ccbb0480c0fca44f8c0ac0116164f8e09337dd4a
4
+ data.tar.gz: 0bb25385d89d6385e2df827f2bbad3d8eecafeb6bbd7c7e241a7bf2fb53e3f4d
5
5
  SHA512:
6
- metadata.gz: be5b0182bc04138f03c2ba693312386b481946308a886bdcdfac2878622abdb73de4bc60ef5b7ef9b02201f08af32c00a65abdc3764f0ef389d2dfccb2fd3376
7
- data.tar.gz: e3f7066504a6ad0b080f38be16866eb3c5fb2e975ccc237cd2d111c87316fd87256f24c3cc98fb272045f8e97e6fe1f1294cc307a3634b6de1365ecb256bcfe0
6
+ metadata.gz: 9f7249203b26e89bceb603e51a85e3462b7cdafc0ab44c8e3fd996b3e73abe207c23314a3fc6ea9b43cd6c21bc1c9c19542b60197b0d437d5970d6839f9fe005
7
+ data.tar.gz: 1d19045c1a57b28195ff953ee2187b8e4f9427f74265ea7a485e581d890fd81281d8c91659eeaa5cfe6d1066c2be5e16622c64962d8964ac55ce09d9ee6bc365
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simply_serializable (1.4.1)
4
+ simply_serializable (1.4.2)
5
5
  fingerprintable (>= 1.2.1)
6
6
 
7
7
  GEM
@@ -172,6 +172,7 @@ module SimplySerializable
172
172
 
173
173
  Serializer.new(
174
174
  cache: @local_cache,
175
+ do_not_serialize_if_class_is: do_not_serialize_if_class_is,
175
176
  object: use_object
176
177
  )
177
178
  else
@@ -1,3 +1,3 @@
1
1
  module SimplySerializable
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simply_serializable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Jackson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-26 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fingerprintable