rbtagger 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rbtagger/version.rb +1 -1
- data/website/index.html +4 -4
- data/website/index.txt +1 -1
- metadata +2 -2
data/lib/rbtagger/version.rb
CHANGED
data/website/index.html
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
<div id="main">
|
|
32
32
|
|
|
33
33
|
<h1>rbtagger</h1>
|
|
34
|
-
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/
|
|
34
|
+
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rbtagger"; return false'>
|
|
35
35
|
<p>Get Version</p>
|
|
36
|
-
<a href="http://rubyforge.org/projects/
|
|
36
|
+
<a href="http://rubyforge.org/projects/rbtagger" class="numbers">0.2.2</a>
|
|
37
37
|
</div>
|
|
38
38
|
<h4 style="float:right;padding-right:10px;"> → ‘rb-brill-tagger’</h4>
|
|
39
39
|
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
<h2>Installing</h2>
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
<p><pre class='syntax'>sudo gem install
|
|
52
|
+
<p><pre class='syntax'>sudo gem install rbtagger</pre></p>
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
<h2>The basics</h2>
|
|
@@ -112,7 +112,7 @@ rake install_gem</pre>
|
|
|
112
112
|
|
|
113
113
|
<p>Comments are welcome. Send an email to <a href="mailto:FIXME"><span class="caps">FIXME</span> full name</a> email via the <a href="http://groups.google.com/group/rb-brill-tagger">forum</a></p>
|
|
114
114
|
<p class="coda">
|
|
115
|
-
<a href="FIXME email">FIXME full name</a>,
|
|
115
|
+
<a href="FIXME email">FIXME full name</a>, 15th May 2008<br>
|
|
116
116
|
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
|
|
117
117
|
</p>
|
|
118
118
|
</div>
|
data/website/index.txt
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbtagger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Todd A. Fisher
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-05-
|
|
12
|
+
date: 2008-05-16 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|