Sha256: 9cde35a5b8f8d4c9d63984eeb8e3f584e55a94ac0ac319be99c6d59eb6ce1038
Contents?: true
Size: 879 Bytes
Versions: 1
Compression:
Stored size: 879 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', '>= 2.3.0'] # Explicit Non-Support of Unsupported Ruby Versions end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
invocations-0.2.9 | invocations.gemspec |