branch: externals/assess commit ac8ff1f92836ea4497027ae0269f132967a5fb1f Author: Phillip Lord <phillip.l...@russet.org.uk> Commit: Phillip Lord <phillip.l...@russet.org.uk>
Change all file names to assess. --- Cask | 4 ++-- sisyphus-discover.el => assess-discover.el | 0 sisyphus-doc.org => assess-doc.org | 0 sisyphus.el => assess.el | 0 test/{sisyphus-discover-test.el => assess-discover-test.el} | 0 test/{sisyphus-test.el => assess-test.el} | 0 6 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cask b/Cask index 0e2e6872c5..8e06f12332 100644 --- a/Cask +++ b/Cask @@ -1,9 +1,9 @@ (source gnu) (source melpa) -(package-file "sisyphus.el") +(package-file "assess.el") -(files "sisyphus*.el" "sisyphus-doc.org") +(files "assess*.el" "assess-doc.org") (development (depends-on "ert-runner") diff --git a/sisyphus-discover.el b/assess-discover.el similarity index 100% rename from sisyphus-discover.el rename to assess-discover.el diff --git a/sisyphus-doc.org b/assess-doc.org similarity index 100% rename from sisyphus-doc.org rename to assess-doc.org diff --git a/sisyphus.el b/assess.el similarity index 100% rename from sisyphus.el rename to assess.el diff --git a/test/sisyphus-discover-test.el b/test/assess-discover-test.el similarity index 100% rename from test/sisyphus-discover-test.el rename to test/assess-discover-test.el diff --git a/test/sisyphus-test.el b/test/assess-test.el similarity index 100% rename from test/sisyphus-test.el rename to test/assess-test.el