homepage: drop index.html and created.rid
[msgthr.git] / msgthr.gemspec
blobb27261acab541885384103ec9afee060b214d5a5
1 # Copyright (C) 2016 all contributors <msgthr-public@80x24.org>
2 # License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt>
4 Gem::Specification.new do |s|
5   manifest = File.read('.manifest').split(/\n/)
6   manifest << 'NEWS' if File.exist?('NEWS')
7   s.name = %q{msgthr}
8   s.version = ENV['VERSION'] || '1.2.2'
9   s.authors = ['msgthr hackers']
10   s.summary = 'container-agnostic, non-recursive message threading'
11   s.description = File.read('README').split(/\n\n/)[1].strip
12   s.email = %q{msgthr-public@80x24.org}
13   s.homepage = 'https://80x24.org/msgthr/'
14   s.executables = []
15   s.files = manifest
16   s.licenses = 'GPL-2.0+'
17   s.required_ruby_version = '>= 1.9.3'
19   if s.respond_to?(:metadata=)
20     s.metadata = {
21       'source_code_uri' => 'https://80x24.org/msgthr.git',
22       'mailing_list_uri' => 'https://80x24.org/msgthr-public/',
23       'bug_tracker_uri' => 'https://80x24.org/msgthr-public/',
24     }
25   end
26 end