isomorfeus-react 16.13.2 → 16.13.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e492f02ffcf68e014ab0bca17987201687a99ad35802de336ae9d107db461f41
4
- data.tar.gz: 160aa416546c76da4d6ac3bc13a9025bf4e6dd3c1e9fc176cc1d5aeea967000f
3
+ metadata.gz: be41322dcd8d52793958430fd50e0f26ff33968ff8f7dba5b58eb76729e546ce
4
+ data.tar.gz: b2fd54ff856afcb1f8430b40a9d0c29128fa45b04e6bd06a6e06f8b2ff880042
5
5
  SHA512:
6
- metadata.gz: 86f1dd4e6b770760f72ef4d00a82b6495d48f138fadb62ad2d0d0f09174a093a3728a53e7b5bb26aa50bea9e7bd77fc73fbd27e9bf923789a3c47dfafb8a5713
7
- data.tar.gz: 59eee2e1551d54ad779e2c556c6f7cd0cacb469f2254fdbd7573b0bcc70cd2400f1a6d66b09aca3dce1be323a1b30fe58c2d2efc376e1b20eb57cfc1db04d06c
6
+ metadata.gz: a7372d707f8749df42ee3956fd2cf7a86767d82a7f95de7892c868ce8afb7c9cee9f1d9b5e8f176e83bc8714e7bbaae8008234fb3c337136d2f46db0272b046d
7
+ data.tar.gz: 9345db6405cb730f037773f9261c2cd88c8c2cad77ff79700a7d2b15cd5f0467c815dd6a22e34dd75a059bfb2d5b7ece4f50023ff944359012e3fadc3ad9b43d
@@ -103,7 +103,7 @@ else
103
103
  require 'isomorfeus/thread_local_component_cache'
104
104
  require 'isomorfeus/react_view_helper'
105
105
 
106
- Isomorfeus.component_cache do
106
+ Isomorfeus.component_cache_init do
107
107
  Isomorfeus::ThreadLocalComponentCache.new
108
108
  end
109
109
 
@@ -116,8 +116,8 @@ module Isomorfeus
116
116
  attr_accessor :zeitwerk
117
117
  attr_accessor :zeitwerk_lock
118
118
 
119
- def component_cache(&block)
120
- @component_cache = block
119
+ def component_cache_init(&block)
120
+ @component_cache_init = block
121
121
  end
122
122
 
123
123
  def configuration(&block)
@@ -225,7 +225,7 @@ module Isomorfeus
225
225
  private
226
226
 
227
227
  def component_cache
228
- @_component_cache ||= Isomorfeus.component_cache.call
228
+ @_component_cache ||= Isomorfeus.component_cache_init.call
229
229
  end
230
230
  end
231
231
  end
@@ -1,3 +1,3 @@
1
1
  module React
2
- VERSION = '16.13.2'
2
+ VERSION = '16.13.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: isomorfeus-react
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.13.2
4
+ version: 16.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-07 00:00:00.000000000 Z
11
+ date: 2020-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby