--- !ruby/object:Gem::Specification 
name: hx
version: !ruby/object:Gem::Version 
  hash: 39
  prerelease: false
  segments: 
  - 0
  - 14
  - 0
  version: 0.14.0
platform: ruby
authors: 
- MenTaLguY
autorequire: 
bindir: bin
cert_chain: []

date: 2011-03-04 00:00:00 -08:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 15
        segments: 
        - 2
        - 0
        - 0
        version: 2.0.0
  type: :development
  version_requirements: *id001
description: |
  Hx is a simple static site generator in the spirit of Hobix which reads a
  YAML configuration file, constructs a filter graph, and generates output
  files.

email: mental@rydia.net
executables: 
- hx
- hx
extensions: []

extra_rdoc_files: 
- LICENSE
- README.rdoc
files: 
- .document
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- bin/hx
- lib/hx.rb
- lib/hx/backend/hobix.rb
- lib/hx/backend/rawfiles.rb
- lib/hx/cli.rb
- lib/hx/listing/limit.rb
- lib/hx/listing/paginate.rb
- lib/hx/listing/recursiveindex.rb
- lib/hx/output/liquidtemplate.rb
- lib/hx/path.rb
- lib/hx/rack.rb
- lib/hx/rack/application.rb
- loc.sh
- spec/cache_spec.rb
- spec/hx_dummy.rb
- spec/hx_dummy2.rb
- spec/nullinput_spec.rb
- spec/overlay_spec.rb
- spec/pathops_spec.rb
- spec/rack_spec.rb
- spec/rawfiles_spec.rb
- spec/selector_spec.rb
- spec/site_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/mental/hx
licenses: []

post_install_message: 
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.3.7
signing_key: 
specification_version: 3
summary: A miniature static site generator.
test_files: 
- spec/cache_spec.rb
- spec/hx_dummy.rb
- spec/hx_dummy2.rb
- spec/nullinput_spec.rb
- spec/overlay_spec.rb
- spec/pathops_spec.rb
- spec/rack_spec.rb
- spec/rawfiles_spec.rb
- spec/selector_spec.rb
- spec/site_spec.rb
- spec/spec_helper.rb