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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: ab7a50ba7d1bfb35008655dbef3d86db5690e92f
4
- data.tar.gz: 3398d1abaa5de2746b69701c45a81fbcfb71af86
2
+ SHA256:
3
+ metadata.gz: 95914b2a0dba3b753ba29f2b5354900e63363b55a78578b8adff51e7e9c84897
4
+ data.tar.gz: 2cfcde9cdd285bc67889fe8d399a9ba2746fc4598827ba45aee52191ee2ffb07
5
5
  SHA512:
6
- metadata.gz: 972ce875a6748d43c308ebb7e8d72e0a27dab5cfb6144e79f2efd0eb2af72da6278fa80cafca3b2dabbc1b52244501fe0e632a9fb346a88ff6f879c5107b6f33
7
- data.tar.gz: 3719d4f68c120363e1bf2f062501a7c2e23090e8a3cf8fc51679078939a0cb22d2e9234308fccb774b81166ae3b9f00a95c5bd3d7f460518aa414633ea3d23dc
6
+ metadata.gz: afd4eae8a96ccbb11a10863d44407c3d9e05237ee9ef00ee7b5bdd658f158b3c011a7ff26d6b160b78291d149e60879a6937946d459efe545e34fa70d6e9c23b
7
+ data.tar.gz: 6854b1ee110d46278dd1c652c9c58807df8984f746b1502279abb7b1f17a8c6b2e305835ea01e70645957506b3ebf82350f2baa5e51cac48cd9eb591a065ad0c
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.4.2
1
+ 2.6.6
data/.travis.yml CHANGED
@@ -4,10 +4,10 @@ dist: xenial
4
4
  rvm:
5
5
  - 2.6.6
6
6
  - 2.5.3
7
- - 2.4.5
8
7
  gemfile:
9
8
  - Gemfile
10
9
  - Gemfile.rails51
10
+ - Gemfile.rails50
11
11
  bundler_args: --without production
12
12
  cache: bundler
13
13
  env:
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source "https://rubygems.org"
3
3
  # Specify your gem's dependencies in infopark_component_cache.gemspec
4
4
  gemspec
5
5
 
6
- gem "rails", "~> 5.0.0"
6
+ gem "rails", "~> 5.2.6"
data/Gemfile.lock CHANGED
@@ -8,60 +8,64 @@ PATH
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
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)
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.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)
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.0.7.2)
29
- activesupport (= 5.0.7.2)
28
+ actionview (5.2.6)
29
+ activesupport (= 5.2.6)
30
30
  builder (~> 3.1)
31
- erubis (~> 2.7.0)
31
+ erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.0.7.2)
35
- activesupport (= 5.0.7.2)
34
+ activejob (5.2.6)
35
+ activesupport (= 5.2.6)
36
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)
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 (7.1.4)
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.6)
57
+ concurrent-ruby (1.1.8)
54
58
  crass (1.0.6)
55
- diff-lcs (1.4.3)
56
- erubis (2.7.0)
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.3)
66
+ i18n (1.8.10)
63
67
  concurrent-ruby (~> 1.0)
64
- infopark_fiona_connector (7.0.1.5.2.3.rc5)
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.6.0)
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.2)
91
- mini_portile2 (2.4.0)
92
- minitest (5.14.1)
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.2)
98
- nokogiri (1.10.9)
99
- mini_portile2 (~> 2.4.0)
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 (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)
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.0.7.2)
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.0.7.2)
130
- actionpack (= 5.0.7.2)
131
- activesupport (= 5.0.7.2)
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.18.1, < 2.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.4)
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.1.0)
176
+ rubocop-ast (0.2.0)
169
177
  parser (>= 2.7.0.1)
170
- rubocop-performance (1.7.0)
178
+ rubocop-performance (1.7.1)
171
179
  rubocop (>= 0.82.0)
172
- rubocop-rspec (1.30.1)
173
- rubocop (>= 0.60.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.1)
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.3.13)
183
- thor (1.0.1)
190
+ sqlite3 (1.4.2)
191
+ thor (1.1.0)
184
192
  thread_safe (0.3.6)
185
- tzinfo (1.2.7)
193
+ tzinfo (1.2.9)
186
194
  thread_safe (~> 0.1)
187
195
  unicode-display_width (1.7.0)
188
- websocket-driver (0.6.5)
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.0.0)
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,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in infopark_component_cache.gemspec
4
+ gemspec
5
+
6
+ gem "rails", "~> 5.0.0"
@@ -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.3)
62
+ i18n (1.8.4)
63
63
  concurrent-ruby (~> 1.0)
64
- infopark_fiona_connector (7.0.1.5.2.3.rc5)
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
 
@@ -1,3 +1,3 @@
1
1
  module InfoparkComponentCache
2
- VERSION = "4.0.1".freeze
2
+ VERSION = "4.1.0".freeze
3
3
  end
@@ -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.1
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: 2020-07-17 00:00:00.000000000 Z
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
- rubyforge_project:
224
- rubygems_version: 2.6.13
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: