aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ruby/Cask
blob: 6b8c51a0b1c39b17b306a0a7a9721275629114aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(source gnu)
(source melpa)

(package-file "./oni-ruby.el")

(depends-on "ruby-mode")
(depends-on "oni-yasnippet" :git "../" :files ("oni-yasnippet.el"))
(depends-on "oni-fci" :git "../" :files ("oni-fci.el"))

(files
 "*.el"
 ("snippets" "./snippets/*"))