equal
deleted
inserted
replaced
32 |
32 |
33 require 'rubygems' |
33 require 'rubygems' |
34 require 'rubygems/package_task' |
34 require 'rubygems/package_task' |
35 spec = Gem::Specification.new do |s| |
35 spec = Gem::Specification.new do |s| |
36 s.email = 'mahlon@martini.nu' |
36 s.email = 'mahlon@martini.nu' |
37 s.homepage = 'https://bitbucket.org/mahlon/Ruby-Ezmlm' |
37 s.homepage = 'https://bitbucket.org/mahlon/ruby-ezmlm' |
38 s.authors = [ 'Mahlon E. Smith', 'Michael Granger', 'Jeremiah Jordan' ] |
38 s.authors = [ 'Mahlon E. Smith', 'Michael Granger', 'Jeremiah Jordan' ] |
39 s.platform = Gem::Platform::RUBY |
39 s.platform = Gem::Platform::RUBY |
40 s.summary = "Interact with Ezmlm-IDX mailing lists." |
40 s.summary = "Interact with Ezmlm-IDX mailing lists." |
41 s.name = PROJECT |
41 s.name = PROJECT |
42 s.version = $version |
42 s.version = $version |