Everything is workin!

- Add a corpus of test messages to the spec data, with
   the script that generated them.
 - Add native objects for Authors, Messages, and Threads.
 - Tests!
This commit is contained in:
Mahlon E. Smith 2017-05-12 11:09:36 -07:00
parent 7e2a6fe771
commit 7339802f34
334 changed files with 3978 additions and 71 deletions

View file

@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.authors = [
'Mahlon E. Smith <mahlon@martini.nu>',
'Michael Granger <ged@faeriemud.org>',
'Jeremiah Jordan <jjordan@laika.com>'
'Jeremiah Jordan <jeremiah.m.jordan@gmail.com>'
]
s.platform = Gem::Platform::RUBY
s.summary = "Interact with Ezmlm-IDX mailing lists."
@ -52,6 +52,7 @@ environment.)
s.required_ruby_version = '>= 2.1'
s.add_dependency 'mail', "~> 2.6"
s.add_dependency 'rake-compiler', "~> 1.0"
end
Gem::PackageTask.new( spec ) do |pkg|