Sha256: 9fcadac00a722daf1366e2a5f9c2a1077e9f9d2445347833a73b0760903c4db3
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
require_relative "lib/lambda_punch/version" Gem::Specification.new do |spec| spec.name = "lambda_punch" spec.version = LambdaPunch::VERSION spec.authors = ["Ken Collins"] spec.email = ["ken@metaskills.net"] spec.summary = "LambdaPunch: Async Processing using Lambda Extensions" spec.description = "LambdaPunch: Async Processing using Lambda Extensions" spec.homepage = "https://github.com/customink/lambda_punch" spec.license = "MIT" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/customink/lambda_punch" spec.metadata["changelog_uri"] = "https://github.com/customink/lambda_punch/blob/main/CHANGELOG.md" spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features|images)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] # spec.add_dependency "example-gem", "~> 1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lambda_punch-0.0.1 | lambda_punch.gemspec |