-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New lamby.cloud site and GitHub community organization.
- Loading branch information
1 parent
9479a38
commit dbcbdf2
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ Gem::Specification.new do |spec| | |
spec.name = "lambdakiq" | ||
spec.version = Lambdakiq::VERSION | ||
spec.authors = ["Ken Collins"] | ||
spec.email = ["[email protected]"] | ||
spec.email = ["[email protected]"] | ||
spec.summary = %q{Scalable Rails Background Processing with AWS Lambda & SQS.} | ||
spec.description = %q{Scalable Rails Background Processing with AWS Lambda & SQS.} | ||
spec.homepage = "https://github.com/customink/lambdakiq" | ||
spec.homepage = "https://github.com/rails-lambda/lambdakiq" | ||
spec.license = "MIT" | ||
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do | ||
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|images)/}) } | ||
|