--- !ruby/object:Gem::Specification name: ride version: !ruby/object:Gem::Version version: 0.4.2 platform: ruby authors: - TJ Vanderpoel autorequire: bindir: bin cert_chain: [] date: 2008-10-14 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rubigen type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.0 version: - !ruby/object:Gem::Dependency name: facets type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.0 version: - !ruby/object:Gem::Dependency name: hoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.0 version: description: A Multi-User Console Interactive Development Environment Based On GNUScreen email: - bougy.man@gmail.com executables: - ride extensions: [] extra_rdoc_files: - History.txt - License.txt - Manifest.txt - PostInstall.txt - README.txt - app_generators/ride/templates/RIDE_History.txt - app_generators/ride/templates/RIDE_License.txt - app_generators/ride/templates/RIDE_README.txt - website/index.txt files: - History.txt - License.txt - Manifest.txt - PostInstall.txt - README.txt - Rakefile - app_generators/ride/USAGE - app_generators/ride/ride_generator.rb - app_generators/ride/templates/.vim/ftdetect/ruby.vim - app_generators/ride/templates/.vim/ftplugin/ruby/ruby.vim - app_generators/ride/templates/.vim/plugin/taglist.vim - app_generators/ride/templates/.vim/syntax/eruby.vim - app_generators/ride/templates/RIDE_History.txt - app_generators/ride/templates/RIDE_License.txt - app_generators/ride/templates/RIDE_README.txt - app_generators/ride/templates/.irbrc - app_generators/ride/templates/config/.screenrc.code.erb - app_generators/ride/templates/config/code_template.erb - app_generators/ride/templates/script/console - app_generators/ride/templates/script/ride - app_generators/ride/templates/tasks/ride.rake - app_generators/ride/templates/tasks/rspec.rake - bin/ride - config/hoe.rb - config/requirements.rb - lib/ride.rb - lib/std_err_hooks.rb - lib/ride/version.rb - script/console - script/destroy - script/generate - script/txt2html - setup.rb - spec/generator_spec_helper.rb - spec/ride_generator_spec.rb - spec/spec.opts - spec/spec_generator_helper.rb - spec/spec_helper.rb - tasks/deployment.rake - tasks/environment.rake - tasks/ride.rake - tasks/rspec.rake - tasks/website.rake - test/test_helper.rb - test/test_ride.rb - website/index.html - website/index.txt - website/javascripts/rounded_corners_lite.inc.js - website/stylesheets/screen.css - website/template.html.erb has_rdoc: true homepage: http://ride.rubyforge.org post_install_message: | Currently ride is only viable for rails or NewGem ruby projects, though support for more generic projects is on the way. USAGE: from the root of a rails or newgem project - $ ride . $ ./script/ride --help $ ./script/ride With no options you get an IDE with 9 windows open, irb on window 1 and a root file browser on 2. The other windows suppose you're in a rails tree, but can be changed with command line options or changes to the template in config/.screenrc.code.erb, which you can replace or copy to make a new screen template. The home directory in the IDE is changed to the projects' root so cd ~ takes you to the project root on a console window. Your actual home is available via the $REAL_HOME environment variable. Tip: Hit F12 while editing any ruby file and the current state of the buffer will be loaded in irb, and you'll be switched to that window For more information on ride, see http://rubyists.com/ rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: ride rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: A Multi-User Console Interactive Development Environment Based On GNUScreen test_files: - test/test_generator_helper.rb - test/test_helper.rb - test/test_ride.rb - test/test_ride_generator.rb