spidy 0.0.18 → 0.0.19

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: 1fba139432757faa60a168a7d46de3db3bbbdee015b3b3fc35f4853196fd64da
4
- data.tar.gz: '0154038bda8b133877c7f2dd8828dc8371d0563e4a7ff41c647a9a85a9655300'
3
+ metadata.gz: ee03f321e0f5fd458135d896d91311bc7248144c05d9688c46dd973164cd8c6e
4
+ data.tar.gz: e1d11df243b4a9db77c9e91c056e87ee6deef37198ef239c3238be5426e3b7a2
5
5
  SHA512:
6
- metadata.gz: ae4a08546ff539c544768f2dc8bc4450acd66e9104ca3678d387c4b42fb67d13727700aa6b91fe6a2cb714114927bee1735b6a86b2a126ae35052f54dc4ae209
7
- data.tar.gz: 89606fe1dcf46fe64f2b2e8b360f62a54c17b0dadf3788124a47eb5d3652262eea0532e6828558dbad81b37fa2a85cefefcc741b2f73f1f105e22ef7f2dae860
6
+ metadata.gz: 7de4d7e6b7d860a4f13585f72ca2c21681723200405e84b095cf9d3b69ea2b028f9d081b744c1fa05195ad0241d514fbc2e67cf56af12cc9f8c90f5eb5f0483c
7
+ data.tar.gz: eb868a4ef6ad610aa216c13365801aa4808ca35761b527d59887aa42886d92a7149f110f151784e830f0c91011ecbdf331d300714aea5520a2273594228375a2
@@ -10,7 +10,7 @@ class Spidy::Binder::Json
10
10
  def initialize(json, url: nil)
11
11
  @json = json
12
12
  @url = url
13
- @source = json
13
+ @source = json.to_json
14
14
  end
15
15
 
16
16
  def to_s
data/lib/spidy/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Spidy
4
- VERSION = '0.0.18'
4
+ VERSION = '0.0.19'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spidy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - aileron