rocket_navigation 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/Gemfile.lock +107 -93
- data/lib/rocket_navigation/renderer/base.rb +1 -1
- data/lib/rocket_navigation/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9138cf376ee2b15d9311b09da3c7b0dce6197adcb079d8022a575ecc92aadd99
|
4
|
+
data.tar.gz: 7a8d13d004ecf74c0bef72f706cdebded57dd86b3f14c8e5d8ddb4ede791d83f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13d886dfe7485f41c8643a6787e35679e7df87677e673af722bd403b93bc75a5880e1cf92cc591030284c8007ac7a40c9a4c79b520dd9237dd29890457d1e2b1
|
7
|
+
data.tar.gz: ea89eb8a1ffdcec050bf67e6af48781026d2eb79bbf918b1099a036682b04da273a834ea917246aff2f85b8b83b63dfe5001430b0c8e3027ac2f157ee94ddd9f
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rocket_navigation (0.3.
|
4
|
+
rocket_navigation (0.3.1)
|
5
5
|
actionpack (>= 5.0)
|
6
6
|
actionview (>= 5.0)
|
7
7
|
activesupport (>= 5.0)
|
@@ -9,70 +9,83 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (
|
13
|
-
actionpack (=
|
12
|
+
actioncable (6.0.1)
|
13
|
+
actionpack (= 6.0.1)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
|
17
|
-
actionpack (=
|
18
|
-
|
19
|
-
|
16
|
+
actionmailbox (6.0.1)
|
17
|
+
actionpack (= 6.0.1)
|
18
|
+
activejob (= 6.0.1)
|
19
|
+
activerecord (= 6.0.1)
|
20
|
+
activestorage (= 6.0.1)
|
21
|
+
activesupport (= 6.0.1)
|
22
|
+
mail (>= 2.7.1)
|
23
|
+
actionmailer (6.0.1)
|
24
|
+
actionpack (= 6.0.1)
|
25
|
+
actionview (= 6.0.1)
|
26
|
+
activejob (= 6.0.1)
|
20
27
|
mail (~> 2.5, >= 2.5.4)
|
21
28
|
rails-dom-testing (~> 2.0)
|
22
|
-
actionpack (
|
23
|
-
actionview (=
|
24
|
-
activesupport (=
|
29
|
+
actionpack (6.0.1)
|
30
|
+
actionview (= 6.0.1)
|
31
|
+
activesupport (= 6.0.1)
|
25
32
|
rack (~> 2.0)
|
26
33
|
rack-test (>= 0.6.3)
|
27
34
|
rails-dom-testing (~> 2.0)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
29
|
-
|
30
|
-
|
35
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
36
|
+
actiontext (6.0.1)
|
37
|
+
actionpack (= 6.0.1)
|
38
|
+
activerecord (= 6.0.1)
|
39
|
+
activestorage (= 6.0.1)
|
40
|
+
activesupport (= 6.0.1)
|
41
|
+
nokogiri (>= 1.8.5)
|
42
|
+
actionview (6.0.1)
|
43
|
+
activesupport (= 6.0.1)
|
31
44
|
builder (~> 3.1)
|
32
45
|
erubi (~> 1.4)
|
33
46
|
rails-dom-testing (~> 2.0)
|
34
|
-
rails-html-sanitizer (~> 1.
|
35
|
-
activejob (
|
36
|
-
activesupport (=
|
47
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
48
|
+
activejob (6.0.1)
|
49
|
+
activesupport (= 6.0.1)
|
37
50
|
globalid (>= 0.3.6)
|
38
|
-
activemodel (
|
39
|
-
activesupport (=
|
40
|
-
activerecord (
|
41
|
-
activemodel (=
|
42
|
-
activesupport (=
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
activerecord (=
|
51
|
+
activemodel (6.0.1)
|
52
|
+
activesupport (= 6.0.1)
|
53
|
+
activerecord (6.0.1)
|
54
|
+
activemodel (= 6.0.1)
|
55
|
+
activesupport (= 6.0.1)
|
56
|
+
activestorage (6.0.1)
|
57
|
+
actionpack (= 6.0.1)
|
58
|
+
activejob (= 6.0.1)
|
59
|
+
activerecord (= 6.0.1)
|
47
60
|
marcel (~> 0.3.1)
|
48
|
-
activesupport (
|
61
|
+
activesupport (6.0.1)
|
49
62
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
50
63
|
i18n (>= 0.7, < 2)
|
51
64
|
minitest (~> 5.1)
|
52
65
|
tzinfo (~> 1.1)
|
53
|
-
|
54
|
-
|
55
|
-
|
66
|
+
zeitwerk (~> 2.2)
|
67
|
+
addressable (2.7.0)
|
68
|
+
public_suffix (>= 2.0.2, < 5.0)
|
56
69
|
builder (3.2.3)
|
57
|
-
capybara (3.
|
70
|
+
capybara (3.29.0)
|
58
71
|
addressable
|
59
72
|
mini_mime (>= 0.1.3)
|
60
73
|
nokogiri (~> 1.8)
|
61
74
|
rack (>= 1.6.0)
|
62
75
|
rack-test (>= 0.6.3)
|
63
|
-
regexp_parser (~> 1.
|
76
|
+
regexp_parser (~> 1.5)
|
64
77
|
xpath (~> 3.2)
|
65
78
|
coderay (1.1.2)
|
66
|
-
concurrent-ruby (1.1.
|
67
|
-
crass (1.0.
|
79
|
+
concurrent-ruby (1.1.5)
|
80
|
+
crass (1.0.5)
|
68
81
|
diff-lcs (1.3)
|
69
|
-
docile (1.3.
|
70
|
-
erubi (1.
|
71
|
-
ffi (1.
|
82
|
+
docile (1.3.2)
|
83
|
+
erubi (1.9.0)
|
84
|
+
ffi (1.11.2)
|
72
85
|
formatador (0.2.5)
|
73
86
|
globalid (0.4.2)
|
74
87
|
activesupport (>= 4.2.0)
|
75
|
-
guard (2.
|
88
|
+
guard (2.16.1)
|
76
89
|
formatador (>= 0.2.4)
|
77
90
|
listen (>= 2.7, < 4.0)
|
78
91
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -86,14 +99,13 @@ GEM
|
|
86
99
|
guard (~> 2.1)
|
87
100
|
guard-compat (~> 1.1)
|
88
101
|
rspec (>= 2.99.0, < 4.0)
|
89
|
-
i18n (1.
|
102
|
+
i18n (1.7.0)
|
90
103
|
concurrent-ruby (~> 1.0)
|
91
|
-
json (2.
|
92
|
-
listen (3.
|
93
|
-
rb-fsevent (~> 0.
|
94
|
-
rb-inotify (~> 0.9, >= 0.9.
|
95
|
-
|
96
|
-
loofah (2.2.3)
|
104
|
+
json (2.2.0)
|
105
|
+
listen (3.2.0)
|
106
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
107
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
108
|
+
loofah (2.3.1)
|
97
109
|
crass (~> 1.0.2)
|
98
110
|
nokogiri (>= 1.5.9)
|
99
111
|
lumberjack (1.0.13)
|
@@ -103,82 +115,83 @@ GEM
|
|
103
115
|
mimemagic (~> 0.3.2)
|
104
116
|
method_source (0.9.2)
|
105
117
|
mimemagic (0.3.3)
|
106
|
-
mini_mime (1.0.
|
118
|
+
mini_mime (1.0.2)
|
107
119
|
mini_portile2 (2.4.0)
|
108
|
-
minitest (5.
|
120
|
+
minitest (5.13.0)
|
109
121
|
nenv (0.3.0)
|
110
|
-
nio4r (2.
|
111
|
-
nokogiri (1.10.
|
122
|
+
nio4r (2.5.2)
|
123
|
+
nokogiri (1.10.5)
|
112
124
|
mini_portile2 (~> 2.4.0)
|
113
|
-
notiffany (0.1.
|
125
|
+
notiffany (0.1.3)
|
114
126
|
nenv (~> 0.1)
|
115
127
|
shellany (~> 0.0)
|
116
128
|
pry (0.12.2)
|
117
129
|
coderay (~> 1.1.0)
|
118
130
|
method_source (~> 0.9.0)
|
119
|
-
public_suffix (
|
120
|
-
rack (2.0.
|
131
|
+
public_suffix (4.0.1)
|
132
|
+
rack (2.0.7)
|
121
133
|
rack-test (1.1.0)
|
122
134
|
rack (>= 1.0, < 3)
|
123
|
-
rails (
|
124
|
-
actioncable (=
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
135
|
+
rails (6.0.1)
|
136
|
+
actioncable (= 6.0.1)
|
137
|
+
actionmailbox (= 6.0.1)
|
138
|
+
actionmailer (= 6.0.1)
|
139
|
+
actionpack (= 6.0.1)
|
140
|
+
actiontext (= 6.0.1)
|
141
|
+
actionview (= 6.0.1)
|
142
|
+
activejob (= 6.0.1)
|
143
|
+
activemodel (= 6.0.1)
|
144
|
+
activerecord (= 6.0.1)
|
145
|
+
activestorage (= 6.0.1)
|
146
|
+
activesupport (= 6.0.1)
|
133
147
|
bundler (>= 1.3.0)
|
134
|
-
railties (=
|
148
|
+
railties (= 6.0.1)
|
135
149
|
sprockets-rails (>= 2.0.0)
|
136
150
|
rails-dom-testing (2.0.3)
|
137
151
|
activesupport (>= 4.2.0)
|
138
152
|
nokogiri (>= 1.6)
|
139
|
-
rails-html-sanitizer (1.0
|
140
|
-
loofah (~> 2.
|
141
|
-
railties (
|
142
|
-
actionpack (=
|
143
|
-
activesupport (=
|
153
|
+
rails-html-sanitizer (1.3.0)
|
154
|
+
loofah (~> 2.3)
|
155
|
+
railties (6.0.1)
|
156
|
+
actionpack (= 6.0.1)
|
157
|
+
activesupport (= 6.0.1)
|
144
158
|
method_source
|
145
159
|
rake (>= 0.8.7)
|
146
|
-
thor (>= 0.
|
147
|
-
rake (12.3.
|
160
|
+
thor (>= 0.20.3, < 2.0)
|
161
|
+
rake (12.3.3)
|
148
162
|
rb-fsevent (0.10.3)
|
149
163
|
rb-inotify (0.10.0)
|
150
164
|
ffi (~> 1.0)
|
151
|
-
rdoc (6.
|
152
|
-
regexp_parser (1.
|
153
|
-
rspec (3.
|
154
|
-
rspec-core (~> 3.
|
155
|
-
rspec-expectations (~> 3.
|
156
|
-
rspec-mocks (~> 3.
|
157
|
-
rspec-core (3.
|
158
|
-
rspec-support (~> 3.
|
159
|
-
rspec-expectations (3.
|
165
|
+
rdoc (6.2.0)
|
166
|
+
regexp_parser (1.6.0)
|
167
|
+
rspec (3.9.0)
|
168
|
+
rspec-core (~> 3.9.0)
|
169
|
+
rspec-expectations (~> 3.9.0)
|
170
|
+
rspec-mocks (~> 3.9.0)
|
171
|
+
rspec-core (3.9.0)
|
172
|
+
rspec-support (~> 3.9.0)
|
173
|
+
rspec-expectations (3.9.0)
|
160
174
|
diff-lcs (>= 1.2.0, < 2.0)
|
161
|
-
rspec-support (~> 3.
|
162
|
-
rspec-mocks (3.
|
175
|
+
rspec-support (~> 3.9.0)
|
176
|
+
rspec-mocks (3.9.0)
|
163
177
|
diff-lcs (>= 1.2.0, < 2.0)
|
164
|
-
rspec-support (~> 3.
|
165
|
-
rspec-rails (3.
|
178
|
+
rspec-support (~> 3.9.0)
|
179
|
+
rspec-rails (3.9.0)
|
166
180
|
actionpack (>= 3.0)
|
167
181
|
activesupport (>= 3.0)
|
168
182
|
railties (>= 3.0)
|
169
|
-
rspec-core (~> 3.
|
170
|
-
rspec-expectations (~> 3.
|
171
|
-
rspec-mocks (~> 3.
|
172
|
-
rspec-support (~> 3.
|
173
|
-
rspec-support (3.
|
174
|
-
ruby_dep (1.5.0)
|
183
|
+
rspec-core (~> 3.9.0)
|
184
|
+
rspec-expectations (~> 3.9.0)
|
185
|
+
rspec-mocks (~> 3.9.0)
|
186
|
+
rspec-support (~> 3.9.0)
|
187
|
+
rspec-support (3.9.0)
|
175
188
|
shellany (0.0.1)
|
176
|
-
simplecov (0.
|
189
|
+
simplecov (0.17.1)
|
177
190
|
docile (~> 1.1)
|
178
191
|
json (>= 1.8, < 3)
|
179
192
|
simplecov-html (~> 0.10.0)
|
180
193
|
simplecov-html (0.10.2)
|
181
|
-
sprockets (
|
194
|
+
sprockets (4.0.0)
|
182
195
|
concurrent-ruby (~> 1.0)
|
183
196
|
rack (> 1, < 3)
|
184
197
|
sprockets-rails (3.2.1)
|
@@ -189,11 +202,12 @@ GEM
|
|
189
202
|
thread_safe (0.3.6)
|
190
203
|
tzinfo (1.2.5)
|
191
204
|
thread_safe (~> 0.1)
|
192
|
-
websocket-driver (0.7.
|
205
|
+
websocket-driver (0.7.1)
|
193
206
|
websocket-extensions (>= 0.1.0)
|
194
|
-
websocket-extensions (0.1.
|
207
|
+
websocket-extensions (0.1.4)
|
195
208
|
xpath (3.2.0)
|
196
209
|
nokogiri (~> 1.8)
|
210
|
+
zeitwerk (2.2.1)
|
197
211
|
|
198
212
|
PLATFORMS
|
199
213
|
ruby
|
@@ -212,4 +226,4 @@ DEPENDENCIES
|
|
212
226
|
tzinfo
|
213
227
|
|
214
228
|
BUNDLED WITH
|
215
|
-
1.17.
|
229
|
+
1.17.3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rocket_navigation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gleb Tv
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
248
|
- !ruby/object:Gem::Version
|
249
249
|
version: '0'
|
250
250
|
requirements: []
|
251
|
-
rubygems_version: 3.0.
|
251
|
+
rubygems_version: 3.0.6
|
252
252
|
signing_key:
|
253
253
|
specification_version: 4
|
254
254
|
summary: rocket_navigation is a gem for creating navigation / menu (for Rails).
|