ENV["VERSION"] or abort "VERSION= must be specified" manifest = File.readlines('.manifest').map! { |x| x.chomp! } Gem::Specification.new do |s| s.name = %q{kgio} s.version = ENV["VERSION"].dup s.homepage = 'https://yhbt.net/kgio/' s.authors = ['kgio hackers'] s.description = < 3.0') # s.add_development_dependency('strace_me', '~> 1.0') # Linux only s.licenses = %w(LGPL-2.1+) end