diff options
Diffstat (limited to 'devel/rubygem-launchy/pkg-descr')
-rw-r--r-- | devel/rubygem-launchy/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/rubygem-launchy/pkg-descr b/devel/rubygem-launchy/pkg-descr new file mode 100644 index 000000000000..e40428d022e0 --- /dev/null +++ b/devel/rubygem-launchy/pkg-descr @@ -0,0 +1,9 @@ +Launchy is helper class for launching cross-platform +applications in a fire and forget manner. There are +application concepts (browser, email client, etc) +that are common across all platforms, and they may +be launched differently on each platform. Launchy +is here to make a common approach to launching +external application from within ruby programs. + +WWW: http://rubyforge.org/projects/copiousfreetime/ |