Sha256: 3d519fcd3a19467a1268d25cf1b7ad0f5936312879834f5a1c6b5ec7857539c1
Contents?: true
Size: 873 Bytes
Versions: 1
Compression:
Stored size: 873 Bytes
Contents
# Copyright (C) 2016 all contributors <msgthr-public@80x24.org> # License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt> Gem::Specification.new do |s| manifest = File.read('.manifest').split(/\n/) s.name = %q{msgthr} s.version = ENV['VERSION'] || '1.2.0' s.authors = ['msgthr hackers'] s.summary = 'container-agnostic, non-recursive message threading' s.description = File.read('README').split(/\n\n/)[1].strip s.email = %q{msgthr-public@80x24.org} s.homepage = 'https://80x24.org/msgthr/' s.executables = [] s.files = manifest s.licenses = 'GPL-2.0+' s.required_ruby_version = '>= 1.9.3' if s.respond_to?(:metadata=) s.metadata = { 'source_code_uri' => 'https://80x24.org/msgthr.git', 'mailing_list_uri' => 'https://80x24.org/msgthr-public/', 'bug_tracker_uri' => 'https://80x24.org/msgthr-public/', } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
msgthr-1.2.0 | msgthr.gemspec |