Skip to content

Commit

Permalink
docs(dart): add link to source code / repository for pub.dev (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
IchordeDionysos committed May 24, 2023
1 parent 92effd3 commit 3dca508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/client/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pubAuthorEmail: opensource@ory.sh
pubHomepage: https://www.ory.sh
pubName: ${DART_PUB_NAME}
pubDescription: ${DART_PUB_DESCRIPTION}
pubRepository: ${DART_PUB_REPOSITORY}
pubVersion: $RAW_VERSION
2 changes: 1 addition & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ dart () {
rm -rf "$dir" || true
mkdir -p "$dir"

openapi-generator-cli version-manager set 6.1.0
openapi-generator-cli version-manager set 6.6.0
openapi-generator-cli generate -i "${SPEC_FILE}" \
-g dart-dio \
-o "$dir" \
Expand Down
1 change: 1 addition & 0 deletions scripts/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export GPG_OPTS='--pinentry-mode loopback'
export DOTNET_PACKAGE_NAME="Ory.$PROJECT_UCF.Client"
export DART_PUB_NAME="ory_${PROJECT}_client"
export DART_PUB_DESCRIPTION=$(cat "config/descriptions/${PROJECT}.txt")
export DART_PUB_REPOSITORY="https://github.com/ory/sdk/tree/master/clients/${PROJECT}/dart"

export JAVA_GROUP_ID=sh.ory.$PROJECT
export JAVA_ARTIFACT_ID=$PROJECT-client
Expand Down

0 comments on commit 3dca508

Please sign in to comment.