From ac224b98781156972b9f002a9bfea0021f112e4c Mon Sep 17 00:00:00 2001 From: Aaron Manning Date: Fri, 1 Sep 2023 17:01:31 +1000 Subject: [PATCH] 0.2.1 new repo location --- .gitignore | 0 Cargo.lock | 0 Cargo.toml | 4 ++-- LICENSE-APACHE | 0 LICENSE-MIT | 0 README.md | 0 makefile | 0 sample.csv | 0 src/ballot.rs | 0 src/ballot_box.rs | 0 src/candidates.rs | 0 src/main.rs | 0 src/reporting.rs | 0 13 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Cargo.lock mode change 100644 => 100755 Cargo.toml mode change 100644 => 100755 LICENSE-APACHE mode change 100644 => 100755 LICENSE-MIT mode change 100644 => 100755 README.md mode change 100644 => 100755 makefile mode change 100644 => 100755 sample.csv mode change 100644 => 100755 src/ballot.rs mode change 100644 => 100755 src/ballot_box.rs mode change 100644 => 100755 src/candidates.rs mode change 100644 => 100755 src/main.rs mode change 100644 => 100755 src/reporting.rs diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Cargo.lock b/Cargo.lock old mode 100644 new mode 100755 diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 index 7a3c79c..f9fda5e --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "vote-counter" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "An opinionated single transferrable vote counter for the command line." license = "MIT OR Apache-2.0" authors = ["Aaron Manning"] -repository = "https://github.com/aaron-jack-manning/vote-counter" +repository = "https://git.aaronmanning.net/aaronmanning/vote-counter" [dependencies] csv = "1.1.6" diff --git a/LICENSE-APACHE b/LICENSE-APACHE old mode 100644 new mode 100755 diff --git a/LICENSE-MIT b/LICENSE-MIT old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/makefile b/makefile old mode 100644 new mode 100755 diff --git a/sample.csv b/sample.csv old mode 100644 new mode 100755 diff --git a/src/ballot.rs b/src/ballot.rs old mode 100644 new mode 100755 diff --git a/src/ballot_box.rs b/src/ballot_box.rs old mode 100644 new mode 100755 diff --git a/src/candidates.rs b/src/candidates.rs old mode 100644 new mode 100755 diff --git a/src/main.rs b/src/main.rs old mode 100644 new mode 100755 diff --git a/src/reporting.rs b/src/reporting.rs old mode 100644 new mode 100755