From 76c10dada86fd807d36ccafca393e945e381696a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 12 Nov 2016 02:13:42 +0000 Subject: initial --- msgthr.gemspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 msgthr.gemspec (limited to 'msgthr.gemspec') diff --git a/msgthr.gemspec b/msgthr.gemspec new file mode 100644 index 0000000..0bb591e --- /dev/null +++ b/msgthr.gemspec @@ -0,0 +1,17 @@ +# Copyright (C) 2016 all contributors +# License: GPL-2.0+ + +Gem::Specification.new do |s| + manifest = File.read('.manifest').split(/\n/) + s.name = %q{msgthr} + s.version = ENV['VERSION'] || '0.0.0' + s.authors = ['msgthr hackers'] + s.summary = 'non-recursive, container-agnostic 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 -- cgit v1.2.3-24-ge0c7