--- !ruby/object:Gem::Specification name: hotcell version: !ruby/object:Gem::Version version: 0.3.0 platform: ruby authors: - pyromaniac autorequire: bindir: bin cert_chain: [] date: 2013-10-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: racc requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: Sandboxed ruby template processor email: - kinwizard@gmail.com executables: [] extensions: - ext/lexerc/extconf.rb extra_rdoc_files: [] files: - .gitignore - .rspec - .rvmrc - .travis.yml - Gemfile - Guardfile - LICENSE.txt - README.md - Rakefile - ext/lexerc/extconf.rb - ext/lexerc/lexerc.c - ext/lexerc/lexerc.h - ext/lexerc/lexerc.rl - hotcell.gemspec - lib/hotcell.rb - lib/hotcell/commands.rb - lib/hotcell/commands/case.rb - lib/hotcell/commands/cycle.rb - lib/hotcell/commands/for.rb - lib/hotcell/commands/if.rb - lib/hotcell/commands/include.rb - lib/hotcell/commands/scope.rb - lib/hotcell/commands/unless.rb - lib/hotcell/config.rb - lib/hotcell/context.rb - lib/hotcell/errors.rb - lib/hotcell/extensions.rb - lib/hotcell/lexer.rb - lib/hotcell/lexer.rl - lib/hotcell/lexerr.rb - lib/hotcell/lexerr.rl - lib/hotcell/node.rb - lib/hotcell/node/arrayer.rb - lib/hotcell/node/assigner.rb - lib/hotcell/node/block.rb - lib/hotcell/node/command.rb - lib/hotcell/node/expression.rb - lib/hotcell/node/hasher.rb - lib/hotcell/node/joiner.rb - lib/hotcell/node/sequencer.rb - lib/hotcell/node/summoner.rb - lib/hotcell/node/tag.rb - lib/hotcell/parser.rb - lib/hotcell/parser.y - lib/hotcell/resolver.rb - lib/hotcell/scope.rb - lib/hotcell/source.rb - lib/hotcell/template.rb - lib/hotcell/tong.rb - lib/hotcell/version.rb - spec/data/dstrings - spec/data/strings - spec/data/templates/simple.hc - spec/lib/hotcell/commands/case_spec.rb - spec/lib/hotcell/commands/cycle_spec.rb - spec/lib/hotcell/commands/for_spec.rb - spec/lib/hotcell/commands/if_spec.rb - spec/lib/hotcell/commands/include_spec.rb - spec/lib/hotcell/commands/scope_spec.rb - spec/lib/hotcell/commands/unless_spec.rb - spec/lib/hotcell/config_spec.rb - spec/lib/hotcell/context_spec.rb - spec/lib/hotcell/lexer_spec.rb - spec/lib/hotcell/node/block_spec.rb - spec/lib/hotcell/node/command_spec.rb - spec/lib/hotcell/node/tag_spec.rb - spec/lib/hotcell/parser_spec.rb - spec/lib/hotcell/resolver_spec.rb - spec/lib/hotcell/scope_spec.rb - spec/lib/hotcell/source_spec.rb - spec/lib/hotcell/template_spec.rb - spec/lib/hotcell/tong_spec.rb - spec/lib/hotcell_spec.rb - spec/spec_helper.rb homepage: '' licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.5 signing_key: specification_version: 4 summary: Sandboxed ruby template processor test_files: - spec/data/dstrings - spec/data/strings - spec/data/templates/simple.hc - spec/lib/hotcell/commands/case_spec.rb - spec/lib/hotcell/commands/cycle_spec.rb - spec/lib/hotcell/commands/for_spec.rb - spec/lib/hotcell/commands/if_spec.rb - spec/lib/hotcell/commands/include_spec.rb - spec/lib/hotcell/commands/scope_spec.rb - spec/lib/hotcell/commands/unless_spec.rb - spec/lib/hotcell/config_spec.rb - spec/lib/hotcell/context_spec.rb - spec/lib/hotcell/lexer_spec.rb - spec/lib/hotcell/node/block_spec.rb - spec/lib/hotcell/node/command_spec.rb - spec/lib/hotcell/node/tag_spec.rb - spec/lib/hotcell/parser_spec.rb - spec/lib/hotcell/resolver_spec.rb - spec/lib/hotcell/scope_spec.rb - spec/lib/hotcell/source_spec.rb - spec/lib/hotcell/template_spec.rb - spec/lib/hotcell/tong_spec.rb - spec/lib/hotcell_spec.rb - spec/spec_helper.rb