Sha256: 4cf9764ffce378a55b8dbf9fe46bbd5e0846ccd7c2831078e45ed7c2cf54d56d
Contents?: true
Size: 1.75 KB
Versions: 0
Compression: gzip
Compressed size: 765 Bytes
Stored size: 765 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: launchy version: !ruby/object:Gem::Version version: 0.1.2 date: 2007-08-12 00:00:00 -06:00 summary: A helper to launch apps from within ruby programs. require_paths: - lib email: jeremy@hinegardner.org homepage: http://launchy.rubyforge.org/ rubyforge_project: copiousfreetime description: Launchy is helper class for launching +cross-platform+ applications. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched in different manners. Launchy is here to assist in launching the appropriate application on the appropriate platform from within your ruby projects. autorequire: default_executable: launchy bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.5 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Jeremy Hinegardner files: - spec/browser_spec.rb - spec/spawnable_application_spec.rb - spec/spec_helper.rb - spec/version_spec.rb - CHANGES - LICENSE - README - lib/launchy/gemspec.rb - lib/launchy/spawnable/application.rb - lib/launchy/spawnable/browser.rb - lib/launchy/spawnable.rb - lib/launchy/specification.rb - lib/launchy/version.rb - lib/launchy.rb - bin/launchy test_files: - spec/browser_spec.rb - spec/spawnable_application_spec.rb - spec/spec_helper.rb - spec/version_spec.rb rdoc_options: - --line-numbers - --inline-source - --main - README - --title - "'launchy -- A helper to launch apps from within ruby programs.'" extra_rdoc_files: - CHANGES - LICENSE - README executables: - launchy extensions: [] requirements: [] dependencies: []