about summary refs log tree commit homepage
path: root/dtas.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'dtas.gemspec')
-rw-r--r--dtas.gemspec13
1 files changed, 13 insertions, 0 deletions
diff --git a/dtas.gemspec b/dtas.gemspec
new file mode 100644
index 0000000..e94a927
--- /dev/null
+++ b/dtas.gemspec
@@ -0,0 +1,13 @@
+# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
+# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+Gem::Specification.new do |s|
+  s.name = %q{dtas}
+  s.version = ENV["VERSION"]
+  s.authors = ["dtas hackers"]
+  s.summary = "duct tape audio suite for *nix"
+  s.description = File.read("README").split(/\n\n/)[1].strip
+  s.email = %q{e@80x24.org}
+  s.files = File.read('.gem-manifest').split(/\n/)
+  s.homepage = 'http://dtas.80x24.org/'
+  s.licenses = "GPLv3+"
+end