infopark_component_cache 4.0.1 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.ruby-version +1 -1
- data/.travis.yml +1 -1
- data/Gemfile +1 -1
- data/Gemfile.lock +73 -65
- data/Gemfile.rails50 +6 -0
- data/Gemfile.rails50.lock +206 -0
- data/Gemfile.rails51.lock +2 -2
- data/README.md +1 -1
- data/lib/infopark_component_cache/version.rb +1 -1
- data/spec/dummy/config/application.rb +3 -0
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 95914b2a0dba3b753ba29f2b5354900e63363b55a78578b8adff51e7e9c84897
|
4
|
+
data.tar.gz: 2cfcde9cdd285bc67889fe8d399a9ba2746fc4598827ba45aee52191ee2ffb07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afd4eae8a96ccbb11a10863d44407c3d9e05237ee9ef00ee7b5bdd658f158b3c011a7ff26d6b160b78291d149e60879a6937946d459efe545e34fa70d6e9c23b
|
7
|
+
data.tar.gz: 6854b1ee110d46278dd1c652c9c58807df8984f746b1502279abb7b1f17a8c6b2e305835ea01e70645957506b3ebf82350f2baa5e51cac48cd9eb591a065ad0c
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.6.6
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -8,60 +8,64 @@ PATH
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.
|
12
|
-
actionpack (= 5.
|
13
|
-
nio4r (
|
14
|
-
websocket-driver (
|
15
|
-
actionmailer (5.
|
16
|
-
actionpack (= 5.
|
17
|
-
actionview (= 5.
|
18
|
-
activejob (= 5.
|
11
|
+
actioncable (5.2.6)
|
12
|
+
actionpack (= 5.2.6)
|
13
|
+
nio4r (~> 2.0)
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
actionmailer (5.2.6)
|
16
|
+
actionpack (= 5.2.6)
|
17
|
+
actionview (= 5.2.6)
|
18
|
+
activejob (= 5.2.6)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.
|
22
|
-
actionview (= 5.
|
23
|
-
activesupport (= 5.
|
24
|
-
rack (~> 2.0)
|
25
|
-
rack-test (
|
21
|
+
actionpack (5.2.6)
|
22
|
+
actionview (= 5.2.6)
|
23
|
+
activesupport (= 5.2.6)
|
24
|
+
rack (~> 2.0, >= 2.0.8)
|
25
|
+
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.
|
29
|
-
activesupport (= 5.
|
28
|
+
actionview (5.2.6)
|
29
|
+
activesupport (= 5.2.6)
|
30
30
|
builder (~> 3.1)
|
31
|
-
|
31
|
+
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.
|
35
|
-
activesupport (= 5.
|
34
|
+
activejob (5.2.6)
|
35
|
+
activesupport (= 5.2.6)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.
|
38
|
-
activesupport (= 5.
|
39
|
-
activerecord (5.
|
40
|
-
activemodel (= 5.
|
41
|
-
activesupport (= 5.
|
42
|
-
arel (
|
43
|
-
|
37
|
+
activemodel (5.2.6)
|
38
|
+
activesupport (= 5.2.6)
|
39
|
+
activerecord (5.2.6)
|
40
|
+
activemodel (= 5.2.6)
|
41
|
+
activesupport (= 5.2.6)
|
42
|
+
arel (>= 9.0)
|
43
|
+
activestorage (5.2.6)
|
44
|
+
actionpack (= 5.2.6)
|
45
|
+
activerecord (= 5.2.6)
|
46
|
+
marcel (~> 1.0.0)
|
47
|
+
activesupport (5.2.6)
|
44
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
49
|
i18n (>= 0.7, < 2)
|
46
50
|
minitest (~> 5.1)
|
47
51
|
tzinfo (~> 1.1)
|
48
|
-
arel (
|
52
|
+
arel (9.0.0)
|
49
53
|
ast (2.4.1)
|
50
54
|
builder (3.2.4)
|
51
55
|
byebug (11.1.3)
|
52
56
|
coderay (1.1.3)
|
53
|
-
concurrent-ruby (1.1.
|
57
|
+
concurrent-ruby (1.1.8)
|
54
58
|
crass (1.0.6)
|
55
|
-
diff-lcs (1.4.
|
56
|
-
|
59
|
+
diff-lcs (1.4.4)
|
60
|
+
erubi (1.10.0)
|
57
61
|
faraday (1.0.1)
|
58
62
|
multipart-post (>= 1.2, < 3)
|
59
63
|
globalid (0.4.2)
|
60
64
|
activesupport (>= 4.2.0)
|
61
65
|
helpful_configuration (0.1.0)
|
62
|
-
i18n (1.8.
|
66
|
+
i18n (1.8.10)
|
63
67
|
concurrent-ruby (~> 1.0)
|
64
|
-
infopark_fiona_connector (7.0.1.5.2.3.
|
68
|
+
infopark_fiona_connector (7.0.1.5.2.3.rc6)
|
65
69
|
activerecord (~> 5.0)
|
66
70
|
helpful_configuration (~> 0.1.0)
|
67
71
|
jquery-rails (~> 4.3)
|
@@ -77,26 +81,28 @@ GEM
|
|
77
81
|
railties (>= 4.2.0)
|
78
82
|
thor (>= 0.14, < 2.0)
|
79
83
|
json (2.3.1)
|
80
|
-
loofah (2.
|
84
|
+
loofah (2.9.1)
|
81
85
|
crass (~> 1.0.2)
|
82
86
|
nokogiri (>= 1.5.9)
|
83
87
|
mail (2.7.1)
|
84
88
|
mini_mime (>= 0.1.1)
|
89
|
+
marcel (1.0.1)
|
85
90
|
maruku (0.7.3)
|
86
91
|
method_source (1.0.0)
|
87
92
|
mime-types (3.3.1)
|
88
93
|
mime-types-data (~> 3.2015)
|
89
94
|
mime-types-data (3.2020.0512)
|
90
|
-
mini_mime (1.0
|
91
|
-
mini_portile2 (2.
|
92
|
-
minitest (5.14.
|
95
|
+
mini_mime (1.1.0)
|
96
|
+
mini_portile2 (2.5.1)
|
97
|
+
minitest (5.14.4)
|
93
98
|
multipart-post (2.1.1)
|
94
99
|
mysql2 (0.5.3)
|
95
100
|
mysql_blob_streaming (2.3.0)
|
96
101
|
mysql2 (>= 0.4.4, < 0.6.0)
|
97
|
-
nio4r (2.5.
|
98
|
-
nokogiri (1.
|
99
|
-
mini_portile2 (~> 2.
|
102
|
+
nio4r (2.5.7)
|
103
|
+
nokogiri (1.11.5)
|
104
|
+
mini_portile2 (~> 2.5.0)
|
105
|
+
racc (~> 1.4)
|
100
106
|
parallel (1.19.2)
|
101
107
|
parser (2.7.1.4)
|
102
108
|
ast (~> 2.4.1)
|
@@ -106,36 +112,38 @@ GEM
|
|
106
112
|
pry-byebug (3.9.0)
|
107
113
|
byebug (~> 11.0)
|
108
114
|
pry (~> 0.13.0)
|
115
|
+
racc (1.5.2)
|
109
116
|
rack (2.2.3)
|
110
|
-
rack-test (
|
111
|
-
rack (>= 1.0)
|
112
|
-
rails (5.
|
113
|
-
actioncable (= 5.
|
114
|
-
actionmailer (= 5.
|
115
|
-
actionpack (= 5.
|
116
|
-
actionview (= 5.
|
117
|
-
activejob (= 5.
|
118
|
-
activemodel (= 5.
|
119
|
-
activerecord (= 5.
|
120
|
-
|
117
|
+
rack-test (1.1.0)
|
118
|
+
rack (>= 1.0, < 3)
|
119
|
+
rails (5.2.6)
|
120
|
+
actioncable (= 5.2.6)
|
121
|
+
actionmailer (= 5.2.6)
|
122
|
+
actionpack (= 5.2.6)
|
123
|
+
actionview (= 5.2.6)
|
124
|
+
activejob (= 5.2.6)
|
125
|
+
activemodel (= 5.2.6)
|
126
|
+
activerecord (= 5.2.6)
|
127
|
+
activestorage (= 5.2.6)
|
128
|
+
activesupport (= 5.2.6)
|
121
129
|
bundler (>= 1.3.0)
|
122
|
-
railties (= 5.
|
130
|
+
railties (= 5.2.6)
|
123
131
|
sprockets-rails (>= 2.0.0)
|
124
132
|
rails-dom-testing (2.0.3)
|
125
133
|
activesupport (>= 4.2.0)
|
126
134
|
nokogiri (>= 1.6)
|
127
135
|
rails-html-sanitizer (1.3.0)
|
128
136
|
loofah (~> 2.3)
|
129
|
-
railties (5.
|
130
|
-
actionpack (= 5.
|
131
|
-
activesupport (= 5.
|
137
|
+
railties (5.2.6)
|
138
|
+
actionpack (= 5.2.6)
|
139
|
+
activesupport (= 5.2.6)
|
132
140
|
method_source
|
133
141
|
rake (>= 0.8.7)
|
134
|
-
thor (>= 0.
|
142
|
+
thor (>= 0.19.0, < 2.0)
|
135
143
|
rainbow (3.0.0)
|
136
144
|
rake (12.3.3)
|
137
145
|
regexp_parser (1.7.1)
|
138
|
-
rexml (3.2.
|
146
|
+
rexml (3.2.5)
|
139
147
|
rsolr (2.1.0)
|
140
148
|
builder (>= 2.1.2)
|
141
149
|
faraday (>= 0.9.0)
|
@@ -165,27 +173,27 @@ GEM
|
|
165
173
|
rubocop-ast (>= 0.1.0, < 1.0)
|
166
174
|
ruby-progressbar (~> 1.7)
|
167
175
|
unicode-display_width (>= 1.4.0, < 2.0)
|
168
|
-
rubocop-ast (0.
|
176
|
+
rubocop-ast (0.2.0)
|
169
177
|
parser (>= 2.7.0.1)
|
170
|
-
rubocop-performance (1.7.
|
178
|
+
rubocop-performance (1.7.1)
|
171
179
|
rubocop (>= 0.82.0)
|
172
|
-
rubocop-rspec (1.
|
173
|
-
rubocop (>= 0.
|
180
|
+
rubocop-rspec (1.42.0)
|
181
|
+
rubocop (>= 0.87.0)
|
174
182
|
ruby-progressbar (1.10.1)
|
175
183
|
sprockets (3.7.2)
|
176
184
|
concurrent-ruby (~> 1.0)
|
177
185
|
rack (> 1, < 3)
|
178
|
-
sprockets-rails (3.2.
|
186
|
+
sprockets-rails (3.2.2)
|
179
187
|
actionpack (>= 4.0)
|
180
188
|
activesupport (>= 4.0)
|
181
189
|
sprockets (>= 3.0.0)
|
182
|
-
sqlite3 (1.
|
183
|
-
thor (1.0
|
190
|
+
sqlite3 (1.4.2)
|
191
|
+
thor (1.1.0)
|
184
192
|
thread_safe (0.3.6)
|
185
|
-
tzinfo (1.2.
|
193
|
+
tzinfo (1.2.9)
|
186
194
|
thread_safe (~> 0.1)
|
187
195
|
unicode-display_width (1.7.0)
|
188
|
-
websocket-driver (0.
|
196
|
+
websocket-driver (0.7.3)
|
189
197
|
websocket-extensions (>= 0.1.0)
|
190
198
|
websocket-extensions (0.1.5)
|
191
199
|
|
@@ -195,7 +203,7 @@ PLATFORMS
|
|
195
203
|
DEPENDENCIES
|
196
204
|
infopark_component_cache!
|
197
205
|
pry-byebug (~> 3.9)
|
198
|
-
rails (~> 5.
|
206
|
+
rails (~> 5.2.6)
|
199
207
|
rspec-rails (~> 3.5)
|
200
208
|
rubocop (~> 0.87.1)
|
201
209
|
rubocop-performance (~> 1.7)
|
data/Gemfile.rails50
ADDED
@@ -0,0 +1,206 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
infopark_component_cache (4.0.1)
|
5
|
+
infopark_fiona_connector (~> 7.0.1.5.2.3.rc5)
|
6
|
+
rails (~> 5.0)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (5.0.7.2)
|
12
|
+
actionpack (= 5.0.7.2)
|
13
|
+
nio4r (>= 1.2, < 3.0)
|
14
|
+
websocket-driver (~> 0.6.1)
|
15
|
+
actionmailer (5.0.7.2)
|
16
|
+
actionpack (= 5.0.7.2)
|
17
|
+
actionview (= 5.0.7.2)
|
18
|
+
activejob (= 5.0.7.2)
|
19
|
+
mail (~> 2.5, >= 2.5.4)
|
20
|
+
rails-dom-testing (~> 2.0)
|
21
|
+
actionpack (5.0.7.2)
|
22
|
+
actionview (= 5.0.7.2)
|
23
|
+
activesupport (= 5.0.7.2)
|
24
|
+
rack (~> 2.0)
|
25
|
+
rack-test (~> 0.6.3)
|
26
|
+
rails-dom-testing (~> 2.0)
|
27
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
+
actionview (5.0.7.2)
|
29
|
+
activesupport (= 5.0.7.2)
|
30
|
+
builder (~> 3.1)
|
31
|
+
erubis (~> 2.7.0)
|
32
|
+
rails-dom-testing (~> 2.0)
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
+
activejob (5.0.7.2)
|
35
|
+
activesupport (= 5.0.7.2)
|
36
|
+
globalid (>= 0.3.6)
|
37
|
+
activemodel (5.0.7.2)
|
38
|
+
activesupport (= 5.0.7.2)
|
39
|
+
activerecord (5.0.7.2)
|
40
|
+
activemodel (= 5.0.7.2)
|
41
|
+
activesupport (= 5.0.7.2)
|
42
|
+
arel (~> 7.0)
|
43
|
+
activesupport (5.0.7.2)
|
44
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
|
+
i18n (>= 0.7, < 2)
|
46
|
+
minitest (~> 5.1)
|
47
|
+
tzinfo (~> 1.1)
|
48
|
+
arel (7.1.4)
|
49
|
+
ast (2.4.1)
|
50
|
+
builder (3.2.4)
|
51
|
+
byebug (11.1.3)
|
52
|
+
coderay (1.1.3)
|
53
|
+
concurrent-ruby (1.1.6)
|
54
|
+
crass (1.0.6)
|
55
|
+
diff-lcs (1.4.3)
|
56
|
+
erubis (2.7.0)
|
57
|
+
faraday (1.0.1)
|
58
|
+
multipart-post (>= 1.2, < 3)
|
59
|
+
globalid (0.4.2)
|
60
|
+
activesupport (>= 4.2.0)
|
61
|
+
helpful_configuration (0.1.0)
|
62
|
+
i18n (1.8.4)
|
63
|
+
concurrent-ruby (~> 1.0)
|
64
|
+
infopark_fiona_connector (7.0.1.5.2.3.rc6)
|
65
|
+
activerecord (~> 5.0)
|
66
|
+
helpful_configuration (~> 0.1.0)
|
67
|
+
jquery-rails (~> 4.3)
|
68
|
+
json (~> 2.3)
|
69
|
+
maruku (~> 0.7)
|
70
|
+
mime-types (~> 3.1)
|
71
|
+
mysql_blob_streaming (~> 2.3)
|
72
|
+
rails (~> 5.0)
|
73
|
+
rake (~> 12.3)
|
74
|
+
rsolr (~> 2.1.0s)
|
75
|
+
jquery-rails (4.4.0)
|
76
|
+
rails-dom-testing (>= 1, < 3)
|
77
|
+
railties (>= 4.2.0)
|
78
|
+
thor (>= 0.14, < 2.0)
|
79
|
+
json (2.3.1)
|
80
|
+
loofah (2.6.0)
|
81
|
+
crass (~> 1.0.2)
|
82
|
+
nokogiri (>= 1.5.9)
|
83
|
+
mail (2.7.1)
|
84
|
+
mini_mime (>= 0.1.1)
|
85
|
+
maruku (0.7.3)
|
86
|
+
method_source (1.0.0)
|
87
|
+
mime-types (3.3.1)
|
88
|
+
mime-types-data (~> 3.2015)
|
89
|
+
mime-types-data (3.2020.0512)
|
90
|
+
mini_mime (1.0.2)
|
91
|
+
mini_portile2 (2.4.0)
|
92
|
+
minitest (5.14.1)
|
93
|
+
multipart-post (2.1.1)
|
94
|
+
mysql2 (0.5.3)
|
95
|
+
mysql_blob_streaming (2.3.0)
|
96
|
+
mysql2 (>= 0.4.4, < 0.6.0)
|
97
|
+
nio4r (2.5.2)
|
98
|
+
nokogiri (1.10.10)
|
99
|
+
mini_portile2 (~> 2.4.0)
|
100
|
+
parallel (1.19.2)
|
101
|
+
parser (2.7.1.4)
|
102
|
+
ast (~> 2.4.1)
|
103
|
+
pry (0.13.1)
|
104
|
+
coderay (~> 1.1)
|
105
|
+
method_source (~> 1.0)
|
106
|
+
pry-byebug (3.9.0)
|
107
|
+
byebug (~> 11.0)
|
108
|
+
pry (~> 0.13.0)
|
109
|
+
rack (2.2.3)
|
110
|
+
rack-test (0.6.3)
|
111
|
+
rack (>= 1.0)
|
112
|
+
rails (5.0.7.2)
|
113
|
+
actioncable (= 5.0.7.2)
|
114
|
+
actionmailer (= 5.0.7.2)
|
115
|
+
actionpack (= 5.0.7.2)
|
116
|
+
actionview (= 5.0.7.2)
|
117
|
+
activejob (= 5.0.7.2)
|
118
|
+
activemodel (= 5.0.7.2)
|
119
|
+
activerecord (= 5.0.7.2)
|
120
|
+
activesupport (= 5.0.7.2)
|
121
|
+
bundler (>= 1.3.0)
|
122
|
+
railties (= 5.0.7.2)
|
123
|
+
sprockets-rails (>= 2.0.0)
|
124
|
+
rails-dom-testing (2.0.3)
|
125
|
+
activesupport (>= 4.2.0)
|
126
|
+
nokogiri (>= 1.6)
|
127
|
+
rails-html-sanitizer (1.3.0)
|
128
|
+
loofah (~> 2.3)
|
129
|
+
railties (5.0.7.2)
|
130
|
+
actionpack (= 5.0.7.2)
|
131
|
+
activesupport (= 5.0.7.2)
|
132
|
+
method_source
|
133
|
+
rake (>= 0.8.7)
|
134
|
+
thor (>= 0.18.1, < 2.0)
|
135
|
+
rainbow (3.0.0)
|
136
|
+
rake (12.3.3)
|
137
|
+
regexp_parser (1.7.1)
|
138
|
+
rexml (3.2.4)
|
139
|
+
rsolr (2.1.0)
|
140
|
+
builder (>= 2.1.2)
|
141
|
+
faraday (>= 0.9.0)
|
142
|
+
rspec-core (3.9.2)
|
143
|
+
rspec-support (~> 3.9.3)
|
144
|
+
rspec-expectations (3.9.2)
|
145
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
146
|
+
rspec-support (~> 3.9.0)
|
147
|
+
rspec-mocks (3.9.1)
|
148
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
149
|
+
rspec-support (~> 3.9.0)
|
150
|
+
rspec-rails (3.9.1)
|
151
|
+
actionpack (>= 3.0)
|
152
|
+
activesupport (>= 3.0)
|
153
|
+
railties (>= 3.0)
|
154
|
+
rspec-core (~> 3.9.0)
|
155
|
+
rspec-expectations (~> 3.9.0)
|
156
|
+
rspec-mocks (~> 3.9.0)
|
157
|
+
rspec-support (~> 3.9.0)
|
158
|
+
rspec-support (3.9.3)
|
159
|
+
rubocop (0.87.1)
|
160
|
+
parallel (~> 1.10)
|
161
|
+
parser (>= 2.7.1.1)
|
162
|
+
rainbow (>= 2.2.2, < 4.0)
|
163
|
+
regexp_parser (>= 1.7)
|
164
|
+
rexml
|
165
|
+
rubocop-ast (>= 0.1.0, < 1.0)
|
166
|
+
ruby-progressbar (~> 1.7)
|
167
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
168
|
+
rubocop-ast (0.1.0)
|
169
|
+
parser (>= 2.7.0.1)
|
170
|
+
rubocop-performance (1.7.0)
|
171
|
+
rubocop (>= 0.82.0)
|
172
|
+
rubocop-rspec (1.30.1)
|
173
|
+
rubocop (>= 0.60.0)
|
174
|
+
ruby-progressbar (1.10.1)
|
175
|
+
sprockets (3.7.2)
|
176
|
+
concurrent-ruby (~> 1.0)
|
177
|
+
rack (> 1, < 3)
|
178
|
+
sprockets-rails (3.2.1)
|
179
|
+
actionpack (>= 4.0)
|
180
|
+
activesupport (>= 4.0)
|
181
|
+
sprockets (>= 3.0.0)
|
182
|
+
sqlite3 (1.3.13)
|
183
|
+
thor (1.0.1)
|
184
|
+
thread_safe (0.3.6)
|
185
|
+
tzinfo (1.2.7)
|
186
|
+
thread_safe (~> 0.1)
|
187
|
+
unicode-display_width (1.7.0)
|
188
|
+
websocket-driver (0.6.5)
|
189
|
+
websocket-extensions (>= 0.1.0)
|
190
|
+
websocket-extensions (0.1.5)
|
191
|
+
|
192
|
+
PLATFORMS
|
193
|
+
ruby
|
194
|
+
|
195
|
+
DEPENDENCIES
|
196
|
+
infopark_component_cache!
|
197
|
+
pry-byebug (~> 3.9)
|
198
|
+
rails (~> 5.0.0)
|
199
|
+
rspec-rails (~> 3.5)
|
200
|
+
rubocop (~> 0.87.1)
|
201
|
+
rubocop-performance (~> 1.7)
|
202
|
+
rubocop-rspec (~> 1.30)
|
203
|
+
sqlite3 (~> 1.3, >= 1.3.6)
|
204
|
+
|
205
|
+
BUNDLED WITH
|
206
|
+
1.17.3
|
data/Gemfile.rails51.lock
CHANGED
@@ -59,9 +59,9 @@ GEM
|
|
59
59
|
globalid (0.4.2)
|
60
60
|
activesupport (>= 4.2.0)
|
61
61
|
helpful_configuration (0.1.0)
|
62
|
-
i18n (1.8.
|
62
|
+
i18n (1.8.4)
|
63
63
|
concurrent-ruby (~> 1.0)
|
64
|
-
infopark_fiona_connector (7.0.1.5.2.3.
|
64
|
+
infopark_fiona_connector (7.0.1.5.2.3.rc6)
|
65
65
|
activerecord (~> 5.0)
|
66
66
|
helpful_configuration (~> 0.1.0)
|
67
67
|
jquery-rails (~> 4.3)
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Infopark's ComponentCache
|
1
|
+
# Infopark's ComponentCache [![Build Status](https://travis-ci.com/infopark/component_cache.svg?token=9yf7x57D3eQF9WPTdzqX&branch=master)](https://travis-ci.com/infopark/component_cache)
|
2
2
|
|
3
3
|
Fragment caching with automatic dependency resolution and cache invalidation.
|
4
4
|
|
@@ -12,5 +12,8 @@ module Dummy
|
|
12
12
|
config.encoding = "utf-8"
|
13
13
|
config.filter_parameters += [:password]
|
14
14
|
config.active_support.escape_html_entities_in_json = true
|
15
|
+
if Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR == 2
|
16
|
+
config.active_record.sqlite3.represent_boolean_as_integer = true
|
17
|
+
end
|
15
18
|
end
|
16
19
|
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: 4.0
|
4
|
+
version: 4.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomasz Przedmojski, sveninfo
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -143,6 +143,8 @@ files:
|
|
143
143
|
- ".travis.yml"
|
144
144
|
- Gemfile
|
145
145
|
- Gemfile.lock
|
146
|
+
- Gemfile.rails50
|
147
|
+
- Gemfile.rails50.lock
|
146
148
|
- Gemfile.rails51
|
147
149
|
- Gemfile.rails51.lock
|
148
150
|
- LICENSE.txt
|
@@ -205,7 +207,7 @@ homepage: http://infopark.com
|
|
205
207
|
licenses:
|
206
208
|
- LGPL-3.0
|
207
209
|
metadata: {}
|
208
|
-
post_install_message:
|
210
|
+
post_install_message:
|
209
211
|
rdoc_options: []
|
210
212
|
require_paths:
|
211
213
|
- lib
|
@@ -220,9 +222,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
220
222
|
- !ruby/object:Gem::Version
|
221
223
|
version: '0'
|
222
224
|
requirements: []
|
223
|
-
|
224
|
-
|
225
|
-
signing_key:
|
225
|
+
rubygems_version: 3.0.9
|
226
|
+
signing_key:
|
226
227
|
specification_version: 4
|
227
228
|
summary: Fragment caching with automatic dependency resolution and cache invalidation.
|
228
229
|
test_files:
|