Fixes for documentation and test directories that didn't make it into the repo.
This commit is contained in:
parent
28948e513f
commit
c9450e8415
20 changed files with 36 additions and 80 deletions
18
lib/ezmlm.rb
18
lib/ezmlm.rb
|
|
@ -1,5 +1,6 @@
|
|||
# vim: set nosta noet ts=4 sw=4:
|
||||
|
||||
require 'pathname'
|
||||
|
||||
# A Ruby interface to the ezmlm-idx mailing list system.
|
||||
#
|
||||
|
|
@ -9,24 +10,11 @@
|
|||
# puts "\"%s\" <%s>" % [ list.name, list.address ]
|
||||
# end
|
||||
#
|
||||
#
|
||||
# == Version
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
#---
|
||||
#
|
||||
# Please see the file LICENSE in the base directory for licensing details.
|
||||
#
|
||||
|
||||
require 'pathname'
|
||||
|
||||
|
||||
### Toplevel namespace module
|
||||
module Ezmlm
|
||||
# $Id$
|
||||
|
||||
# Package version
|
||||
VERSION = '1.0.0'
|
||||
VERSION = '1.0.1'
|
||||
|
||||
# Suck in the components.
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue