--- !ruby/object:Gem::Specification name: Chrononaut-hirb version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Gabriel Horner autorequire: bindir: bin cert_chain: [] date: 2009-06-20 00:00:00 -07:00 default_executable: dependencies: [] description: Hirb currently provides a mini view framework for console applications, designed to improve irb's default output. Hirb improves console output by providing a smart pager and auto-formatting output. The smart pager detects when an output exceeds a screenful and thus only pages output as needed. Auto-formatting adds a view to an output's class. This is helpful in separating views from content (MVC anyone?). The framework encourages reusing views by letting you package them in classes and associate them with any number of output classes. email: gabriel.horner@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - CHANGELOG.rdoc - LICENSE.txt - README.rdoc - Rakefile - VERSION.yml - lib/hirb.rb - lib/hirb/console.rb - lib/hirb/formatter.rb - lib/hirb/hash_struct.rb - lib/hirb/helpers.rb - lib/hirb/helpers/active_record_table.rb - lib/hirb/helpers/auto_table.rb - lib/hirb/helpers/object_table.rb - lib/hirb/helpers/parent_child_tree.rb - lib/hirb/helpers/table.rb - lib/hirb/helpers/tree.rb - lib/hirb/import_object.rb - lib/hirb/menu.rb - lib/hirb/pager.rb - lib/hirb/util.rb - lib/hirb/view.rb - lib/hirb/views/activerecord_base.rb - test/console_test.rb - test/formatter_test.rb - test/hirb_test.rb - test/import_test.rb - test/menu_test.rb - test/pager_test.rb - test/table_test.rb - test/test_helper.rb - test/tree_test.rb - test/util_test.rb - test/view_test.rb has_rdoc: true homepage: http://github.com/cldwalker/hirb post_install_message: rdoc_options: - --charset=UTF-8 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: tagaholic rubygems_version: 1.2.0 signing_key: specification_version: 3 summary: A mini view framework for console/irb that's easy to use, even while under its influence. test_files: - test/console_test.rb - test/formatter_test.rb - test/hirb_test.rb - test/import_test.rb - test/menu_test.rb - test/pager_test.rb - test/table_test.rb - test/test_helper.rb - test/tree_test.rb - test/util_test.rb - test/view_test.rb