2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/ruby/packages.el
|
|
|
|
|
2017-05-20 10:23:22 +02:00
|
|
|
;; requires ruby ruby-lint
|
|
|
|
|
2018-07-06 23:31:57 +10:00
|
|
|
(package! enh-ruby-mode)
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! yard-mode)
|
2018-09-25 22:45:13 -04:00
|
|
|
(package! inf-ruby)
|
2018-07-06 23:31:57 +10:00
|
|
|
(package! robe)
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-inf-ruby))
|
2017-03-25 18:41:29 -04:00
|
|
|
|
2018-09-25 22:45:13 -04:00
|
|
|
;; Project tools
|
|
|
|
(package! bundler)
|
|
|
|
(package! rake)
|
|
|
|
(package! rubocop)
|
|
|
|
|
|
|
|
;; Version management
|
2018-07-31 14:22:38 +02:00
|
|
|
(when (featurep! +rbenv)
|
|
|
|
(package! rbenv))
|
|
|
|
(when (featurep! +rvm)
|
|
|
|
(package! rvm))
|
2018-09-25 22:45:13 -04:00
|
|
|
|
|
|
|
;; Testing frameworks
|
|
|
|
(package! rspec-mode)
|
|
|
|
(package! minitest)
|