http_store 0.3.7 → 0.3.8

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: 13a85e318867138cd3a9179f389281b76f045a3f227bb62be21e293c383d3d09
4
- data.tar.gz: 9377610891824c3013c519fd28a7377063b4b3eb89376bb7535a5e8ab9cb5dd0
3
+ metadata.gz: 875576c9615c68def8920bb0222bd58c94ef8fb0ab10da687c20465e554d4443
4
+ data.tar.gz: a6548ea96f2592658c017dfd8bed8c2728f33a35eea57442409ba65158261cc0
5
5
  SHA512:
6
- metadata.gz: 9cc6c6fb3481294ef589d2bfe2505edc3c14e3aff164ea7db755d704c0287a68919baf48cf11e6f11b940d37d915c7762f2584e549a7ebe5579a05f2c06f1230
7
- data.tar.gz: 3ef74302c890bf5b32dcabab68c925e49fa44f27ca0fd77b42c05237b7b357236cf3db4e830413cb47257fc2da37fae608fe831ea808305658f002d79a176e86
6
+ metadata.gz: 3a756248dbc0afe50e4fb603a6dbee73c964dc3c74e3f4b71b9d9f1534a2aad94a7e12da4c42e44c647ef5c180f3598635fcb1049020e73a1a2986bc96661aa4
7
+ data.tar.gz: 2bb48d7a5fafddd1cfe753157944af4b3a69066366c75f68e93f137c9e61a334d82c7fbf0dd03b929717dbb2efc1602653a8747ce3a0f7e2c91786559689c039
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- http_store (0.3.7)
4
+ http_store (0.3.8)
5
5
  activerecord (>= 5.0, < 6.1)
6
6
  hashie (~> 3.0)
7
7
  rails (>= 5, < 7)
@@ -2,7 +2,7 @@ module HttpStore
2
2
  class HttpLog < ActiveRecord::Base
3
3
  belongs_to :requestable, polymorphic: true, optional: true
4
4
 
5
- has_many :sons, class_name: 'HttpStore::HttpLog', foreign_key: 'parent_id'
6
- belongs_to :parent, class_name: 'HttpStore::HttpLog'
5
+ has_many :sons, class_name: 'HttpStore::HttpLog', foreign_key: 'parent_id', optional: true
6
+ belongs_to :parent, class_name: 'HttpStore::HttpLog', optional: true
7
7
  end
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module HttpStore
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - black