neovim.rb: modernize the style

https://github.com/styleguide/ruby
This commit is contained in:
Xu Cheng
2014-07-08 20:53:31 +08:00
committed by Nicolas Hillegeer
parent 447f1c7b54
commit 8046e59f05

View File

@@ -1,13 +1,13 @@
require 'formula'
require "formula"
class Neovim < Formula
homepage 'http://neovim.org'
head 'https://github.com/neovim/neovim.git'
homepage "http://neovim.org"
head "https://github.com/neovim/neovim.git"
depends_on 'md5sha1sum'
depends_on 'cmake'
depends_on 'libtool'
depends_on 'automake'
depends_on "md5sha1sum"
depends_on "cmake"
depends_on "libtool"
depends_on "automake"
def install
ENV.deparallelize