Sha256: f34980d617e57db94848a030517697504c93ffab88baeeb997adf9236a9b2822
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.0' # Explicit Non-Support of Unsupported Ruby Versions end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
invocations-0.2.6 | invocations.gemspec |