--- !ruby/object:Gem::Specification 
name: amp-front
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 0
  - 1
  - 0
  version: 0.1.0
platform: ruby
authors: 
- Michael Edgar
autorequire: 
bindir: bin
cert_chain: []

date: 2010-11-03 00:00:00 -04:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 1
        - 2
        - 9
        version: 1.2.9
  type: :development
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: yard
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: cucumber
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id003
description: The generic front-end used by Amp. May be completely published as a generic library in the future, at which point a name change will be necessary.
email: michael.j.edgar@dartmouth.edu
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE
- README.md
files: 
- .document
- .gitignore
- Ampfile
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- Rakefile
- VERSION
- design_docs/commands.md
- design_docs/dependencies.md
- design_docs/plugins.md
- features/amp.feature
- features/amp_help.feature
- features/amp_plugin_list.feature
- features/step_definitions/amp-front_steps.rb
- features/support/env.rb
- lib/amp-front.rb
- lib/amp-front/dispatch/commands/base.rb
- lib/amp-front/dispatch/commands/builtin/help.rb
- lib/amp-front/dispatch/commands/builtin/plugin.rb
- lib/amp-front/dispatch/commands/validations.rb
- lib/amp-front/dispatch/runner.rb
- lib/amp-front/help/entries/__default__.erb
- lib/amp-front/help/entries/ampfiles.md
- lib/amp-front/help/entries/commands.erb
- lib/amp-front/help/entries/new-commands.md
- lib/amp-front/help/help.rb
- lib/amp-front/plugins/base.rb
- lib/amp-front/support/module_extensions.rb
- lib/amp-front/third_party/maruku.rb
- lib/amp-front/third_party/maruku/attributes.rb
- lib/amp-front/third_party/maruku/defaults.rb
- lib/amp-front/third_party/maruku/errors_management.rb
- lib/amp-front/third_party/maruku/helpers.rb
- lib/amp-front/third_party/maruku/input/charsource.rb
- lib/amp-front/third_party/maruku/input/extensions.rb
- lib/amp-front/third_party/maruku/input/html_helper.rb
- lib/amp-front/third_party/maruku/input/linesource.rb
- lib/amp-front/third_party/maruku/input/parse_block.rb
- lib/amp-front/third_party/maruku/input/parse_doc.rb
- lib/amp-front/third_party/maruku/input/parse_span_better.rb
- lib/amp-front/third_party/maruku/input/rubypants.rb
- lib/amp-front/third_party/maruku/input/type_detection.rb
- lib/amp-front/third_party/maruku/input_textile2/t2_parser.rb
- lib/amp-front/third_party/maruku/maruku.rb
- lib/amp-front/third_party/maruku/output/to_ansi.rb
- lib/amp-front/third_party/maruku/output/to_html.rb
- lib/amp-front/third_party/maruku/output/to_markdown.rb
- lib/amp-front/third_party/maruku/output/to_s.rb
- lib/amp-front/third_party/maruku/string_utils.rb
- lib/amp-front/third_party/maruku/structures.rb
- lib/amp-front/third_party/maruku/structures_inspect.rb
- lib/amp-front/third_party/maruku/structures_iterators.rb
- lib/amp-front/third_party/maruku/textile2.rb
- lib/amp-front/third_party/maruku/toc.rb
- lib/amp-front/third_party/maruku/usage/example1.rb
- lib/amp-front/third_party/maruku/version.rb
- lib/amp-front/third_party/trollop.rb
- spec/amp-front_spec.rb
- spec/command_specs/base_spec.rb
- spec/command_specs/command_spec.rb
- spec/command_specs/help_spec.rb
- spec/command_specs/spec_helper.rb
- spec/command_specs/validations_spec.rb
- spec/dispatch_specs/runner_spec.rb
- spec/dispatch_specs/spec_helper.rb
- spec/help_specs/help_entry_spec.rb
- spec/help_specs/help_registry_spec.rb
- spec/help_specs/spec_helper.rb
- spec/plugin_specs/base_spec.rb
- spec/plugin_specs/spec_helper.rb
- spec/spec.opts
- spec/spec_helper.rb
- spec/support_specs/module_extensions_spec.rb
- spec/support_specs/spec_helper.rb
- test/third_party_tests/test_trollop.rb
has_rdoc: true
homepage: http://github.com/michaeledgar/amp-front
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.6
signing_key: 
specification_version: 3
summary: Generic front-end for Amp.
test_files: 
- spec/amp-front_spec.rb
- spec/command_specs/base_spec.rb
- spec/command_specs/command_spec.rb
- spec/command_specs/help_spec.rb
- spec/command_specs/spec_helper.rb
- spec/command_specs/validations_spec.rb
- spec/dispatch_specs/runner_spec.rb
- spec/dispatch_specs/spec_helper.rb
- spec/help_specs/help_entry_spec.rb
- spec/help_specs/help_registry_spec.rb
- spec/help_specs/spec_helper.rb
- spec/plugin_specs/base_spec.rb
- spec/plugin_specs/spec_helper.rb
- spec/spec_helper.rb
- spec/support_specs/module_extensions_spec.rb
- spec/support_specs/spec_helper.rb
- test/third_party_tests/test_trollop.rb