emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ruby-end cc4b8a42c3 57/91: Migrate from Carton to Cask.


From: ELPA Syncer
Subject: [elpa] externals/ruby-end cc4b8a42c3 57/91: Migrate from Carton to Cask.
Date: Wed, 25 Jan 2023 19:58:28 -0500 (EST)

branch: externals/ruby-end
commit cc4b8a42c32c927f2b7eb0236efdc648ed8281b6
Author: Johan Andersson <johan.rejeep@gmail.com>
Commit: Johan Andersson <johan.rejeep@gmail.com>

    Migrate from Carton to Cask.
---
 .gitignore      | 2 +-
 Carton => Cask  | 2 +-
 Makefile        | 6 +++---
 README.markdown | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index c563e5fccb..2678b96e46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/elpa
\ No newline at end of file
+/.cask
\ No newline at end of file
diff --git a/Carton b/Cask
similarity index 71%
rename from Carton
rename to Cask
index d106ebd81b..396df035d4 100644
--- a/Carton
+++ b/Cask
@@ -1,4 +1,4 @@
-(source "melpa" "http://melpa.milkbox.net/packages/";)
+(source melpa)
 
 (package "ruby-end" "0.2.2" "Automatic insertion of end blocks for Ruby.")
 
diff --git a/Makefile b/Makefile
index 965dcf82d5..0eddcfa0ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-ECUKES = $(shell find elpa/ecukes-*/ecukes | tail -1)
-
 all:
-       carton exec ${ECUKES} features
+       cask exec ecukes features
+
+.PHONY: all
diff --git a/README.markdown b/README.markdown
index c1549161b6..2cb8230e8d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -23,11 +23,11 @@ For more information, see comments in `ruby-end.el`.
 Contribution is much welcome! Ruby end is tested using 
[Ecukes](http://ecukes.info). When
 adding new features, please write tests for them!
 
-Install [carton](https://github.com/rejeep/carton) if you haven't
+Install [cask](https://github.com/rejeep/cask.el) if you haven't
 already, then:
 
     $ cd /path/to/ruby-end
-    $ carton
+    $ cask
 
 Run all tests with:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]