Sha256: b7ea41aa7b018193bcbb89b2475064ad2829b541fe878ba59222a59ffbcfdb37
Contents?: true
Size: 869 Bytes
Versions: 1
Compression:
Stored size: 869 Bytes
Contents
Gem::Specification.new do |gem| tag = `git describe --tags --abbrev=0`.chomp gem.name = 'invocations' gem.homepage = 'https://github.com/colstrom/invocations' gem.summary = 'Drop-in alternative to procs and lambdas.' gem.version = "#{tag}" gem.licenses = ['MIT'] gem.authors = ['Chris Olstrom'] gem.email = 'chris@olstrom.com' gem.cert_chain = ['trust/certificates/colstrom.pem'] gem.signing_key = File.expand_path ENV.fetch 'GEM_SIGNING_KEY' gem.files = `git ls-files -z`.split("\x0") gem.test_files = `git ls-files -z -- {test,spec,features}/*`.split("\x0") gem.executables = `git ls-files -z -- bin/*`.split("\x0").map { |f| File.basename(f) } gem.require_paths = ['lib'] gem.required_ruby_version = ['>= 2.3'] # Explicit Non-Support of Unsupported Ruby Versions end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
invocations-0.2.10 | invocations.gemspec |