splitfx: support tshift directive
[dtas.git] / dtas.gemspec
blob9bc1cc5a6d2c17888fcbb0dde91ea29f6c5af680
1 # Copyright (C) all contributors <dtas-all@nongnu.org>
2 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
3 Gem::Specification.new do |s|
4   manifest = File.read('.gem-manifest').split(/\n/)
5   s.name = %q{dtas}
6   s.version = (ENV["VERSION"] || '0.21.0').dup
7   s.authors = ["dtas hackers"]
8   s.summary = "duct tape audio suite for *nix"
9   s.description = File.read("README").split(/\n\n/)[1].strip
10   s.email = %q{e@80x24.org}
11   s.executables = manifest.grep(%r{\Abin/}).map { |s| s.sub(%r{\Abin/}, "") }
12   s.files = manifest
13   s.homepage = 'https://80x24.org/dtas.git/about/'
14   s.licenses = "GPL-3.0+"
15   s.required_ruby_version = '>= 2.3'
16 end