homebrew-cask-versions/Casks/quotefix.rb
Josh Hagins 4c8862fb6c Formatting and whitespace changes for RuboCop
Fix Style/ElseAlignment error in araxis-merge.rb

Fix Lint/BlockAlignment error in jabber-video.rb

Fix Style/IndentationConsistency error in tuneinstructor.rb

Fix Style/MultilineIfThen error in wireshark.rb

Fix Style/IndentationWidth errors

Fix inconsistent indentation in blue-jeans-browser-plugin.rb and
mini-vmac.rb

Fix Style/SpaceAroundOperators error in myo-connect.rb

Fix Style/SpaceBeforeComma erorrs in sencha.rb and srware-iron.rb

Fix Style/Tab error in syphon-virtual-screen.rb

Fix Style/TrailingWhitespace errors in various Casks
2015-03-08 01:11:06 -05:00

17 lines
712 B
Ruby

cask :v1 => 'quotefix' do
version '2.5.2'
sha256 '8d914ae553b84fe5f246ab1eb030d25792ca8d626b3bbac57acee857135e85a9'
url "https://github.com/robertklep/quotefixformac/releases/download/v#{version}/QuoteFix-v#{version}.zip"
homepage 'https://github.com/robertklep/quotefixformac'
license :oss
artifact 'QuoteFix.mailbundle', :target => Pathname.new(File.expand_path('~')).join('Library/Mail/Bundles/QuoteFix.mailbundle')
postflight do
system 'defaults', 'write', 'com.apple.mail', 'EnableBundles', '-bool', 'true'
system 'defaults', 'write', 'com.apple.mail', 'BundleCompatibilityVersion', '-string', '3'
end
caveats 'You may need to restart Mail.app before you can use QuoteFix'
end