Sha256: 7aa51fa1c5e69f4e9bf17086640417fe08367e318db0081702a673b5d46ef0b1

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 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.0.1'
  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'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
msgthr-1.0.1 msgthr.gemspec