Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7f27471

Browse files
Images & Gem Spec
1 parent 1353f43 commit 7f27471

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

‎images/LambdaPunch.png

15.7 KB
Loading[フレーム]

‎images/LambdaPunch.sketch

672 KB
Binary file not shown.

‎lambda_punch.gemspec

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,22 @@
1-
# frozen_string_literal: true
2-
31
require_relative "lib/lambda_punch/version"
42

53
Gem::Specification.new do |spec|
64
spec.name = "lambda_punch"
75
spec.version = LambdaPunch::VERSION
86
spec.authors = ["Ken Collins"]
97
spec.email = ["ken@metaskills.net"]
10-
11-
spec.summary = "TODO: Write a short summary, because RubyGems requires one."
12-
spec.description = "TODO: Write a longer description or delete this line."
13-
spec.homepage = "TODO: Put your gem's website or public repo URL here."
8+
spec.summary = "LambdaPunch: Async Processing using Lambda Extensions"
9+
spec.description = "LambdaPunch: Async Processing using Lambda Extensions"
10+
spec.homepage = "https://github.com/customink/lambda_punch"
1411
spec.license = "MIT"
15-
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
16-
17-
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
18-
1912
spec.metadata["homepage_uri"] = spec.homepage
20-
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
21-
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
22-
23-
# Specify which files should be added to the gem when it is released.
24-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
13+
spec.metadata["source_code_uri"] = "https://github.com/customink/lambda_punch"
14+
spec.metadata["changelog_uri"] = "https://github.com/customink/lambda_punch/blob/main/CHANGELOG.md"
2515
spec.files = Dir.chdir(File.expand_path(__dir__)) do
26-
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
16+
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features|images)/}) }
2717
end
2818
spec.bindir = "exe"
2919
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3020
spec.require_paths = ["lib"]
31-
32-
# Uncomment to register a new dependency of your gem
3321
# spec.add_dependency "example-gem", "~> 1.0"
34-
35-
# For more information and examples about making a new gem, checkout our
36-
# guide at: https://bundler.io/guides/creating_gem.html
3722
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /