infopark_component_cache 5.0.3 → 5.0.3.1
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +14 -20
- data/infopark_component_cache.gemspec +1 -1
- data/lib/infopark_component_cache/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a83b6d0e2eda9dda8db76ae9bae3286c9c71067ea3dc7246bcdc36258485803
|
4
|
+
data.tar.gz: e8d789bfb9c6641e18ca989bd982db3f5dd12f1c26c17112ce16eaeea2794c7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fac7317158931c81dd82e3edfdc59efef08efd572ebc4a38b423becebd17aba5cffcc16fe26e8385de2264564db11ed86f09d51e65a48dd0fa7a520d836da58
|
7
|
+
data.tar.gz: bbf8b646ca6cbf682e3a4a1a86a93a8fa27f345c4046c4139bc57f18aa964c464bb615bfc34c9863a4ccd394adeaaf2649c67664b015170339bc601f4926c3ab
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
infopark_component_cache (5.0.
|
4
|
+
infopark_component_cache (5.0.1)
|
5
5
|
infopark_fiona_connector (~> 7.0.1.6.1.6.rc1)
|
6
|
-
rails (>= 5.0, <
|
6
|
+
rails (>= 5.0, < 7.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -75,18 +75,16 @@ GEM
|
|
75
75
|
crass (1.0.6)
|
76
76
|
diff-lcs (1.5.0)
|
77
77
|
erubi (1.11.0)
|
78
|
-
faraday (2.
|
79
|
-
faraday-net_http (>= 2.0, < 3.
|
80
|
-
|
81
|
-
|
82
|
-
faraday-net_http (3.4.1)
|
83
|
-
net-http (>= 0.5.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)
|
84
82
|
globalid (1.0.0)
|
85
83
|
activesupport (>= 5.0)
|
86
84
|
helpful_configuration (0.1.0)
|
87
85
|
i18n (1.12.0)
|
88
86
|
concurrent-ruby (~> 1.0)
|
89
|
-
infopark_fiona_connector (7.0.1.6.1.6.
|
87
|
+
infopark_fiona_connector (7.0.1.6.1.6.rc1)
|
90
88
|
activerecord (>= 5.2, < 7.0)
|
91
89
|
helpful_configuration (~> 0.1.0)
|
92
90
|
json (~> 2.3)
|
@@ -97,7 +95,6 @@ GEM
|
|
97
95
|
rake (~> 12.3)
|
98
96
|
rsolr (~> 2.1.0s)
|
99
97
|
json (2.6.2)
|
100
|
-
logger (1.7.0)
|
101
98
|
loofah (2.18.0)
|
102
99
|
crass (~> 1.0.2)
|
103
100
|
nokogiri (>= 1.5.9)
|
@@ -106,18 +103,15 @@ GEM
|
|
106
103
|
marcel (1.0.2)
|
107
104
|
maruku (0.7.3)
|
108
105
|
method_source (1.0.0)
|
109
|
-
mime-types (3.
|
110
|
-
|
111
|
-
|
112
|
-
mime-types-data (3.2025.0805)
|
106
|
+
mime-types (3.4.1)
|
107
|
+
mime-types-data (~> 3.2015)
|
108
|
+
mime-types-data (3.2022.0105)
|
113
109
|
mini_mime (1.1.2)
|
114
110
|
mini_portile2 (2.8.0)
|
115
111
|
minitest (5.16.3)
|
116
|
-
mysql2 (0.5.
|
117
|
-
mysql_blob_streaming (2.5.
|
118
|
-
mysql2 (
|
119
|
-
net-http (0.6.0)
|
120
|
-
uri
|
112
|
+
mysql2 (0.5.4)
|
113
|
+
mysql_blob_streaming (2.5.0)
|
114
|
+
mysql2 (>= 0.4.4, < 0.6.0)
|
121
115
|
nio4r (2.5.8)
|
122
116
|
nokogiri (1.13.8)
|
123
117
|
mini_portile2 (~> 2.8.0)
|
@@ -203,6 +197,7 @@ GEM
|
|
203
197
|
rubocop-rspec (2.11.1)
|
204
198
|
rubocop (~> 1.19)
|
205
199
|
ruby-progressbar (1.11.0)
|
200
|
+
ruby2_keywords (0.0.5)
|
206
201
|
sprockets (4.1.1)
|
207
202
|
concurrent-ruby (~> 1.0)
|
208
203
|
rack (> 1, < 3)
|
@@ -215,7 +210,6 @@ GEM
|
|
215
210
|
tzinfo (2.0.5)
|
216
211
|
concurrent-ruby (~> 1.0)
|
217
212
|
unicode-display_width (2.2.0)
|
218
|
-
uri (1.0.3)
|
219
213
|
websocket-driver (0.7.5)
|
220
214
|
websocket-extensions (>= 0.1.0)
|
221
215
|
websocket-extensions (0.1.5)
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
|
|
19
19
|
|
20
20
|
gem.add_dependency "rails", [">= 5.0", "< 8.0"]
|
21
21
|
|
22
|
-
gem.add_dependency "infopark_fiona_connector", "~> 7.0
|
22
|
+
gem.add_dependency "infopark_fiona_connector", "~> 7.0"
|
23
23
|
|
24
24
|
gem.add_development_dependency "pry-byebug", "~> 3.9"
|
25
25
|
gem.add_development_dependency "rspec-rails", "~> 5.1"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infopark_component_cache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.3
|
4
|
+
version: 5.0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomasz Przedmojski, sveninfo
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: 7.0
|
39
|
+
version: '7.0'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 7.0
|
46
|
+
version: '7.0'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: pry-byebug
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|