Sha256: 9141f8bc4c92684a443b37ee841ea4120474aabb96c97a38393d3dd6671bae72
Contents?: true
Size: 581 Bytes
Versions: 32
Compression:
Stored size: 581 Bytes
Contents
# download gem of rwdtinker applet def superantcominstallremotegemapplet require 'fileutils' tempnametext = "%s" % [@superantcominstallremoteappletinput] temparray = tempnametext.split(/ /) nametext = temparray[0] begin # exception trapped block commandline = $xpcommand + "gem install " + nametext @superantcominstallremotegemappletresult = `#{commandline}` rescue @superantcominstallremotegemappletresult = "error during gem install!" end # exception rescue end
Version data entries
32 entries across 32 versions & 10 rubygems