--- !ruby/object:Gem::Specification name: quickl version: !ruby/object:Gem::Version hash: 25 prerelease: false segments: - 0 - 1 - 1 version: 0.1.1 platform: ruby authors: - Bernard Lambeau autorequire: bindir: bin cert_chain: [] date: 2010-12-24 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rake prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id001 description: Generate Ruby command line apps quickly email: blambeau@gmail.com executables: - quickl extensions: [] extra_rdoc_files: - README.md files: - lib/quickl/command/builder.rb - lib/quickl/command/delegate.rb - lib/quickl/command/options.rb - lib/quickl/command/robustness.rb - lib/quickl/command/single.rb - lib/quickl/command.rb - lib/quickl/errors.rb - lib/quickl/ext/object.rb - lib/quickl/naming.rb - lib/quickl/ruby_tools.rb - lib/quickl.rb - examples/delegate/bin/delegate - examples/delegate/lib/delegate.rb - examples/delegate/lib/hello_world.rb - examples/delegate/lib/help.rb - examples/delegate/README.md - examples/delegate/test/delegate_test.rb - examples/hello/hello - examples/hello/hello_test.rb - examples/hello/README.md - examples/helper.rb - templates/single.erb - bin/quickl - test/command/command_name.spec - test/command/documentation.spec - test/command/overview.spec - test/command/run.spec - test/command/subcommands.spec - test/command/usage.spec - test/mini_client.rb - test/naming/command2module.spec - test/naming/module2command.spec - test/ruby_tools/class_unqualified_name.spec - test/ruby_tools/extract_file_rdoc.spec - test/ruby_tools/fixtures/RubyTools.rdoc - test/ruby_tools/fixtures/Utils.rdoc - test/ruby_tools/fixtures.rb - test/ruby_tools/optional_args_block_call.spec - test/ruby_tools/parent_module.spec - test/spec_helper.rb - test/wrapping.rb - quickl.gemspec - Rakefile - README.md - CHANGELOG.md has_rdoc: true homepage: http://github.com/blambeau/quickl licenses: [] post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Quickl - --main - Quickl 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.3.7 signing_key: specification_version: 3 summary: Generate Ruby command line apps quickly test_files: []