Fixes for documentation and test directories that didn't make it into the repo.

This commit is contained in:
Mahlon E. Smith 2017-05-16 15:52:05 -07:00
parent 28948e513f
commit c9450e8415
20 changed files with 36 additions and 80 deletions

View file

@ -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.
#