From 0ae1db1e30a80ebdaaf52a22f9dc03cb0705c29e Mon Sep 17 00:00:00 2001 From: Ryan Cartwright <39504851+HomelessDinosaur@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:20:49 +1100 Subject: [PATCH] chore: improve pub dev score (#21) --- .github/workflows/publish.yaml | 2 +- LICENSE | 6 +++--- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2880e4b..7b54632 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: run: dart pub get - name: Add version run: | - echo "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml + echo -e "\n\nversion: ${GITHUB_REF_NAME##v}" >> pubspec.yaml - name: Check Publish Warnings run: dart pub publish --dry-run - name: Publish diff --git a/LICENSE b/LICENSE index 57317ea..f49a4e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -178,7 +178,7 @@ APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" + boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a @@ -192,7 +192,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pubspec.yaml b/pubspec.yaml index 4c50527..531018d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nitric_sdk -description: A Dart SDK for creating Nitric applications -repository: https://github.com/nitrictech/dart_sdk +description: The Dart SDK supports the use of the Nitric framework with Dart and Flutter. +repository: https://github.com/nitrictech/dart-sdk environment: sdk: ^3.2.4