muck-services 0.1.43 → 0.1.44
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/entries/details.html.erb +4 -1
- data/muck-services.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.44
|
@@ -17,9 +17,12 @@
|
|
17
17
|
<% end%>
|
18
18
|
</table>
|
19
19
|
|
20
|
+
<!--
|
21
|
+
|
20
22
|
<p>Ranking method:</p>
|
21
23
|
<ol>
|
22
24
|
<li><em>Popular items</em> ordered by number of clicks. These are items that have been clicked on at least 1.5 standard deviations more than the average number of times.</li>
|
23
25
|
<li><em>Highly relevant</em> items, ordered randomly. These are items with a relevance score at least one standard deviation higher than the average relevance score.</li>
|
24
26
|
<li><em>Other relevant</em> items, ordered randomly. These are the rest of the relevant items.</li>
|
25
|
-
</ol>
|
27
|
+
</ol>
|
28
|
+
-->
|
data/muck-services.gemspec
CHANGED