--- !ruby/object:Gem::Specification name: boson version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Gabriel Horner autorequire: bindir: bin cert_chain: [] date: 2009-11-19 00:00:00 -05:00 default_executable: boson dependencies: - !ruby/object:Gem::Dependency name: hirb type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.8 version: - !ruby/object:Gem::Dependency name: alias type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.2.1 version: description: A command/task framework similar to rake and thor that opens your ruby universe to the commandline and irb. email: gabriel.horner@gmail.com executables: - boson extensions: [] extra_rdoc_files: - LICENSE.txt - README.rdoc files: - LICENSE.txt - README.rdoc - Rakefile - VERSION.yml - bin/boson - lib/boson.rb - lib/boson/command.rb - lib/boson/commands.rb - lib/boson/commands/core.rb - lib/boson/commands/web_core.rb - lib/boson/index.rb - lib/boson/inspector.rb - lib/boson/inspectors/argument_inspector.rb - lib/boson/inspectors/comment_inspector.rb - lib/boson/inspectors/method_inspector.rb - lib/boson/libraries/file_library.rb - lib/boson/libraries/gem_library.rb - lib/boson/libraries/local_file_library.rb - lib/boson/libraries/module_library.rb - lib/boson/libraries/require_library.rb - lib/boson/library.rb - lib/boson/loader.rb - lib/boson/manager.rb - lib/boson/namespace.rb - lib/boson/option_command.rb - lib/boson/option_parser.rb - lib/boson/options.rb - lib/boson/pipe.rb - lib/boson/repo.rb - lib/boson/repo_index.rb - lib/boson/runner.rb - lib/boson/runners/bin_runner.rb - lib/boson/runners/console_runner.rb - lib/boson/scientist.rb - lib/boson/util.rb - lib/boson/view.rb - test/argument_inspector_test.rb - test/bin_runner_test.rb - test/comment_inspector_test.rb - test/config/index.marshal - test/file_library_test.rb - test/loader_test.rb - test/manager_test.rb - test/method_inspector_test.rb - test/option_parser_test.rb - test/pipe_test.rb - test/repo_index_test.rb - test/repo_test.rb - test/runner_test.rb - test/scientist_test.rb - test/test_helper.rb has_rdoc: true homepage: http://tagaholic.me/boson/ licenses: [] 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.3.5 signing_key: specification_version: 3 summary: Boson provides users with the power to turn any ruby method into a full-fledged commandline tool. Boson achieves this with powerful options (borrowed from thor) and views (thanks to hirb). Some other unique features that differentiate it from rake and thor include being accessible from irb and the commandline, being able to write boson commands in non-dsl ruby and toggling a pretty view of a command's output without additional view code. test_files: - test/argument_inspector_test.rb - test/bin_runner_test.rb - test/comment_inspector_test.rb - test/file_library_test.rb - test/loader_test.rb - test/manager_test.rb - test/method_inspector_test.rb - test/option_parser_test.rb - test/pipe_test.rb - test/repo_index_test.rb - test/repo_test.rb - test/runner_test.rb - test/scientist_test.rb - test/test_helper.rb