redis_web_manager 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +184 -0
- data/lib/redis_web_manager/version.rb +1 -1
- data/redis_web_manager.gemspec +1 -1
- metadata +11 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dec810361506eecf07fea24d4ed62f3b5fe01f2c984dec6f171c35ff9635b271
|
4
|
+
data.tar.gz: 56adc85ba8f87cc0d491225f1ec7ae6c50fd74b1f7294d17b2b64e41a078f8d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf0722bd13c035fe58bd28d4cb16eeb8e398e9e2eb9fe7f5430bb51202e49711a1fb737071b7ec6dc70fd980df4e4094dc41defb0583de42cea3c95b7d909225
|
7
|
+
data.tar.gz: 66cd5d4eeed26f08bea7d6febb98d4e83844df1c43baa08c099cd5c325f3934e522e122f928d20a500c79891fd66fff1501ccb2ceab6bb62c8f4d345c779bf5d
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,184 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
redis_web_manager (0.3.4)
|
5
|
+
pagy (~> 3.8)
|
6
|
+
rails (>= 5.2, < 7)
|
7
|
+
redis (>= 4.1.0, < 5)
|
8
|
+
|
9
|
+
GEM
|
10
|
+
remote: https://rubygems.org/
|
11
|
+
specs:
|
12
|
+
actioncable (6.0.3.2)
|
13
|
+
actionpack (= 6.0.3.2)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
actionmailbox (6.0.3.2)
|
17
|
+
actionpack (= 6.0.3.2)
|
18
|
+
activejob (= 6.0.3.2)
|
19
|
+
activerecord (= 6.0.3.2)
|
20
|
+
activestorage (= 6.0.3.2)
|
21
|
+
activesupport (= 6.0.3.2)
|
22
|
+
mail (>= 2.7.1)
|
23
|
+
actionmailer (6.0.3.2)
|
24
|
+
actionpack (= 6.0.3.2)
|
25
|
+
actionview (= 6.0.3.2)
|
26
|
+
activejob (= 6.0.3.2)
|
27
|
+
mail (~> 2.5, >= 2.5.4)
|
28
|
+
rails-dom-testing (~> 2.0)
|
29
|
+
actionpack (6.0.3.2)
|
30
|
+
actionview (= 6.0.3.2)
|
31
|
+
activesupport (= 6.0.3.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.3.2)
|
37
|
+
actionpack (= 6.0.3.2)
|
38
|
+
activerecord (= 6.0.3.2)
|
39
|
+
activestorage (= 6.0.3.2)
|
40
|
+
activesupport (= 6.0.3.2)
|
41
|
+
nokogiri (>= 1.8.5)
|
42
|
+
actionview (6.0.3.2)
|
43
|
+
activesupport (= 6.0.3.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.3.2)
|
49
|
+
activesupport (= 6.0.3.2)
|
50
|
+
globalid (>= 0.3.6)
|
51
|
+
activemodel (6.0.3.2)
|
52
|
+
activesupport (= 6.0.3.2)
|
53
|
+
activerecord (6.0.3.2)
|
54
|
+
activemodel (= 6.0.3.2)
|
55
|
+
activesupport (= 6.0.3.2)
|
56
|
+
activestorage (6.0.3.2)
|
57
|
+
actionpack (= 6.0.3.2)
|
58
|
+
activejob (= 6.0.3.2)
|
59
|
+
activerecord (= 6.0.3.2)
|
60
|
+
marcel (~> 0.3.1)
|
61
|
+
activesupport (6.0.3.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, >= 2.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.4.4)
|
77
|
+
docile (1.3.2)
|
78
|
+
erubi (1.9.0)
|
79
|
+
globalid (0.4.2)
|
80
|
+
activesupport (>= 4.2.0)
|
81
|
+
i18n (1.8.3)
|
82
|
+
concurrent-ruby (~> 1.0)
|
83
|
+
json (2.3.1)
|
84
|
+
loofah (2.6.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.5)
|
93
|
+
mini_mime (1.0.2)
|
94
|
+
mini_portile2 (2.4.0)
|
95
|
+
minitest (5.14.1)
|
96
|
+
nio4r (2.5.2)
|
97
|
+
nokogiri (1.10.9)
|
98
|
+
mini_portile2 (~> 2.4.0)
|
99
|
+
pagy (3.8.2)
|
100
|
+
rack (2.2.3)
|
101
|
+
rack-test (1.1.0)
|
102
|
+
rack (>= 1.0, < 3)
|
103
|
+
rails (6.0.3.2)
|
104
|
+
actioncable (= 6.0.3.2)
|
105
|
+
actionmailbox (= 6.0.3.2)
|
106
|
+
actionmailer (= 6.0.3.2)
|
107
|
+
actionpack (= 6.0.3.2)
|
108
|
+
actiontext (= 6.0.3.2)
|
109
|
+
actionview (= 6.0.3.2)
|
110
|
+
activejob (= 6.0.3.2)
|
111
|
+
activemodel (= 6.0.3.2)
|
112
|
+
activerecord (= 6.0.3.2)
|
113
|
+
activestorage (= 6.0.3.2)
|
114
|
+
activesupport (= 6.0.3.2)
|
115
|
+
bundler (>= 1.3.0)
|
116
|
+
railties (= 6.0.3.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.3.2)
|
124
|
+
actionpack (= 6.0.3.2)
|
125
|
+
activesupport (= 6.0.3.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.4)
|
131
|
+
rspec-core (3.9.2)
|
132
|
+
rspec-support (~> 3.9.3)
|
133
|
+
rspec-expectations (3.9.2)
|
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.1)
|
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.3)
|
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.2)
|
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.25.0)
|
166
|
+
sync
|
167
|
+
tzinfo (1.2.7)
|
168
|
+
thread_safe (~> 0.1)
|
169
|
+
websocket-driver (0.7.2)
|
170
|
+
websocket-extensions (>= 0.1.0)
|
171
|
+
websocket-extensions (0.1.5)
|
172
|
+
zeitwerk (2.3.1)
|
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
|
data/redis_web_manager.gemspec
CHANGED
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.5
|
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:
|
13
|
+
date: 2021-01-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: coveralls
|
@@ -92,16 +92,22 @@ dependencies:
|
|
92
92
|
name: redis
|
93
93
|
requirement: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
|
-
- - "
|
95
|
+
- - ">="
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: 4.1.0
|
98
|
+
- - "<"
|
99
|
+
- !ruby/object:Gem::Version
|
100
|
+
version: '5'
|
98
101
|
type: :runtime
|
99
102
|
prerelease: false
|
100
103
|
version_requirements: !ruby/object:Gem::Requirement
|
101
104
|
requirements:
|
102
|
-
- - "
|
105
|
+
- - ">="
|
103
106
|
- !ruby/object:Gem::Version
|
104
107
|
version: 4.1.0
|
108
|
+
- - "<"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '5'
|
105
111
|
description: Manage your Redis instance (See keys, memory used, connected client,
|
106
112
|
configuration, information)
|
107
113
|
email:
|
@@ -118,6 +124,7 @@ files:
|
|
118
124
|
- ".rubocop.yml"
|
119
125
|
- ".travis.yml"
|
120
126
|
- Gemfile
|
127
|
+
- Gemfile.lock
|
121
128
|
- MIT-LICENSE
|
122
129
|
- README.md
|
123
130
|
- Rakefile
|