ontopia-tldr 0.0.2-java → 0.0.3-java
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +4 -0
- data/README +1 -1
- data/lib/ontopia/tldr/version.rb +1 -1
- data/lib/ontopia/tldr/views/index.erb +2 -2
- metadata +4 -6
data/ChangeLog
CHANGED
data/README
CHANGED
data/lib/ontopia/tldr/version.rb
CHANGED
@@ -13,13 +13,13 @@
|
|
13
13
|
<table>
|
14
14
|
<tr>
|
15
15
|
<td colspan="2">
|
16
|
-
<strong><%=h settings.title_query %></strong><%= sample_link(
|
16
|
+
<strong><%=h settings.title_query %></strong><%= sample_link(:q) %>:<br />
|
17
17
|
<textarea name="q" rows="10" cols="50"><%=h @query %></textarea>
|
18
18
|
</td>
|
19
19
|
</tr>
|
20
20
|
<tr>
|
21
21
|
<td colspan="2">
|
22
|
-
<strong><%=h settings.title_rules %></strong><%= sample_link(
|
22
|
+
<strong><%=h settings.title_rules %></strong><%= sample_link(:r) %>:<br />
|
23
23
|
<textarea name="r" rows="10" cols="50"><%=h @rules %></textarea>
|
24
24
|
</td>
|
25
25
|
</tr>
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: ontopia-tldr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.3
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Jens Wille
|
@@ -105,11 +105,9 @@ licenses:
|
|
105
105
|
- AGPL
|
106
106
|
post_install_message: |2+
|
107
107
|
|
108
|
-
ontopia-tldr-0.0.
|
108
|
+
ontopia-tldr-0.0.3 [2013-10-24]:
|
109
109
|
|
110
|
-
*
|
111
|
-
* Added alternative filter implementation.
|
112
|
-
* Updated README.
|
110
|
+
* Fixed sample link display.
|
113
111
|
|
114
112
|
rdoc_options:
|
115
113
|
- --charset
|
@@ -117,7 +115,7 @@ rdoc_options:
|
|
117
115
|
- --line-numbers
|
118
116
|
- --all
|
119
117
|
- --title
|
120
|
-
- ontopia-tldr Application documentation (v0.0.
|
118
|
+
- ontopia-tldr Application documentation (v0.0.3)
|
121
119
|
- --main
|
122
120
|
- README
|
123
121
|
require_paths:
|