branch: externals/ruby-end commit d6bb876c4f18a3dc293cb21b40b8d73420487c84 Author: Johan Andersson <johan.rej...@gmail.com> Commit: Johan Andersson <johan.rej...@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.")