diff --git a/pubpub.sh b/pubpub.sh index 0f6b55c..25ca2ee 100755 --- a/pubpub.sh +++ b/pubpub.sh @@ -16,6 +16,7 @@ rsync -Rrv ./ "$temp_pub_dir" \ --exclude="benchmark/" \ --exclude="reference/" \ --exclude="README.md" \ + --exclude="analysis_options.yaml" \ --exclude=".github" \ --exclude="labuda/" \ --exclude="draft/" \ diff --git a/pubspec.yaml b/pubspec.yaml index 69a132e..0e1ac8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: xrandom -description: "All-purpose, rock-solid random number generators - focused on the consistency and reproducibility" +description: "Random number generators library focused on the consistency, + performance and reproducibility" version: 0.6.0 homepage: https://github.com/rtmigo/xrandom