public
Fork of halorgium/mephisto
Description: A refactored Mephisto that has multiple spam detection engines.
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/francois/mephisto.git
introducing mephisto 0.8: drax the destroyer
technoweenie (author)
Sat Feb 02 15:56:08 -0800 2008
commit  9a46c5783ec1fa239ef87cc5b0eac7ed143569ae
tree    12c1a8236c25bceda62fb0816a4781629862444c
parent  732ae97c4612e6495182a86c981830049b3203cc
...
1
2
3
4
5
 
 
6
7
 
8
9
10
...
1
2
3
 
 
4
5
6
 
7
8
9
10
0
@@ -1,9 +1,9 @@
0
 module Mephisto
0
   module Version
0
     MAJOR = 0
0
- MINOR = 7
0
- TINY = 3
0
+ MINOR = 8
0
+ TINY = 0
0
     STRING = [MAJOR, MINOR, TINY].join('.').freeze
0
- TITLE = "Noh-Varr".freeze
0
+ TITLE = "Drax".freeze
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.