Sha256: 418a525e190004d6e25b83d0311725e0726a58e4b51bcf5afb7d70c339c294e6
Contents?: true
Size: 597 Bytes
Versions: 2
Compression:
Stored size: 597 Bytes
Contents
require File.dirname(__FILE__) + "/lib/getch/version" Gem::Specification.new do |s| s.name = "getch" s.version = Getch::VERSION s.summary = "A CLI tool to install Gentoo" s.authors = ["szorfein"] s.email = ["szorfein@protonmail.com"] s.homepage = 'https://github.com/szorfein/getch' s.license = "MIT" s.required_ruby_version = '>=2.5' s.files = `git ls-files`.split(" ") s.files.reject! { |fn| fn.include? "certs" } s.executables = [ 'getch' ] s.cert_chain = ['certs/szorfein.pem'] s.signing_key = File.expand_path("~/.ssh/gem-private_key.pem") if $0 =~ /gem\z/ end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
getch-0.0.3 | getch.gemspec |
getch-0.0.2 | getch.gemspec |