aaaaaand fix the homepage link. Case matters.
--- a/Rakefile Tue May 16 15:52:05 2017 -0700
+++ b/Rakefile Tue May 16 15:57:53 2017 -0700
@@ -34,7 +34,7 @@
require 'rubygems/package_task'
spec = Gem::Specification.new do |s|
s.email = 'mahlon@martini.nu'
- s.homepage = 'https://bitbucket.org/mahlon/Ruby-Ezmlm'
+ s.homepage = 'https://bitbucket.org/mahlon/ruby-ezmlm'
s.authors = [ 'Mahlon E. Smith', 'Michael Granger', 'Jeremiah Jordan' ]
s.platform = Gem::Platform::RUBY
s.summary = "Interact with Ezmlm-IDX mailing lists."