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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  = Revision history for ontopia-tldr
4
4
 
5
+ == 0.0.3 [2013-10-24]
6
+
7
+ * Fixed sample link display.
8
+
5
9
  == 0.0.2 [2013-10-24]
6
10
 
7
11
  * Only show sample link when sample present.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to ontopia-tldr version 0.0.2
5
+ This documentation refers to ontopia-tldr version 0.0.3
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -28,7 +28,7 @@ module Ontopia
28
28
 
29
29
  MAJOR = 0
30
30
  MINOR = 0
31
- TINY = 2
31
+ TINY = 3
32
32
 
33
33
  class << self
34
34
 
@@ -13,13 +13,13 @@
13
13
  <table>
14
14
  <tr>
15
15
  <td colspan="2">
16
- <strong><%=h settings.title_query %></strong><%= sample_link('q') %>:<br />
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('r') %>:<br />
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.2
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.2 [2013-10-24]:
108
+ ontopia-tldr-0.0.3 [2013-10-24]:
109
109
 
110
- * Only show sample link when sample present.
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.2)
118
+ - ontopia-tldr Application documentation (v0.0.3)
121
119
  - --main
122
120
  - README
123
121
  require_paths: