lambda_punch.gemspec in lambda_punch-1.1.3 vs lambda_punch.gemspec in lambda_punch-1.1.4

- old
+ new

@@ -5,14 +5,14 @@ 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.homepage = "https://github.com/rails-lambda/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.metadata["source_code_uri"] = "https://github.com/rails-lambda/lambda_punch" + spec.metadata["changelog_uri"] = "https://github.com/rails-lambda/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) }