vitreous_share 0.0.23 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vitreous/share/indexer.rb +0 -2
- data/lib/vitreous/share/version.rb +1 -1
- metadata +2 -2
@@ -37,8 +37,6 @@ module Vitreous
|
|
37
37
|
'title' => 'Not found',
|
38
38
|
'type' => 'item',
|
39
39
|
'elements' => [],
|
40
|
-
'txt' => 'Not found',
|
41
|
-
'description' => 'Not found'
|
42
40
|
}.merge(
|
43
41
|
Vitreous::Share::IndexerUtils.meta_properties(
|
44
42
|
structure['elements'].select { |e| e['name'] =~ /^_not_found\./ }
|