From b10c09b1746cd5673bff4e40c4485cb266b1932b Mon Sep 17 00:00:00 2001 From: Benjamin Weber Date: Mon, 5 May 2014 11:59:36 +0200 Subject: clipsafe: style nits Closes #28966. Signed-off-by: Adam Vandenberg --- Library/Formula/clipsafe.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/clipsafe.rb b/Library/Formula/clipsafe.rb index 6248be757..5fa8dbd9e 100644 --- a/Library/Formula/clipsafe.rb +++ b/Library/Formula/clipsafe.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Clipsafe < Formula - homepage 'http://waxandwane.org/clipsafe.html' - url 'http://waxandwane.org/download/clipsafe-1.1.tar.gz' - sha1 '5e940a3f89821bfb3315ff9b1be4256db27e5f6a' + homepage "http://waxandwane.org/clipsafe.html" + url "http://waxandwane.org/download/clipsafe-1.1.tar.gz" + sha1 "5e940a3f89821bfb3315ff9b1be4256db27e5f6a" depends_on :macos => :mountain_lion @@ -23,7 +23,7 @@ class Clipsafe < Formula end def install - ENV.prepend_create_path 'PERL5LIB', libexec+'lib/perl5' + ENV.prepend_create_path "PERL5LIB", libexec+"lib/perl5" resource("Crypt::Twofish").stage do system "perl", "Makefile.PL", "INSTALL_BASE=#{libexec}" @@ -44,7 +44,7 @@ class Clipsafe < Formula end bin.install "clipsafe" - bin.env_script_all_files(libexec+"bin", :PERL5LIB => ENV['PERL5LIB']) + bin.env_script_all_files(libexec+"bin", :PERL5LIB => ENV["PERL5LIB"]) end test do -- cgit v1.2.3