wolf_core 1.0.128 → 1.0.129

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: 192259d44e9ec6c0acd98e7d6eace9f4cef88d42d654b1fb610393f28d86b477
4
- data.tar.gz: 5c937dc81c8c128444534f16bc29fc694c351145405e31ba44d356923dc7ff97
3
+ metadata.gz: 91129e0763fe824d498dfced45a91b9549410bd42137525075401fab8da28894
4
+ data.tar.gz: 11a1b4ed69b47e7a14c517ba879858a0bf55dff22beba9a7d231ec9eb89d1414
5
5
  SHA512:
6
- metadata.gz: 10f4e0de69585ab2917db0ff33791585e1fc1f12662524e08c3b06f651c70372e143d8e9a064a0927cbd13c1bd57a6befc169393711c07eb4972fc928b864238
7
- data.tar.gz: f98865e77e10b76f68fdaac1e3fc3bdece17965e6e0c86c7c8f4aa9cce97034be95173ac64ffe4c5e293d5de4e19c86ec520f46a53d949b08c1ea300a0d5950b
6
+ metadata.gz: a19b37f2e8c9a2c953c29daec2a538853522c7c8a6eaa2015f52fb6b2d124e1a5800bc2495973601923c73c5d86dd440985b70f8a9fc1cb589e196ce183cb0fc
7
+ data.tar.gz: 8673f95e1d39b74e42240c4e23764124e6f1a233d3fc8abc15c3a48cf6ce60a4f5a37e79033d4948a095a1a0398353dfcb51fcb487309c8fda6071db1fe393d0
@@ -2,7 +2,7 @@
2
2
 
3
3
  module WolfCore
4
4
  class InstanceApplicationSerializer
5
- attr_reader :options
5
+ attr_reader :options, :object
6
6
 
7
7
  def initialize(options: nil)
8
8
  @options = options || {}
@@ -44,6 +44,7 @@ module WolfCore
44
44
 
45
45
  def serialize(object:, options: nil)
46
46
  Result.try do
47
+ @object = object
47
48
  options ||= {}
48
49
  @options = @options.merge(options)
49
50
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WolfCore
4
- VERSION = "1.0.128"
4
+ VERSION = "1.0.129"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wolf_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.128
4
+ version: 1.0.129
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Roncallo