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

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

[elpa] externals/ruby-end d6bb876c4f 63/91: Use package-file instead of


From: ELPA Syncer
Subject: [elpa] externals/ruby-end d6bb876c4f 63/91: Use package-file instead of package.
Date: Wed, 25 Jan 2023 19:58:29 -0500 (EST)

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

    Use package-file instead of package.
---
 Cask            | 2 +-
 ruby-end-pkg.el | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Cask b/Cask
index 396df035d4..4806c3978a 100644
--- a/Cask
+++ b/Cask
@@ -1,6 +1,6 @@
 (source melpa)
 
-(package "ruby-end" "0.2.2" "Automatic insertion of end blocks for Ruby.")
+(package-file "ruby-end.el")
 
 (development
  (depends-on "ecukes")
diff --git a/ruby-end-pkg.el b/ruby-end-pkg.el
deleted file mode 100644
index dcaca039f5..0000000000
--- a/ruby-end-pkg.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(define-package "ruby-end" "0.2.2"
-  "Automatic insertion of end blocks for Ruby.")



reply via email to

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