rbtagger 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module RbTagger #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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/ruletagger"; return false'>
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/ruletagger" class="numbers">0.2.0</a>
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;"> &#x2192; &#8216;rb-brill-tagger&#8217;</h4>
39
39
 
@@ -49,7 +49,7 @@
49
49
  <h2>Installing</h2>
50
50
 
51
51
 
52
- <p><pre class='syntax'>sudo gem install ruletagger</pre></p>
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>, 14th May 2008<br>
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
@@ -11,7 +11,7 @@ This work is based on the work of Eric Brill
11
11
 
12
12
  h2. Installing
13
13
 
14
- <pre syntax="bash">sudo gem install ruletagger</pre>
14
+ <pre syntax="bash">sudo gem install rbtagger</pre>
15
15
 
16
16
  h2. The basics
17
17
 
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.0
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-15 00:00:00 -04:00
12
+ date: 2008-05-16 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15