rubymotion: rebuild

* rubymotion: add caveat for free license
* Add zap

Closes #129050.

Signed-off-by: Bevan Kay <email@bevankay.me>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
This commit is contained in:
fn ⌃ ⌥
2022-08-03 08:06:37 +00:00
committed by BrewTestBot
parent 44b7d9343b
commit fee5fcf58e
+9
View File
@@ -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