From fee5fcf58eec73b329576f0b2cc0c3b82afd6a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fn=20=E2=8C=83=20=E2=8C=A5?= <70830482+FnControlOption@users.noreply.github.com> Date: Tue, 2 Aug 2022 08:56:52 -0700 Subject: [PATCH] rubymotion: rebuild * rubymotion: add caveat for free license * Add zap Closes #129050. Signed-off-by: Bevan Kay Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Casks/rubymotion.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Casks/rubymotion.rb b/Casks/rubymotion.rb index 6555dc362d..098b253432 100644 --- a/Casks/rubymotion.rb +++ b/Casks/rubymotion.rb @@ -4,9 +4,18 @@ cask "rubymotion" do url "http://www.rubymotion.com/files/RubyMotion%20Installer.zip" name "RubyMotion" + desc "Write cross-platform native apps in Ruby" homepage "http://www.rubymotion.com/" installer manual: "RubyMotion Installer.app" uninstall pkgutil: "com.hipbyte.rubymotion.pkg" + + zap trash: [ + "~/.rubymotion", + ] + + caveats do + free_license "http://www.rubymotion.com/download/starter/" + end end