infopark_component_cache 5.0.1 → 5.0.3

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: 483ecf46119b0b36b422e0e5d2168f7f7f73b5c8717de83724be3ef99ccd453f
4
- data.tar.gz: 6d337a8d224ca63190840b976f0beca554eed95c3ca71f96a3234f231e94a9e5
3
+ metadata.gz: f7cb2659c5a59a94d67be303f88cec9755fabfeeb94bc1d0cf7c57b9b2883bfe
4
+ data.tar.gz: 4ebb74e0ec3d30ec22bd4bc89557a7d290e86c235bb594cfbfca70b742b9dc2e
5
5
  SHA512:
6
- metadata.gz: 1122bafaf56cbf38ca5fd730a4d569de7b72c3aa40fe97521aa9aafc41a6aaa026f44a3ceca552d458e869d4038a878117f9b14ba3885642257b9212cd8704f4
7
- data.tar.gz: 6e2354f2aea1583dd0d0e1671eb6d5307c35ba7cf44a6036d5f2bccc06d3d58ddd39ad9695b6fc1fac65a3b59dd2581711245fa1ea00b17d7d89ff2e0ad4d962
6
+ metadata.gz: 3e27519e1535c99bdbcff850a0c2d94f02704a8c3d735e99d4995f22253bcbb7ae0fe16f59f63768c901dd97235b0991c44b1116007428d6be7f46c3e72a1429
7
+ data.tar.gz: 33bbcc86d2a19d6cfeab589ed3d9bbb1071bc2c4e88250d30c36fb0565101520ac5defff0814547f07c03ebf9c54f72bb2465bb06a79c15b49ec7af5da1cfb96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Infopark ComponentCache Changelog
2
2
 
3
+ ## 5.0.3
4
+
5
+ ### Fix
6
+
7
+ - Add support for Rails 7
8
+
9
+ ## 5.0.2
10
+
11
+ ### Fix
12
+
13
+ - Fix Rails 6 deprecation warning regarding autoloading constants
14
+
3
15
  ## 5.0.1
4
16
 
5
17
  ### New
@@ -14,4 +26,4 @@
14
26
  - Ruby 2.7 compatibility
15
27
  - Drop EOL Ruby versions (2.5)
16
28
  - Ruby on Rails 5.2.7 compatibility
17
- - Use new infopark_fiona_connector gem
29
+ - Use new infopark_fiona_connector gem
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- infopark_component_cache (5.0.1)
4
+ infopark_component_cache (5.0.3)
5
5
  infopark_fiona_connector (~> 7.0.1.6.1.6.rc1)
6
- rails (>= 5.0, < 7.0)
6
+ rails (>= 5.0, < 8.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
@@ -75,16 +75,18 @@ GEM
75
75
  crass (1.0.6)
76
76
  diff-lcs (1.5.0)
77
77
  erubi (1.11.0)
78
- faraday (2.5.2)
79
- faraday-net_http (>= 2.0, < 3.1)
80
- ruby2_keywords (>= 0.0.4)
81
- faraday-net_http (3.0.0)
78
+ faraday (2.13.4)
79
+ faraday-net_http (>= 2.0, < 3.5)
80
+ json
81
+ logger
82
+ faraday-net_http (3.4.1)
83
+ net-http (>= 0.5.0)
82
84
  globalid (1.0.0)
83
85
  activesupport (>= 5.0)
84
86
  helpful_configuration (0.1.0)
85
87
  i18n (1.12.0)
86
88
  concurrent-ruby (~> 1.0)
87
- infopark_fiona_connector (7.0.1.6.1.6.rc1)
89
+ infopark_fiona_connector (7.0.1.6.1.6.rc3)
88
90
  activerecord (>= 5.2, < 7.0)
89
91
  helpful_configuration (~> 0.1.0)
90
92
  json (~> 2.3)
@@ -95,6 +97,7 @@ GEM
95
97
  rake (~> 12.3)
96
98
  rsolr (~> 2.1.0s)
97
99
  json (2.6.2)
100
+ logger (1.7.0)
98
101
  loofah (2.18.0)
99
102
  crass (~> 1.0.2)
100
103
  nokogiri (>= 1.5.9)
@@ -103,15 +106,18 @@ GEM
103
106
  marcel (1.0.2)
104
107
  maruku (0.7.3)
105
108
  method_source (1.0.0)
106
- mime-types (3.4.1)
107
- mime-types-data (~> 3.2015)
108
- mime-types-data (3.2022.0105)
109
+ mime-types (3.7.0)
110
+ logger
111
+ mime-types-data (~> 3.2025, >= 3.2025.0507)
112
+ mime-types-data (3.2025.0805)
109
113
  mini_mime (1.1.2)
110
114
  mini_portile2 (2.8.0)
111
115
  minitest (5.16.3)
112
- mysql2 (0.5.4)
113
- mysql_blob_streaming (2.5.0)
114
- mysql2 (>= 0.4.4, < 0.6.0)
116
+ mysql2 (0.5.6)
117
+ mysql_blob_streaming (2.5.1)
118
+ mysql2 (~> 0.5, >= 0.5.5)
119
+ net-http (0.6.0)
120
+ uri
115
121
  nio4r (2.5.8)
116
122
  nokogiri (1.13.8)
117
123
  mini_portile2 (~> 2.8.0)
@@ -197,7 +203,6 @@ GEM
197
203
  rubocop-rspec (2.11.1)
198
204
  rubocop (~> 1.19)
199
205
  ruby-progressbar (1.11.0)
200
- ruby2_keywords (0.0.5)
201
206
  sprockets (4.1.1)
202
207
  concurrent-ruby (~> 1.0)
203
208
  rack (> 1, < 3)
@@ -210,6 +215,7 @@ GEM
210
215
  tzinfo (2.0.5)
211
216
  concurrent-ruby (~> 1.0)
212
217
  unicode-display_width (2.2.0)
218
+ uri (1.0.3)
213
219
  websocket-driver (0.7.5)
214
220
  websocket-extensions (>= 0.1.0)
215
221
  websocket-extensions (0.1.5)
@@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
17
17
  gem.required_ruby_version = ">= 2.6"
18
18
  gem.metadata["rubygems_mfa_required"] = "true"
19
19
 
20
- gem.add_dependency "rails", [">= 5.0", "< 7.0"]
20
+ gem.add_dependency "rails", [">= 5.0", "< 8.0"]
21
21
 
22
22
  gem.add_dependency "infopark_fiona_connector", "~> 7.0.1.6.1.6.rc1"
23
23
 
data/lib/engine.rb CHANGED
@@ -34,8 +34,10 @@ module InfoparkComponentCache
34
34
  # @author Tomasz Przedmojski <tomasz.przedmojski@infopark.de>
35
35
  class Engine < Rails::Engine
36
36
  initializer "component_cache.helpers" do
37
- ActiveSupport.on_load(:action_view) do
38
- include InfoparkComponentCacheHelper
37
+ config.after_initialize do
38
+ ActiveSupport.on_load(:action_view) do
39
+ include InfoparkComponentCacheHelper
40
+ end
39
41
  end
40
42
  end
41
43
 
@@ -1,3 +1,3 @@
1
1
  module InfoparkComponentCache
2
- VERSION = "5.0.1".freeze
2
+ VERSION = "5.0.3".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_component_cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Przedmojski, sveninfo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-24 00:00:00.000000000 Z
11
+ date: 2025-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '5.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7.0'
22
+ version: '8.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '5.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7.0'
32
+ version: '8.0'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: infopark_fiona_connector
35
35
  requirement: !ruby/object:Gem::Requirement