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.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtas.gemspec b/dtas.gemspec
index 09eb703..9bc1cc5 100644
--- a/dtas.gemspec
+++ b/dtas.gemspec
@@ -1,9 +1,9 @@
-# Copyright (C) 2013-2020 all contributors <dtas-all@nongnu.org>
+# Copyright (C) all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 Gem::Specification.new do |s|
   manifest = File.read('.gem-manifest').split(/\n/)
   s.name = %q{dtas}
-  s.version = ENV["VERSION"].dup
+  s.version = (ENV["VERSION"] || '0.21.0').dup
   s.authors = ["dtas hackers"]
   s.summary = "duct tape audio suite for *nix"
   s.description = File.read("README").split(/\n\n/)[1].strip
@@ -12,5 +12,5 @@ Gem::Specification.new do |s|
   s.files = manifest
   s.homepage = 'https://80x24.org/dtas.git/about/'
   s.licenses = "GPL-3.0+"
-  s.required_ruby_version = '>= 1.9.3'
+  s.required_ruby_version = '>= 2.3'
 end