redis_web_manager 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/redis_web_manager/version.rb +1 -1
- data/redis_web_manager.gemspec +1 -1
- metadata +4 -5
- data/Gemfile.lock +0 -184
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87282a19ada15764441008d37f194bff06f282a71b8d2e62760ec03af4aeb071
|
4
|
+
data.tar.gz: 728d6078be9216f01b53d4cf8dfeb3eb6ab4ef82dfd9f2f3bee9a47e666a688a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2daea2f01fa82df07a3830d346222df004f9150f02b1ef92988537dd63242000c1093be2d4b4150093c1f32331fec2d6c688eb65660296b60c4b93b8d44d65a1
|
7
|
+
data.tar.gz: 8a599b60c3324e1d5ce01c7fb2fc183d144c436ca9aa509ffb38ba4b83a5ff73da5dd3d41bd4113b5da06716e743a9a32eeb08a10eaf75f28f400730a2e861be
|
data/redis_web_manager.gemspec
CHANGED
@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
|
|
38
38
|
spec.add_development_dependency 'rspec-rails', '~> 4.0.0'
|
39
39
|
spec.add_development_dependency 'simplecov', '~> 0.16'
|
40
40
|
|
41
|
-
spec.add_dependency 'pagy', '~> 3.
|
41
|
+
spec.add_dependency 'pagy', '~> 3.8'
|
42
42
|
spec.add_dependency 'rails', '>= 5.2', '< 7'
|
43
43
|
spec.add_dependency 'redis', '~> 4.1.0'
|
44
44
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redis_web_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boris BRESCIANI
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-
|
13
|
+
date: 2020-05-31 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: coveralls
|
@@ -60,14 +60,14 @@ dependencies:
|
|
60
60
|
requirements:
|
61
61
|
- - "~>"
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: '3.
|
63
|
+
version: '3.8'
|
64
64
|
type: :runtime
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - "~>"
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: '3.
|
70
|
+
version: '3.8'
|
71
71
|
- !ruby/object:Gem::Dependency
|
72
72
|
name: rails
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
@@ -118,7 +118,6 @@ files:
|
|
118
118
|
- ".rubocop.yml"
|
119
119
|
- ".travis.yml"
|
120
120
|
- Gemfile
|
121
|
-
- Gemfile.lock
|
122
121
|
- MIT-LICENSE
|
123
122
|
- README.md
|
124
123
|
- Rakefile
|
data/Gemfile.lock
DELETED
@@ -1,184 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
redis_web_manager (0.3.2)
|
5
|
-
pagy (~> 3.7)
|
6
|
-
rails (>= 5.2, < 7)
|
7
|
-
redis (~> 4.1.0)
|
8
|
-
|
9
|
-
GEM
|
10
|
-
remote: https://rubygems.org/
|
11
|
-
specs:
|
12
|
-
actioncable (6.0.2.2)
|
13
|
-
actionpack (= 6.0.2.2)
|
14
|
-
nio4r (~> 2.0)
|
15
|
-
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.0.2.2)
|
17
|
-
actionpack (= 6.0.2.2)
|
18
|
-
activejob (= 6.0.2.2)
|
19
|
-
activerecord (= 6.0.2.2)
|
20
|
-
activestorage (= 6.0.2.2)
|
21
|
-
activesupport (= 6.0.2.2)
|
22
|
-
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.0.2.2)
|
24
|
-
actionpack (= 6.0.2.2)
|
25
|
-
actionview (= 6.0.2.2)
|
26
|
-
activejob (= 6.0.2.2)
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
28
|
-
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (6.0.2.2)
|
30
|
-
actionview (= 6.0.2.2)
|
31
|
-
activesupport (= 6.0.2.2)
|
32
|
-
rack (~> 2.0, >= 2.0.8)
|
33
|
-
rack-test (>= 0.6.3)
|
34
|
-
rails-dom-testing (~> 2.0)
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
-
actiontext (6.0.2.2)
|
37
|
-
actionpack (= 6.0.2.2)
|
38
|
-
activerecord (= 6.0.2.2)
|
39
|
-
activestorage (= 6.0.2.2)
|
40
|
-
activesupport (= 6.0.2.2)
|
41
|
-
nokogiri (>= 1.8.5)
|
42
|
-
actionview (6.0.2.2)
|
43
|
-
activesupport (= 6.0.2.2)
|
44
|
-
builder (~> 3.1)
|
45
|
-
erubi (~> 1.4)
|
46
|
-
rails-dom-testing (~> 2.0)
|
47
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
-
activejob (6.0.2.2)
|
49
|
-
activesupport (= 6.0.2.2)
|
50
|
-
globalid (>= 0.3.6)
|
51
|
-
activemodel (6.0.2.2)
|
52
|
-
activesupport (= 6.0.2.2)
|
53
|
-
activerecord (6.0.2.2)
|
54
|
-
activemodel (= 6.0.2.2)
|
55
|
-
activesupport (= 6.0.2.2)
|
56
|
-
activestorage (6.0.2.2)
|
57
|
-
actionpack (= 6.0.2.2)
|
58
|
-
activejob (= 6.0.2.2)
|
59
|
-
activerecord (= 6.0.2.2)
|
60
|
-
marcel (~> 0.3.1)
|
61
|
-
activesupport (6.0.2.2)
|
62
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
63
|
-
i18n (>= 0.7, < 2)
|
64
|
-
minitest (~> 5.1)
|
65
|
-
tzinfo (~> 1.1)
|
66
|
-
zeitwerk (~> 2.2)
|
67
|
-
builder (3.2.4)
|
68
|
-
concurrent-ruby (1.1.6)
|
69
|
-
coveralls (0.8.23)
|
70
|
-
json (>= 1.8, < 3)
|
71
|
-
simplecov (~> 0.16.1)
|
72
|
-
term-ansicolor (~> 1.3)
|
73
|
-
thor (>= 0.19.4, < 2.0)
|
74
|
-
tins (~> 1.6)
|
75
|
-
crass (1.0.6)
|
76
|
-
diff-lcs (1.3)
|
77
|
-
docile (1.3.2)
|
78
|
-
erubi (1.9.0)
|
79
|
-
globalid (0.4.2)
|
80
|
-
activesupport (>= 4.2.0)
|
81
|
-
i18n (1.8.2)
|
82
|
-
concurrent-ruby (~> 1.0)
|
83
|
-
json (2.3.0)
|
84
|
-
loofah (2.4.0)
|
85
|
-
crass (~> 1.0.2)
|
86
|
-
nokogiri (>= 1.5.9)
|
87
|
-
mail (2.7.1)
|
88
|
-
mini_mime (>= 0.1.1)
|
89
|
-
marcel (0.3.3)
|
90
|
-
mimemagic (~> 0.3.2)
|
91
|
-
method_source (1.0.0)
|
92
|
-
mimemagic (0.3.4)
|
93
|
-
mini_mime (1.0.2)
|
94
|
-
mini_portile2 (2.4.0)
|
95
|
-
minitest (5.14.0)
|
96
|
-
nio4r (2.5.2)
|
97
|
-
nokogiri (1.10.9)
|
98
|
-
mini_portile2 (~> 2.4.0)
|
99
|
-
pagy (3.7.4)
|
100
|
-
rack (2.2.2)
|
101
|
-
rack-test (1.1.0)
|
102
|
-
rack (>= 1.0, < 3)
|
103
|
-
rails (6.0.2.2)
|
104
|
-
actioncable (= 6.0.2.2)
|
105
|
-
actionmailbox (= 6.0.2.2)
|
106
|
-
actionmailer (= 6.0.2.2)
|
107
|
-
actionpack (= 6.0.2.2)
|
108
|
-
actiontext (= 6.0.2.2)
|
109
|
-
actionview (= 6.0.2.2)
|
110
|
-
activejob (= 6.0.2.2)
|
111
|
-
activemodel (= 6.0.2.2)
|
112
|
-
activerecord (= 6.0.2.2)
|
113
|
-
activestorage (= 6.0.2.2)
|
114
|
-
activesupport (= 6.0.2.2)
|
115
|
-
bundler (>= 1.3.0)
|
116
|
-
railties (= 6.0.2.2)
|
117
|
-
sprockets-rails (>= 2.0.0)
|
118
|
-
rails-dom-testing (2.0.3)
|
119
|
-
activesupport (>= 4.2.0)
|
120
|
-
nokogiri (>= 1.6)
|
121
|
-
rails-html-sanitizer (1.3.0)
|
122
|
-
loofah (~> 2.3)
|
123
|
-
railties (6.0.2.2)
|
124
|
-
actionpack (= 6.0.2.2)
|
125
|
-
activesupport (= 6.0.2.2)
|
126
|
-
method_source
|
127
|
-
rake (>= 0.8.7)
|
128
|
-
thor (>= 0.20.3, < 2.0)
|
129
|
-
rake (13.0.1)
|
130
|
-
redis (4.1.3)
|
131
|
-
rspec-core (3.9.1)
|
132
|
-
rspec-support (~> 3.9.1)
|
133
|
-
rspec-expectations (3.9.1)
|
134
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
135
|
-
rspec-support (~> 3.9.0)
|
136
|
-
rspec-mocks (3.9.1)
|
137
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
138
|
-
rspec-support (~> 3.9.0)
|
139
|
-
rspec-rails (4.0.0)
|
140
|
-
actionpack (>= 4.2)
|
141
|
-
activesupport (>= 4.2)
|
142
|
-
railties (>= 4.2)
|
143
|
-
rspec-core (~> 3.9)
|
144
|
-
rspec-expectations (~> 3.9)
|
145
|
-
rspec-mocks (~> 3.9)
|
146
|
-
rspec-support (~> 3.9)
|
147
|
-
rspec-support (3.9.2)
|
148
|
-
simplecov (0.16.1)
|
149
|
-
docile (~> 1.1)
|
150
|
-
json (>= 1.8, < 3)
|
151
|
-
simplecov-html (~> 0.10.0)
|
152
|
-
simplecov-html (0.10.2)
|
153
|
-
sprockets (4.0.0)
|
154
|
-
concurrent-ruby (~> 1.0)
|
155
|
-
rack (> 1, < 3)
|
156
|
-
sprockets-rails (3.2.1)
|
157
|
-
actionpack (>= 4.0)
|
158
|
-
activesupport (>= 4.0)
|
159
|
-
sprockets (>= 3.0.0)
|
160
|
-
sync (0.5.0)
|
161
|
-
term-ansicolor (1.7.1)
|
162
|
-
tins (~> 1.0)
|
163
|
-
thor (1.0.1)
|
164
|
-
thread_safe (0.3.6)
|
165
|
-
tins (1.24.1)
|
166
|
-
sync
|
167
|
-
tzinfo (1.2.6)
|
168
|
-
thread_safe (~> 0.1)
|
169
|
-
websocket-driver (0.7.1)
|
170
|
-
websocket-extensions (>= 0.1.0)
|
171
|
-
websocket-extensions (0.1.4)
|
172
|
-
zeitwerk (2.3.0)
|
173
|
-
|
174
|
-
PLATFORMS
|
175
|
-
ruby
|
176
|
-
|
177
|
-
DEPENDENCIES
|
178
|
-
coveralls (~> 0.8)
|
179
|
-
redis_web_manager!
|
180
|
-
rspec-rails (~> 4.0.0)
|
181
|
-
simplecov (~> 0.16)
|
182
|
-
|
183
|
-
BUNDLED WITH
|
184
|
-
2.1.4
|