Sha256: fb0cced5a66a586a6d7a3979217cb04d3d042f436210ebdaa938bbc54629b3c6
Contents?: true
Size: 826 Bytes
Versions: 11
Compression:
Stored size: 826 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.metadata = { "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' 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
11 entries across 11 versions & 1 rubygems