From a282c47a217e6028008408dd74b249fddaad2153 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 29 Apr 2021 00:56:10 +0000 Subject: gemspec: allow building gem without setting VERSION It's less DRY, but probably more familiar to people who can't be bothered to use the Makefile. --- dtas.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtas.gemspec b/dtas.gemspec index 09eb703..d763a9f 100644 --- a/dtas.gemspec +++ b/dtas.gemspec @@ -1,9 +1,9 @@ -# Copyright (C) 2013-2020 all contributors +# Copyright (C) 2013-2021 all contributors # License: GPL-3.0+ 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.18.0').dup s.authors = ["dtas hackers"] s.summary = "duct tape audio suite for *nix" s.description = File.read("README").split(/\n\n/)[1].strip -- cgit v1.2.3-24-ge0c7