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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bda4eea4427dca7e696a419ed59935489a7b41bdc0f35274c32256eea50107d
4
- data.tar.gz: d72002ac33c69eb54749a6e1747ed1223c1833849993208406580e00b544e205
3
+ metadata.gz: 9138cf376ee2b15d9311b09da3c7b0dce6197adcb079d8022a575ecc92aadd99
4
+ data.tar.gz: 7a8d13d004ecf74c0bef72f706cdebded57dd86b3f14c8e5d8ddb4ede791d83f
5
5
  SHA512:
6
- metadata.gz: b19a6ca3a23474aff13ede41d847a1fa8c6c32b5a90bf49c2513dcea5ea802c788c5ff808126e0129ab9c0ae26a6cfa91c53b54dfe20689a9edecba8d16e6808
7
- data.tar.gz: 5fe86c6c2ad64fb7b6686de748c070a2db0842af84ba821a42330ea48113066cd30031ecfd02aba55aeaa894f4029e8d4984609d538e0b2bbb23216f20c4cccd
6
+ metadata.gz: 13d886dfe7485f41c8643a6787e35679e7df87677e673af722bd403b93bc75a5880e1cf92cc591030284c8007ac7a40c9a4c79b520dd9237dd29890457d1e2b1
7
+ data.tar.gz: ea89eb8a1ffdcec050bf67e6af48781026d2eb79bbf918b1099a036682b04da273a834ea917246aff2f85b8b83b63dfe5001430b0c8e3027ac2f157ee94ddd9f
data/.gitignore CHANGED
@@ -5,6 +5,7 @@
5
5
  /doc/
6
6
  /pkg/
7
7
  /spec/reports/
8
+ /spec/fake_app/log/*
8
9
  /tmp/
9
10
 
10
11
  # rspec failure tracking
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rocket_navigation (0.3.0)
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 (5.2.2)
13
- actionpack (= 5.2.2)
12
+ actioncable (6.0.1)
13
+ actionpack (= 6.0.1)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.2)
17
- actionpack (= 5.2.2)
18
- actionview (= 5.2.2)
19
- activejob (= 5.2.2)
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 (5.2.2)
23
- actionview (= 5.2.2)
24
- activesupport (= 5.2.2)
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.2)
29
- actionview (5.2.2)
30
- activesupport (= 5.2.2)
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.0, >= 1.0.3)
35
- activejob (5.2.2)
36
- activesupport (= 5.2.2)
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 (5.2.2)
39
- activesupport (= 5.2.2)
40
- activerecord (5.2.2)
41
- activemodel (= 5.2.2)
42
- activesupport (= 5.2.2)
43
- arel (>= 9.0)
44
- activestorage (5.2.2)
45
- actionpack (= 5.2.2)
46
- activerecord (= 5.2.2)
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 (5.2.2)
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
- addressable (2.6.0)
54
- public_suffix (>= 2.0.2, < 4.0)
55
- arel (9.0.0)
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.13.2)
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.2)
76
+ regexp_parser (~> 1.5)
64
77
  xpath (~> 3.2)
65
78
  coderay (1.1.2)
66
- concurrent-ruby (1.1.4)
67
- crass (1.0.4)
79
+ concurrent-ruby (1.1.5)
80
+ crass (1.0.5)
68
81
  diff-lcs (1.3)
69
- docile (1.3.1)
70
- erubi (1.8.0)
71
- ffi (1.10.0)
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.15.0)
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.5.3)
102
+ i18n (1.7.0)
90
103
  concurrent-ruby (~> 1.0)
91
- json (2.1.0)
92
- listen (3.1.5)
93
- rb-fsevent (~> 0.9, >= 0.9.4)
94
- rb-inotify (~> 0.9, >= 0.9.7)
95
- ruby_dep (~> 1.2)
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.1)
118
+ mini_mime (1.0.2)
107
119
  mini_portile2 (2.4.0)
108
- minitest (5.11.3)
120
+ minitest (5.13.0)
109
121
  nenv (0.3.0)
110
- nio4r (2.3.1)
111
- nokogiri (1.10.1)
122
+ nio4r (2.5.2)
123
+ nokogiri (1.10.5)
112
124
  mini_portile2 (~> 2.4.0)
113
- notiffany (0.1.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 (3.0.3)
120
- rack (2.0.6)
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 (5.2.2)
124
- actioncable (= 5.2.2)
125
- actionmailer (= 5.2.2)
126
- actionpack (= 5.2.2)
127
- actionview (= 5.2.2)
128
- activejob (= 5.2.2)
129
- activemodel (= 5.2.2)
130
- activerecord (= 5.2.2)
131
- activestorage (= 5.2.2)
132
- activesupport (= 5.2.2)
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 (= 5.2.2)
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.4)
140
- loofah (~> 2.2, >= 2.2.2)
141
- railties (5.2.2)
142
- actionpack (= 5.2.2)
143
- activesupport (= 5.2.2)
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.19.0, < 2.0)
147
- rake (12.3.2)
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.1.1)
152
- regexp_parser (1.3.0)
153
- rspec (3.8.0)
154
- rspec-core (~> 3.8.0)
155
- rspec-expectations (~> 3.8.0)
156
- rspec-mocks (~> 3.8.0)
157
- rspec-core (3.8.0)
158
- rspec-support (~> 3.8.0)
159
- rspec-expectations (3.8.2)
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.8.0)
162
- rspec-mocks (3.8.0)
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.8.0)
165
- rspec-rails (3.8.2)
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.8.0)
170
- rspec-expectations (~> 3.8.0)
171
- rspec-mocks (~> 3.8.0)
172
- rspec-support (~> 3.8.0)
173
- rspec-support (3.8.0)
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.16.1)
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 (3.7.2)
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.0)
205
+ websocket-driver (0.7.1)
193
206
  websocket-extensions (>= 0.1.0)
194
- websocket-extensions (0.1.3)
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.2
229
+ 1.17.3
@@ -96,7 +96,7 @@ module RocketNavigation
96
96
  end
97
97
 
98
98
  def expand_all?
99
- !options.key?(:expand_all) || options[:expand_all] == false
99
+ !options.key?(:expand_all) || options[:expand_all] == true
100
100
  end
101
101
 
102
102
  def level
@@ -1,3 +1,3 @@
1
1
  module RocketNavigation
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
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.0
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-01-31 00:00:00.000000000 Z
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.2
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).