branch: externals/ruby-end
commit 20025067e5d8e47bf61e06063b95bc97b9125c81
Author: Johan Andersson <[email protected]>
Commit: Johan Andersson <[email protected]>
Add Carton.
---
Carton | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Carton b/Carton
new file mode 100644
index 0000000000..3447ed41a1
--- /dev/null
+++ b/Carton
@@ -0,0 +1,7 @@
+(source "melpa" "http://melpa.milkbox.net/packages/")
+
+(package "ruby-end" "0.2.0" "Automatic insertion of end blocks for Ruby.")
+
+(development
+ (depends-on "ecukes")
+ (depends-on "espuds"))