From d35801aa64d97e311b63c7a13f382117c11ba73a Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Tue, 2 Jan 2024 15:26:49 -0800 Subject: [PATCH] chore: update rockspec package descriptions --- launchdarkly-server-sdk-1.0-0.rockspec | 18 ++++++++++++++++-- launchdarkly-server-sdk-redis-1.0-0.rockspec | 18 ++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/launchdarkly-server-sdk-1.0-0.rockspec b/launchdarkly-server-sdk-1.0-0.rockspec index 1da8da7..e60936e 100644 --- a/launchdarkly-server-sdk-1.0-0.rockspec +++ b/launchdarkly-server-sdk-1.0-0.rockspec @@ -4,13 +4,27 @@ rockspec_format = "3.0" version = "1.0-0" +description = { + summary = "LaunchDarkly Lua Server-Side SDK", + detailed = [[ + The Lua Server-Side SDK provides access to LaunchDarkly's feature flag system and is suitable for + server-side application. It is a wrapper around the LaunchDarkly C++ Server-side SDK, making use of its + C API. + ]], + license = "Apache-2.0", + homepage = "https://github.com/launchdarkly/lua-server-sdk", + issues_url = "https://github.com/launchdarkly/lua-server-sdk/issues/", + maintainer = "LaunchDarkly ", + labels = {"launchdarkly", "launchdarkly-sdk", "feature-flags", "feature-toggles"} +} + source = { url = "git+https://github.com/launchdarkly/lua-server-sdk.git", - tag = "2.0.0" -- {{ x-release-please-version }} + tag = "v2.0.0" -- {{ x-release-please-version }} } dependencies = { - "lua >= 5.1, <= 5.4", + "lua >= 5.1, <= 5.4" } external_dependencies = { diff --git a/launchdarkly-server-sdk-redis-1.0-0.rockspec b/launchdarkly-server-sdk-redis-1.0-0.rockspec index 45a7aca..62dc8e7 100644 --- a/launchdarkly-server-sdk-redis-1.0-0.rockspec +++ b/launchdarkly-server-sdk-redis-1.0-0.rockspec @@ -4,12 +4,26 @@ rockspec_format = "3.0" version = "1.0-0" +description = { + summary = "LaunchDarkly Lua Server-Side SDK Redis Source", + detailed = [[ + Provides a Redis-based data source for the LaunchDarkly Lua Server-Side SDK. Use this if your feature flags + should be retrieved from Redis instead of LaunchDarkly SaaS (for instance, when using Relay Proxy.) + ]], + license = "Apache-2.0", + homepage = "https://github.com/launchdarkly/lua-server-sdk", + issues_url = "https://github.com/launchdarkly/lua-server-sdk/issues/", + maintainer = "LaunchDarkly ", + labels = {"launchdarkly", "launchdarkly-sdk", "feature-flags", "feature-toggles", "redis"} +} + source = { - url = "git+https://github.com/launchdarkly/lua-server-sdk.git" + url = "git+https://github.com/launchdarkly/lua-server-sdk.git", + tag = "v2.0.0" -- {{ x-release-please-version }} } dependencies = { - "lua >= 5.1, <= 5.4", + "lua >= 5.1, <= 5.4" } external_dependencies = {