Sha256: acb23d6364fed2bfe7f8ebcd64cc800a4410c0d9066954cfd55f6761a308e8d2
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
require File.dirname(__FILE__) + '/lib/getch/version' Gem::Specification.new do |s| s.name = 'getch' s.version = Getch::VERSION s.platform = Gem::Platform::RUBY s.summary = 'A CLI tool to install Gentoo or VoidLinux.' s.author = 'szorfein' s.email = ['szorfein@protonmail.com'] s.homepage = 'https://github.com/szorfein/getch' s.metadata = { 'source_code_uri' => 'https://github.com/szorfein/getch', 'changelog_uri' => 'https://github.com/szorfein/getch/blob/master/CHANGELOG.md', 'bug_tracker_uri' => 'https://github.com/szorfein/getch/issues', 'wiki_uri' => 'https://github.com/szorfein/getch' } s.license = 'MIT' s.required_ruby_version = '>= 2.5.0' s.files = Dir.glob('{assets,lib}/**/*', File::FNM_DOTMATCH).reject { |f| File.directory?(f) } s.files += %w[CHANGELOG.md LICENSE README.md] s.files += %w[getch.gemspec] s.bindir = 'bin' s.executables << 'getch' s.require_paths = ['lib'] s.cert_chain = ['certs/szorfein.pem'] s.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
getch-0.7.0 | getch.gemspec |
getch-0.5.0 | getch.gemspec |
getch-0.3.6 | getch.gemspec |
getch-0.3.5 | getch.gemspec |
getch-0.3.4 | getch.gemspec |
getch-0.3.3 | getch.gemspec |