rails_web_cache 0.7.5 → 0.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +63 -63
- data/lib/rails_web_cache/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aa648c380564d57979bcd8f1402f5996a70f7e02b7bd6cfa6c51c36b701ef39
|
4
|
+
data.tar.gz: f66919529cff0ea0020f8ea04be1ced53c58ccdd37d3d3c3ff06cd25f77dbf6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed28790d524869a0ebbd4eb89eafda8bab6d2335f49c6fa19280aa51cdd577c88e36cb31b7b2f6041c0f5ade5b9b3307cce8df1df8693cfcbea0b70a40fd7e8e
|
7
|
+
data.tar.gz: b62de6b5e241aefa21abe289c8800c01689d975acf139164b2534ea8ce83e6deda51a3ef7451da4cabb1f0bd48e098c188a98d1afcff69fd524c7048ef78513e
|
data/Gemfile.lock
CHANGED
@@ -1,67 +1,67 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rails_web_cache (0.7.
|
4
|
+
rails_web_cache (0.7.6)
|
5
5
|
rails (>= 5.2, < 7.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (6.0.
|
11
|
-
actionpack (= 6.0.
|
10
|
+
actioncable (6.0.3.1)
|
11
|
+
actionpack (= 6.0.3.1)
|
12
12
|
nio4r (~> 2.0)
|
13
13
|
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailbox (6.0.
|
15
|
-
actionpack (= 6.0.
|
16
|
-
activejob (= 6.0.
|
17
|
-
activerecord (= 6.0.
|
18
|
-
activestorage (= 6.0.
|
19
|
-
activesupport (= 6.0.
|
14
|
+
actionmailbox (6.0.3.1)
|
15
|
+
actionpack (= 6.0.3.1)
|
16
|
+
activejob (= 6.0.3.1)
|
17
|
+
activerecord (= 6.0.3.1)
|
18
|
+
activestorage (= 6.0.3.1)
|
19
|
+
activesupport (= 6.0.3.1)
|
20
20
|
mail (>= 2.7.1)
|
21
|
-
actionmailer (6.0.
|
22
|
-
actionpack (= 6.0.
|
23
|
-
actionview (= 6.0.
|
24
|
-
activejob (= 6.0.
|
21
|
+
actionmailer (6.0.3.1)
|
22
|
+
actionpack (= 6.0.3.1)
|
23
|
+
actionview (= 6.0.3.1)
|
24
|
+
activejob (= 6.0.3.1)
|
25
25
|
mail (~> 2.5, >= 2.5.4)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
|
-
actionpack (6.0.
|
28
|
-
actionview (= 6.0.
|
29
|
-
activesupport (= 6.0.
|
27
|
+
actionpack (6.0.3.1)
|
28
|
+
actionview (= 6.0.3.1)
|
29
|
+
activesupport (= 6.0.3.1)
|
30
30
|
rack (~> 2.0, >= 2.0.8)
|
31
31
|
rack-test (>= 0.6.3)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
-
actiontext (6.0.
|
35
|
-
actionpack (= 6.0.
|
36
|
-
activerecord (= 6.0.
|
37
|
-
activestorage (= 6.0.
|
38
|
-
activesupport (= 6.0.
|
34
|
+
actiontext (6.0.3.1)
|
35
|
+
actionpack (= 6.0.3.1)
|
36
|
+
activerecord (= 6.0.3.1)
|
37
|
+
activestorage (= 6.0.3.1)
|
38
|
+
activesupport (= 6.0.3.1)
|
39
39
|
nokogiri (>= 1.8.5)
|
40
|
-
actionview (6.0.
|
41
|
-
activesupport (= 6.0.
|
40
|
+
actionview (6.0.3.1)
|
41
|
+
activesupport (= 6.0.3.1)
|
42
42
|
builder (~> 3.1)
|
43
43
|
erubi (~> 1.4)
|
44
44
|
rails-dom-testing (~> 2.0)
|
45
45
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
-
activejob (6.0.
|
47
|
-
activesupport (= 6.0.
|
46
|
+
activejob (6.0.3.1)
|
47
|
+
activesupport (= 6.0.3.1)
|
48
48
|
globalid (>= 0.3.6)
|
49
|
-
activemodel (6.0.
|
50
|
-
activesupport (= 6.0.
|
51
|
-
activerecord (6.0.
|
52
|
-
activemodel (= 6.0.
|
53
|
-
activesupport (= 6.0.
|
54
|
-
activestorage (6.0.
|
55
|
-
actionpack (= 6.0.
|
56
|
-
activejob (= 6.0.
|
57
|
-
activerecord (= 6.0.
|
49
|
+
activemodel (6.0.3.1)
|
50
|
+
activesupport (= 6.0.3.1)
|
51
|
+
activerecord (6.0.3.1)
|
52
|
+
activemodel (= 6.0.3.1)
|
53
|
+
activesupport (= 6.0.3.1)
|
54
|
+
activestorage (6.0.3.1)
|
55
|
+
actionpack (= 6.0.3.1)
|
56
|
+
activejob (= 6.0.3.1)
|
57
|
+
activerecord (= 6.0.3.1)
|
58
58
|
marcel (~> 0.3.1)
|
59
|
-
activesupport (6.0.
|
59
|
+
activesupport (6.0.3.1)
|
60
60
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
61
|
i18n (>= 0.7, < 2)
|
62
62
|
minitest (~> 5.1)
|
63
63
|
tzinfo (~> 1.1)
|
64
|
-
zeitwerk (~> 2.2)
|
64
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
65
65
|
builder (3.2.4)
|
66
66
|
concurrent-ruby (1.1.6)
|
67
67
|
coveralls (0.8.23)
|
@@ -79,7 +79,7 @@ GEM
|
|
79
79
|
i18n (1.8.2)
|
80
80
|
concurrent-ruby (~> 1.0)
|
81
81
|
json (2.3.0)
|
82
|
-
loofah (2.
|
82
|
+
loofah (2.5.0)
|
83
83
|
crass (~> 1.0.2)
|
84
84
|
nokogiri (>= 1.5.9)
|
85
85
|
mail (2.7.1)
|
@@ -87,52 +87,52 @@ GEM
|
|
87
87
|
marcel (0.3.3)
|
88
88
|
mimemagic (~> 0.3.2)
|
89
89
|
method_source (1.0.0)
|
90
|
-
mimemagic (0.3.
|
90
|
+
mimemagic (0.3.5)
|
91
91
|
mini_mime (1.0.2)
|
92
92
|
mini_portile2 (2.4.0)
|
93
|
-
minitest (5.14.
|
93
|
+
minitest (5.14.1)
|
94
94
|
nio4r (2.5.2)
|
95
95
|
nokogiri (1.10.9)
|
96
96
|
mini_portile2 (~> 2.4.0)
|
97
97
|
rack (2.2.2)
|
98
98
|
rack-test (1.1.0)
|
99
99
|
rack (>= 1.0, < 3)
|
100
|
-
rails (6.0.
|
101
|
-
actioncable (= 6.0.
|
102
|
-
actionmailbox (= 6.0.
|
103
|
-
actionmailer (= 6.0.
|
104
|
-
actionpack (= 6.0.
|
105
|
-
actiontext (= 6.0.
|
106
|
-
actionview (= 6.0.
|
107
|
-
activejob (= 6.0.
|
108
|
-
activemodel (= 6.0.
|
109
|
-
activerecord (= 6.0.
|
110
|
-
activestorage (= 6.0.
|
111
|
-
activesupport (= 6.0.
|
100
|
+
rails (6.0.3.1)
|
101
|
+
actioncable (= 6.0.3.1)
|
102
|
+
actionmailbox (= 6.0.3.1)
|
103
|
+
actionmailer (= 6.0.3.1)
|
104
|
+
actionpack (= 6.0.3.1)
|
105
|
+
actiontext (= 6.0.3.1)
|
106
|
+
actionview (= 6.0.3.1)
|
107
|
+
activejob (= 6.0.3.1)
|
108
|
+
activemodel (= 6.0.3.1)
|
109
|
+
activerecord (= 6.0.3.1)
|
110
|
+
activestorage (= 6.0.3.1)
|
111
|
+
activesupport (= 6.0.3.1)
|
112
112
|
bundler (>= 1.3.0)
|
113
|
-
railties (= 6.0.
|
113
|
+
railties (= 6.0.3.1)
|
114
114
|
sprockets-rails (>= 2.0.0)
|
115
115
|
rails-dom-testing (2.0.3)
|
116
116
|
activesupport (>= 4.2.0)
|
117
117
|
nokogiri (>= 1.6)
|
118
118
|
rails-html-sanitizer (1.3.0)
|
119
119
|
loofah (~> 2.3)
|
120
|
-
railties (6.0.
|
121
|
-
actionpack (= 6.0.
|
122
|
-
activesupport (= 6.0.
|
120
|
+
railties (6.0.3.1)
|
121
|
+
actionpack (= 6.0.3.1)
|
122
|
+
activesupport (= 6.0.3.1)
|
123
123
|
method_source
|
124
124
|
rake (>= 0.8.7)
|
125
125
|
thor (>= 0.20.3, < 2.0)
|
126
126
|
rake (13.0.1)
|
127
|
-
rspec-core (3.9.
|
128
|
-
rspec-support (~> 3.9.
|
129
|
-
rspec-expectations (3.9.
|
127
|
+
rspec-core (3.9.2)
|
128
|
+
rspec-support (~> 3.9.3)
|
129
|
+
rspec-expectations (3.9.2)
|
130
130
|
diff-lcs (>= 1.2.0, < 2.0)
|
131
131
|
rspec-support (~> 3.9.0)
|
132
132
|
rspec-mocks (3.9.1)
|
133
133
|
diff-lcs (>= 1.2.0, < 2.0)
|
134
134
|
rspec-support (~> 3.9.0)
|
135
|
-
rspec-rails (4.0.
|
135
|
+
rspec-rails (4.0.1)
|
136
136
|
actionpack (>= 4.2)
|
137
137
|
activesupport (>= 4.2)
|
138
138
|
railties (>= 4.2)
|
@@ -140,7 +140,7 @@ GEM
|
|
140
140
|
rspec-expectations (~> 3.9)
|
141
141
|
rspec-mocks (~> 3.9)
|
142
142
|
rspec-support (~> 3.9)
|
143
|
-
rspec-support (3.9.
|
143
|
+
rspec-support (3.9.3)
|
144
144
|
simplecov (0.16.1)
|
145
145
|
docile (~> 1.1)
|
146
146
|
json (>= 1.8, < 3)
|
@@ -158,11 +158,11 @@ GEM
|
|
158
158
|
tins (~> 1.0)
|
159
159
|
thor (1.0.1)
|
160
160
|
thread_safe (0.3.6)
|
161
|
-
tins (1.
|
161
|
+
tins (1.25.0)
|
162
162
|
sync
|
163
|
-
tzinfo (1.2.
|
163
|
+
tzinfo (1.2.7)
|
164
164
|
thread_safe (~> 0.1)
|
165
|
-
websocket-driver (0.7.
|
165
|
+
websocket-driver (0.7.2)
|
166
166
|
websocket-extensions (>= 0.1.0)
|
167
167
|
websocket-extensions (0.1.4)
|
168
168
|
zeitwerk (2.3.0)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_web_cache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boris BRESCIANI
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: coveralls
|