--- !ruby/object:Gem::Specification name: ruco version: !ruby/object:Gem::Version hash: 31 prerelease: segments: - 0 - 2 - 4 version: 0.2.4 platform: ruby authors: - Michael Grosser autorequire: bindir: bin cert_chain: [] date: 2011-10-07 00:00:00 +02:00 default_executable: ruco dependencies: - !ruby/object:Gem::Dependency requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 43 segments: - 0 - 9 - 8 version: 0.9.8 type: :runtime name: clipboard version_requirements: *id001 prerelease: false - !ruby/object:Gem::Dependency requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 11 segments: - 1 - 2 version: "1.2" type: :runtime name: textpow1x version_requirements: *id002 prerelease: false - !ruby/object:Gem::Dependency requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :runtime name: language_sniffer version_requirements: *id003 prerelease: false description: email: michael@grosser.it executables: - ruco extensions: [] extra_rdoc_files: [] files: - .travis.yml - Gemfile - Gemfile.lock - Rakefile - Readme.md - VERSION - bin/ruco - lib/ruco.rb - lib/ruco/application.rb - lib/ruco/array_processor.rb - lib/ruco/command_bar.rb - lib/ruco/core_ext/array.rb - lib/ruco/core_ext/file.rb - lib/ruco/core_ext/hash.rb - lib/ruco/core_ext/object.rb - lib/ruco/core_ext/range.rb - lib/ruco/core_ext/string.rb - lib/ruco/editor.rb - lib/ruco/editor/colors.rb - lib/ruco/editor/history.rb - lib/ruco/editor/line_numbers.rb - lib/ruco/editor_area.rb - lib/ruco/file_store.rb - lib/ruco/form.rb - lib/ruco/history.rb - lib/ruco/keyboard.rb - lib/ruco/option_accessor.rb - lib/ruco/position.rb - lib/ruco/screen.rb - lib/ruco/status_bar.rb - lib/ruco/style_map.rb - lib/ruco/syntax_parser.rb - lib/ruco/text_area.rb - lib/ruco/text_field.rb - lib/ruco/tm_theme.rb - lib/ruco/version.rb - lib/ruco/window.rb - playground/benchmark_syntax_parser.rb - ruco.gemspec - spec/fixtures/railscasts.tmTheme - spec/fixtures/slow.js - spec/fixtures/test.tmTheme - spec/ruco/application_spec.rb - spec/ruco/array_processor_spec.rb - spec/ruco/command_bar_spec.rb - spec/ruco/core_ext/array_spec.rb - spec/ruco/core_ext/range_spec.rb - spec/ruco/core_ext/string_spec.rb - spec/ruco/editor_spec.rb - spec/ruco/file_store_spec.rb - spec/ruco/form_spec.rb - spec/ruco/history_spec.rb - spec/ruco/keyboard_spec.rb - spec/ruco/option_accessor_spec.rb - spec/ruco/screen_spec.rb - spec/ruco/status_bar_spec.rb - spec/ruco/style_map_spec.rb - spec/ruco/syntax_parser_spec.rb - spec/ruco/text_area_spec.rb - spec/ruco/tm_theme_spec.rb - spec/ruco/window_spec.rb - spec/ruco_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/grosser/ruco licenses: [] post_install_message: |+ Mac: shift/ctrl + arrow-keys only work in iterm (not Terminal.app) Ubuntu: sudo apt-get install xclip # to use the clipboard rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Commandline editor written in ruby test_files: - spec/ruco/application_spec.rb - spec/ruco/array_processor_spec.rb - spec/ruco/command_bar_spec.rb - spec/ruco/core_ext/array_spec.rb - spec/ruco/core_ext/range_spec.rb - spec/ruco/core_ext/string_spec.rb - spec/ruco/editor_spec.rb - spec/ruco/file_store_spec.rb - spec/ruco/form_spec.rb - spec/ruco/history_spec.rb - spec/ruco/keyboard_spec.rb - spec/ruco/option_accessor_spec.rb - spec/ruco/screen_spec.rb - spec/ruco/status_bar_spec.rb - spec/ruco/style_map_spec.rb - spec/ruco/syntax_parser_spec.rb - spec/ruco/text_area_spec.rb - spec/ruco/tm_theme_spec.rb - spec/ruco/window_spec.rb - spec/ruco_spec.rb - spec/spec_helper.rb